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:
SKILL.md— Critical Patterns (structure and rules)orchestration-patterns.md— Full examples for any pattern you are applying
File Descriptions
| File | Purpose | When to read |
|---|---|---|
orchestration-patterns.md | Complete handoff templates, two-stage review walkthrough, parallel batch structure, full auth feature example | When you need a detailed template to copy or a reference execution to compare against |
Cross-Reference Map
| SKILL.md section | Reference file | Section |
|---|---|---|
| Task Handoff Protocol | orchestration-patterns.md | Task Handoff Protocol — Full Example |
| Two-Stage Review Per Task | orchestration-patterns.md | Two-Stage Review — Full Walkthrough |
| Parallel Execution When Possible | orchestration-patterns.md | Parallel Execution — Batch Structure |
| Example | orchestration-patterns.md | Full Example — User Authentication Feature |