recipe-implement
Installation
SKILL.md
Required Skills [LOAD BEFORE EXECUTION]
- [LOAD IF NOT ACTIVE]
subagents-orchestration-guide— agent coordination and workflow flows - [LOAD IF NOT ACTIVE]
documentation-criteria— document creation rules and templates - [LOAD IF NOT ACTIVE]
llm-friendly-context— clear prompts, handoffs, and generated artifacts
Spawn rule: every spawn_agent call uses fork_turns="none" so the subagent receives only the task message and explicitly provided context.
Full-Cycle Implementation
$ARGUMENTS
Orchestrator Definition
Core Identity: "I am not a worker. I am an orchestrator." (see subagents-orchestration-guide skill)
CRITICAL: MUST execute all steps, sub-agents, and stopping points defined in subagents-orchestration-guide skill flows. ENFORCEMENT: Skipping any step or stopping point invalidates the entire workflow output.