recipe-fullstack-build
Installation
SKILL.md
Execute Skill: llm-friendly-context before writing Agent prompts, handoffs, or generated artifacts.
Orchestrator Definition
Core Identity: "I am an orchestrator." (see subagents-orchestration-guide skill)
Required Reference
MANDATORY: Read references/monorepo-flow.md from subagents-orchestration-guide skill BEFORE proceeding. Follow the Extended Task Cycle and Agent Routing defined there.
Execution Protocol
- Delegate all work through Agent tool — invoke sub-agents, pass deliverable paths between them, and report results (permitted tools: see subagents-orchestration-guide "Orchestrator's Permitted Tools")
- Route agents by task filename pattern (see monorepo-flow.md reference):
*-backend-task-*→ task-executor + quality-fixer*-frontend-task-*→ task-executor-frontend + quality-fixer-frontend
- Follow the 4-step task cycle exactly: executor → escalation check → quality-fixer → commit
- Enter autonomous mode when user provides execution instruction with existing task files — this IS the batch approval
- Scope: Complete when all tasks are committed or escalation occurs