Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions squads/claude-code-mastery/agents/claude-mastery-chief.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ activation-instructions:
Display greeting using native context (zero JS execution):
0. GREENFIELD GUARD: If gitStatus in system prompt says "Is a git repository: false" OR git commands return "not a git repository":
- For substep 2: skip the "Branch:" append
- For substep 3: show "Project Status: Greenfield project β€” no git repository detected" instead of git narrative
- Do NOT run any git commands during activation
- For substep 3: show "πŸ“Š **Project Status:** No git repository detected in the working directory" instead of git narrative
- After substep 6, if the working directory is a user home directory (e.g. `C:\Users\{name}`, `/home/{name}`, `/Users/{name}`) or any other non-project directory β€” decided from the path already in the system prompt, zero I/O: show "πŸ’‘ **Tip:** Activate agents from inside the project directory β€” never run `git init` in a home directory."
- Do NOT run any git commands during activation β€” they will fail and produce errors
1. Show: "{icon} {persona_profile.communication.greeting_levels.archetypal}" + permission badge from current permission mode
2. Show: "**Role:** {persona.role}"
- Append: "Story: {active story from docs/stories/}" if detected + "Branch: `{branch}`" if not main/master
Expand Down
8 changes: 5 additions & 3 deletions squads/claude-code-mastery/agents/config-engineer.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ activation-instructions:
Display greeting using native context (zero JS execution):
0. GREENFIELD GUARD: If gitStatus in system prompt says "Is a git repository: false" OR git commands return "not a git repository":
- For substep 2: skip the "Branch:" append
- For substep 3: show "**Project Status:** Greenfield project -- no git repository detected" instead of git narrative
- After substep 6: show "**Recommended:** Run `*configure` to bootstrap Claude Code settings for this project"
- Do NOT run any git commands during activation -- they will fail and produce errors
- For substep 3: show "πŸ“Š **Project Status:** No git repository detected in the working directory" instead of git narrative
- After substep 6, decide from the working directory path already in the system prompt (zero I/O):
- If it is a user home directory (e.g. `C:\Users\{name}`, `/home/{name}`, `/Users/{name}`) or any other non-project directory: show "πŸ’‘ **Tip:** Activate agents from inside the project directory β€” never run `git init` in a home directory." and do NOT recommend a project command
- Otherwise (an actual project directory): show "πŸ’‘ **Recommended:** Run `*configure` to bootstrap Claude Code settings for this project"
- Do NOT run any git commands during activation β€” they will fail and produce errors
1. Show: "{icon} {persona_profile.communication.greeting_levels.archetypal}" + permission badge from current permission mode (e.g., [Ask], [Auto], [Explore])
2. Show: "**Role:** {persona.role}"
- Append: "Story: {active story from docs/stories/}" if detected + "Branch: `{branch from gitStatus}`" if not main/master
Expand Down
8 changes: 5 additions & 3 deletions squads/claude-code-mastery/agents/hooks-architect.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ activation-instructions:
Display greeting using native context (zero JS execution):
0. GREENFIELD GUARD: If gitStatus in system prompt says "Is a git repository: false" OR git commands return "not a git repository":
- For substep 2: skip the "Branch:" append
- For substep 3: show "**Project Status:** Greenfield project -- no git repository detected" instead of git narrative
- After substep 6: show "**Recommended:** Run `*environment-bootstrap` to initialize git, GitHub remote, and CI/CD"
- Do NOT run any git commands during activation -- they will fail and produce errors
- For substep 3: show "πŸ“Š **Project Status:** No git repository detected in the working directory" instead of git narrative
- After substep 6, decide from the working directory path already in the system prompt (zero I/O):
- If it is a user home directory (e.g. `C:\Users\{name}`, `/home/{name}`, `/Users/{name}`) or any other non-project directory: show "πŸ’‘ **Tip:** Activate agents from inside the project directory β€” never run `git init` in a home directory." and do NOT recommend a project command
- Otherwise (an actual project directory): show "πŸ’‘ **Recommended:** Run `@devops *environment-bootstrap` to initialize git, GitHub remote, and CI/CD"
- Do NOT run any git commands during activation β€” they will fail and produce errors
1. Show: "{icon} {persona_profile.communication.greeting_levels.archetypal}" + permission badge from current permission mode (e.g., [Ask], [Auto], [Explore])
2. Show: "**Role:** {persona.role}"
- Append: "Story: {active story from docs/stories/}" if detected + "Branch: `{branch from gitStatus}`" if not main/master
Expand Down
8 changes: 5 additions & 3 deletions squads/claude-code-mastery/agents/mcp-integrator.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ activation-instructions:
Display greeting using native context (zero JS execution):
0. GREENFIELD GUARD: If gitStatus in system prompt says "Is a git repository: false" OR git commands return "not a git repository":
- For substep 2: skip the "Branch:" append
- For substep 3: show "Project Status: Greenfield project -- no git repository detected" instead of git narrative
- After substep 6: show "Recommended: Run `*environment-bootstrap` to initialize git, GitHub remote, and CI/CD"
- Do NOT run any git commands during activation -- they will fail and produce errors
- For substep 3: show "πŸ“Š **Project Status:** No git repository detected in the working directory" instead of git narrative
- After substep 6, decide from the working directory path already in the system prompt (zero I/O):
- If it is a user home directory (e.g. `C:\Users\{name}`, `/home/{name}`, `/Users/{name}`) or any other non-project directory: show "πŸ’‘ **Tip:** Activate agents from inside the project directory β€” never run `git init` in a home directory." and do NOT recommend a project command
- Otherwise (an actual project directory): show "πŸ’‘ **Recommended:** Run `@devops *environment-bootstrap` to initialize git, GitHub remote, and CI/CD"
- Do NOT run any git commands during activation β€” they will fail and produce errors
1. Show: "{icon} {persona_profile.communication.greeting_levels.archetypal}" + permission badge from current permission mode (e.g., [Ask], [Auto], [Explore])
2. Show: "**Role:** {persona.role}"
- Append: "Story: {active story from docs/stories/}" if detected + "Branch: `{branch from gitStatus}`" if not main/master
Expand Down
8 changes: 5 additions & 3 deletions squads/claude-code-mastery/agents/project-integrator.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ activation-instructions:
Display greeting using native context (zero JS execution):
0. GREENFIELD GUARD: If gitStatus in system prompt says "Is a git repository: false" OR git commands return "not a git repository":
- For substep 2: skip the "Branch:" append
- For substep 3: show "Project Status: Greenfield project -- no git repository detected" instead of git narrative
- After substep 6: show "Recommended: Run `*integrate-project` to scaffold the full AI-assisted development infrastructure"
- Do NOT run any git commands during activation -- they will fail and produce errors
- For substep 3: show "πŸ“Š **Project Status:** No git repository detected in the working directory" instead of git narrative
- After substep 6, decide from the working directory path already in the system prompt (zero I/O):
- If it is a user home directory (e.g. `C:\Users\{name}`, `/home/{name}`, `/Users/{name}`) or any other non-project directory: show "πŸ’‘ **Tip:** Activate agents from inside the project directory β€” never run `git init` in a home directory." and do NOT recommend a project command
- Otherwise (an actual project directory): show "πŸ’‘ **Recommended:** Run `*integrate-project` to scaffold the full AI-assisted development infrastructure"
- Do NOT run any git commands during activation β€” they will fail and produce errors
1. Show: "{icon} {persona_profile.communication.greeting_levels.archetypal}" + permission badge from current permission mode (e.g., [Ask], [Auto], [Explore])
2. Show: "**Role:** {persona.role}"
- Append: "Story: {active story from docs/stories/}" if detected + "Branch: `{branch from gitStatus}`" if not main/master
Expand Down
8 changes: 5 additions & 3 deletions squads/claude-code-mastery/agents/roadmap-sentinel.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ activation-instructions:
Display greeting using native context (zero JS execution):
0. GREENFIELD GUARD: If gitStatus in system prompt says "Is a git repository: false" OR git commands return "not a git repository":
- For substep 2: skip the "Branch:" append
- For substep 3: show "**Project Status:** Greenfield project -- no git repository detected" instead of git narrative
- After substep 6: show "**Recommended:** Run `*check-updates` to assess your Claude Code version and feature readiness"
- Do NOT run any git commands during activation -- they will fail and produce errors
- For substep 3: show "πŸ“Š **Project Status:** No git repository detected in the working directory" instead of git narrative
- After substep 6, decide from the working directory path already in the system prompt (zero I/O):
- If it is a user home directory (e.g. `C:\Users\{name}`, `/home/{name}`, `/Users/{name}`) or any other non-project directory: show "πŸ’‘ **Tip:** Activate agents from inside the project directory β€” never run `git init` in a home directory." and do NOT recommend a project command
- Otherwise (an actual project directory): show "πŸ’‘ **Recommended:** Run `*check-updates` to assess your Claude Code version and feature readiness"
- Do NOT run any git commands during activation β€” they will fail and produce errors
1. Show: "{icon} {persona_profile.communication.greeting_levels.archetypal}" + permission badge from current permission mode (e.g., [Ask], [Auto], [Explore])
2. Show: "**Role:** {persona.role}"
- Append: "Story: {active story from docs/stories/}" if detected + "Branch: `{branch from gitStatus}`" if not main/master
Expand Down
8 changes: 5 additions & 3 deletions squads/claude-code-mastery/agents/skill-craftsman.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ activation-instructions:
Display greeting using native context (zero JS execution):
0. GREENFIELD GUARD: If gitStatus in system prompt says "Is a git repository: false" OR git commands return "not a git repository":
- For substep 2: skip the "Branch:" append
- For substep 3: show "Project Status: Greenfield project -- no git repository detected" instead of git narrative
- After substep 6: show "Recommended: Run `*environment-bootstrap` to initialize git, GitHub remote, and CI/CD"
- Do NOT run any git commands during activation -- they will fail and produce errors
- For substep 3: show "πŸ“Š **Project Status:** No git repository detected in the working directory" instead of git narrative
- After substep 6, decide from the working directory path already in the system prompt (zero I/O):
- If it is a user home directory (e.g. `C:\Users\{name}`, `/home/{name}`, `/Users/{name}`) or any other non-project directory: show "πŸ’‘ **Tip:** Activate agents from inside the project directory β€” never run `git init` in a home directory." and do NOT recommend a project command
- Otherwise (an actual project directory): show "πŸ’‘ **Recommended:** Run `@devops *environment-bootstrap` to initialize git, GitHub remote, and CI/CD"
- Do NOT run any git commands during activation β€” they will fail and produce errors
1. Show: "{icon} {persona_profile.communication.greeting_levels.archetypal}" + permission badge from current permission mode (e.g., [Ask], [Auto], [Explore])
2. Show: "**Role:** {persona.role}"
- Append: "Story: {active story from docs/stories/}" if detected + "Branch: `{branch from gitStatus}`" if not main/master
Expand Down
6 changes: 4 additions & 2 deletions squads/claude-code-mastery/agents/swarm-orchestrator.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ activation-instructions:
Display greeting using native context (zero JS execution):
0. GREENFIELD GUARD: If gitStatus in system prompt says "Is a git repository: false" OR git commands return "not a git repository":
- For substep 2: skip the "Branch:" append
- For substep 3: show "πŸ“Š **Project Status:** Greenfield project β€” no git repository detected" instead of git narrative
- After substep 6: show "πŸ’‘ **Recommended:** Run `*environment-bootstrap` to initialize git, GitHub remote, and CI/CD"
- For substep 3: show "πŸ“Š **Project Status:** No git repository detected in the working directory" instead of git narrative
- After substep 6, decide from the working directory path already in the system prompt (zero I/O):
- If it is a user home directory (e.g. `C:\Users\{name}`, `/home/{name}`, `/Users/{name}`) or any other non-project directory: show "πŸ’‘ **Tip:** Activate agents from inside the project directory β€” never run `git init` in a home directory." and do NOT recommend a project command
- Otherwise (an actual project directory): show "πŸ’‘ **Recommended:** Run `@devops *environment-bootstrap` to initialize git, GitHub remote, and CI/CD"
- Do NOT run any git commands during activation β€” they will fail and produce errors
1. Show: "{icon} {persona_profile.communication.greeting_levels.archetypal}" + permission badge from current permission mode (e.g., [⚠️ Ask], [🟒 Auto], [πŸ” Explore])
2. Show: "**Role:** {persona.role}"
Expand Down