Run pre-flight checks and launch the team lead agent for parallel execution.
Instructions
- •Pre-flight checks -- verify all of these before launching:
- • Task files exist in
docs/spec/.llm/tasks/backlog/(count > 0) - •
.claude/rules/agent-guide.mdhas been customized (project description is not a placeholder) - • Quality Gates section has uncommented commands (not just comment-only examples)
- •
docs/spec/.llm/STRATEGY.mdhas been filled in (not just template placeholders) - • Task dependencies are valid (referenced tasks exist in backlog or completed)
- • Git working tree is clean (no uncommitted changes)
- • Task files exist in
- •Report any issues found. Do NOT launch if there are blocking issues.
- •If all checks pass, confirm with the user.
- •Launch the team lead agent:
claude --agent team-lead --max-turns 300 --print -p "Execute all tasks in docs/spec/.llm/tasks/backlog/. Read each task file and coordinate teammates to complete them in parallel with branch isolation." - •After launching, run
bash docs/spec/.llm/scripts/status.shto confirm execution started.
Arguments
$ARGUMENTS