implement
Installation
SKILL.md
/implement - Implementation Agent
Token Efficiency
| Mode | How it works | Token cost |
|---|---|---|
| Auto | Orchestrator stays alive, spawns workers in background. Workers output a 4-line signal + write details to task doc. Orchestrator accumulates only signals (~50 tokens each). | Very low |
Manual + /clear |
Run each skill in a fresh session. Same token benefit, you stay in control. | Low |
Manual without /clear |
History compounds across all stages. | High (avoid) |
Manual mode tip: After each skill completes, run /clear before invoking the next one.