Skip to content

Orchestration

Layer 1: Foundational
  • Coordinates planner, worker(s), and QA personas in a predictable pipeline
  • Ensures hand-offs, assumptions, and outputs stay synchronized
  • Any task requiring more than one persona or phase
  • Projects where traceability across planning, execution, and QA is important
  • Situations where CLI agents need deterministic sections for parsing
[PLANNER]
- Persona: PM (or project lead).
- Summarize mission, inputs, constraints, selected personas/patterns.
- Provide execution checklist for workers.
[WORKER]
- Persona: specify (e.g., Kestra, Clara, Goeth).
- Follow assigned pattern(s) and report reasoning + deliverables.
- Note uncertainties or blockers for QA.
[QA]
- Persona: QA Reviewer (optionally assisted by One for deep reasoning).
- Audit deliverables against plan + meta-rules.
- List issues, fixes, and supply an "Approved Output" if satisfied.
[PLANNER]
Persona: PM. Mission: roll out blue/green for service API. Inputs: design doc, staging logs.
Constraints: zero downtime, revert <5m.
[WORKER]
Persona: Kestra using Rule-Based Reasoning. Provide architecture changes, deployment steps,
validation tests.
[QA]
Persona: QA Reviewer with Recursive Self-Eval. Validate risk coverage, highlight missing alerts,
approve final runbook.
[PLANNER]
Persona: PM. Mission: craft product narrative for AI prompt wiki launch.
Inputs: value prop bullets. Constraints: 500 words, calm tone.
[WORKER]
Persona: Goeth with Guardrail Creative. Deliver narrative + call-to-action options.
[QA]
Persona: QA Reviewer with Meta-Rules. Check clarity, style alignment, remove hype.
Pair WithWhen
Planning PhaseFeed the planner section
Recursive Self-EvalStronger critique in QA
Specialized patternsWorkers use chain-of-thought, guardrail, etc.