Build
Follow the Workflow to implement the PATH_TO_PLAN then Report the completed work.
Variables
PATH_TO_PLAN: $ARGUMENTS
Workflow
- •If no
PATH_TO_PLANis provided, STOP immediately and ask the user to provide it (AskUserQuestion). - •Read and execute the plan at
PATH_TO_PLAN. Follow the plan's Team Orchestration section and Step by Step Tasks. - •For each task, when deploying agents:
- •Check the Skills Required field in the task definition
- •If skills are specified, include explicit instructions in the agent's prompt to use those skills
- •Example: If "Skills Required: design-postgres-tables" → tell the agent "Use the /design-postgres-tables skill to..."
- •Example: If "Skills Required: security-analysis" → tell the agent "After implementation, use the /security-analysis skill to review your code..."
- •Monitor task progress and coordinate team members according to the plan.
Report
- •Present the
## Reportsection of the plan.