Documentation
README
Task Planning
Match planning effort to task complexity. Check existing skills before inventing a new approach.
When to Use
Apply before every non-trivial task. If you are about to make more than one tool call, pause and classify the task first.
Approach
Complexity-scaled planning
| Complexity | Indicators | Planning required |
|---|---|---|
| Simple | 1-2 steps, single file, obvious path | None. Just execute. |
| Medium | 3-5 steps, 2-3 files, some choices | 1-2 sentence plan stating tools and order. |
| Complex | 6+ steps, cross-file changes, dependencies | Numbered step list before first action. |
This is the opening of the README. Read the full README on GitHub.