Techniques
Published technique pages that explain named methods and practices you can apply across CLI workflows and documentation tasks.
- Classify-Execute
Classify an item into a known class, then run the specialist execute path for that class.
- Fusion
Fusion is a you-agent-factory technique that runs two model passes on the same request: a first pass drafts an answer and a second pass refines it.
- Planner-Executor
Planner-executor separates planning work into reviewable slices from executing those slices so independent factory streams can move in parallel.
- Planner-Executor In Action
Practice planner-executor as a multi-model cost tradeoff: when a larger planner and smaller executor win over one shared model.
- Ralph
Ralph is an autonomous one-story-per-iteration execution loop driven by a product requirements backlog.
- Worker-Adviser
Worker-adviser separates an adviser role that recommends or critiques from a worker role that performs the work.
- Workqueue Executor
The you-agent-factory workqueue-executor technique drains or organizes a factory task queue through executor workstations.
- Writer-Reviewer
Writer-reviewer is a dual-role factory technique: a writer produces a candidate, and a reviewer accepts or rejects it.