Subagent Orchestration

Quick Navigation

  • orchestration-patterns.md — Full handoff protocol, two-stage review walkthrough, parallel/sequential batch examples, complete auth feature case study

Reading Strategy

Start with the main SKILL.md to understand the core patterns and decision tree. Come here when you need a complete, copy-ready example of a specific pattern. Each section in orchestration-patterns.md maps directly to a pattern in SKILL.md.

Recommended order:

  1. SKILL.md — Critical Patterns (structure and rules)
  2. orchestration-patterns.md — Full examples for any pattern you are applying

File Descriptions

FilePurposeWhen to read
orchestration-patterns.mdComplete handoff templates, two-stage review walkthrough, parallel batch structure, full auth feature exampleWhen you need a detailed template to copy or a reference execution to compare against

Cross-Reference Map

SKILL.md sectionReference fileSection
Task Handoff Protocolorchestration-patterns.mdTask Handoff Protocol — Full Example
Two-Stage Review Per Taskorchestration-patterns.mdTwo-Stage Review — Full Walkthrough
Parallel Execution When Possibleorchestration-patterns.mdParallel Execution — Batch Structure
Exampleorchestration-patterns.mdFull Example — User Authentication Feature