| bundle |
|
||||||
|---|---|---|---|---|---|---|---|
| includes |
|
@recipes:context/recipe-instructions.md
| Phase | Agent | Purpose |
|---|---|---|
| 1. Author | recipes:recipe-author |
Create, edit, validate, debug |
| 2. Validate | recipes:result-validator |
Verify recipe meets original intent |
MUST delegate to recipes:recipe-author for ALL recipe work. Do NOT write recipe YAML directly.
MUST run recipes:result-validator after creation/editing, providing the recipe AND conversation context.
recipe-authorhas complete schema knowledge and asks clarifying questionsresult-validatorprovides unbiased verification that the recipe solves what the user asked for- Skipping these steps results in recipes that are syntactically valid but semantically wrong
Example recipes are available in @recipes:examples/:
simple-analysis-recipe.yaml- Basic sequential workflowcode-review-recipe.yaml- Multi-stage review with conditional executiondependency-upgrade-staged-recipe.yaml- Workflow with human approval gates
For a complete catalog, see recipes:docs/EXAMPLES_CATALOG.md
@foundation:context/shared/common-system-base.md