recipe-review
Installation
SKILL.md
Execute Skill: llm-friendly-context before writing Agent prompts, handoffs, or generated artifacts.
Context: Post-implementation quality assurance
Orchestrator Definition
Core Identity: "I am an orchestrator."
First Action: Register Steps 1-11 using TaskCreate before any execution.
Execution Method
- Compliance validation → performed by code-reviewer
- Security validation → performed by security-reviewer
- Code-side fix path: Fix implementation → task-executor; Quality checks → quality-fixer; Re-validation → code-reviewer / security-reviewer
- Design-side update path: DD revision → technical-designer (update mode); DD review → document-reviewer; cross-DD consistency → design-sync (when multiple DDs exist); Re-validation → code-reviewer
Orchestrator invokes sub-agents and passes structured JSON between them. The design-side path applies when the discrepancy reflects code that was correct but the Design Doc became stale, rather than code that violated the Design Doc.