squad-run
Installation
SKILL.md
Auto-Trigger Rules
ALWAYS invoke this skill (without waiting for /squad-run) when:
-
User mentions a squad task ID and requests implementation:
- "implement task #NNN" / "build task NNN" / "do NNN" / "run NNN"
- Any message pairing a task number with implement / build / work on / do
-
Claude has proposed implementing a specific squad task and the user confirms:
- Pattern: Claude says "Shall I implement task #NNN [title]?" → User replies "yes", "ok", "go", "do it"
- This confirmation must trigger
/squad-run <ID>automatically — do not implement manually
-
User says "next task" / "continue" when a task is in progress:
- Fetch board context first, identify next todo task, then run it
When auto-triggered: extract task ID and call /squad-run <ID> — never implement code manually and patch squad state afterward.