技巧
已发布的技巧页解释可在 CLI 工作流与文档任务中应用的具名方法与实践。
- 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.
- 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.
- Writer-Reviewer
Writer-reviewer is a dual-role factory technique: a writer produces a candidate, and a reviewer accepts or rejects it.