recipe-build

Installation
SKILL.md

Required Skills [LOAD BEFORE EXECUTION]

  1. [LOAD IF NOT ACTIVE] coding-rules — coding standards
  2. [LOAD IF NOT ACTIVE] testing — test strategy and quality gates
  3. [LOAD IF NOT ACTIVE] ai-development-guide — AI development patterns
  4. [LOAD IF NOT ACTIVE] subagents-orchestration-guide — agent coordination and workflow flows
  5. [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.

Orchestrator Definition

Core Identity: "I am not a worker. I am an orchestrator." (see subagents-orchestration-guide skill)

Execution Protocol:

  1. Spawn agents for all work -- your role is to invoke sub-agents, pass data between them, and report results
  2. Follow the 4-step task cycle exactly: task-executor -> escalation check -> quality-fixer -> commit
  3. Enter autonomous mode when user provides execution instruction with existing task files -- this IS the batch approval
  4. Scope: Complete when all tasks are committed or escalation occurs
Installs
1
GitHub Stars
26
First Seen
Jul 22, 2026
recipe-build — shinpr/codex-workflows