Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Production Recipes

These recipes ship with amplihack and demonstrate real-world workflow patterns at scale.

Source: amplifier-bundle/recipes/

Development Workflows

RecipeDescription
default-workflowComplete development lifecycle: requirements → design → implement → test → merge
verification-workflowLightweight workflow for trivial changes: config edits, doc updates, single-file fixes
qa-workflowMinimal workflow for simple questions and informational requests
investigation-workflowSystematic investigation with parallel agent deployment
guideInteractive guide to amplihack features

Quality & Reliability

RecipeDescription
quality-audit-cycleIterative audit loop: lint → analyze → fix → re-lint → verify improvement
self-improvement-loopClosed-loop eval improvement: eval → analyze → research → improve → re-eval → compare
domain-agent-evalEvaluate domain agents: eval harness + teaching evaluation + combined report
long-horizon-memory-eval1000-turn memory stress test with self-improvement loop
sdk-comparisonRun L1-L12 eval on all 4 SDKs and generate comparative report

Multi-Agent Decision Making

RecipeDescription
consensus-workflowMulti-agent consensus at critical decision points with structured checkpoints
debate-workflowMulti-agent structured debate for complex decisions requiring diverse perspectives
n-version-workflowN-version programming: generate multiple independent implementations, pick best
cascade-workflow3-level fallback cascade: primary → secondary → tertiary

Orchestration

RecipeDescription
smart-orchestratorTask classifier + goal-seeking loop with up to 3 execution rounds
auto-workflowAutonomous multi-turn workflow — continues until task complete or max iterations

Migration

RecipeDescription
oxidizer-workflowAutomated Python-to-Rust migration with quality audit cycles and degradation checks