Documentation
README
Analyze Task
Use this skill before coding for non-trivial repository work:
- new features
- cross-layer changes
- architecture or model changes
- complex bugs
- tasks that likely need multiple commits / reviews / loops
Do not use it for tiny local edits that can be implemented and verified immediately.
Purpose
Produce a short Analysis Brief that makes the task discussable and executable.
This skill is for:
- clarifying the goal
- defining non-goals
- identifying what must be decided before coding
- deciding whether a subagent is justified
- preparing the task for a scope-alignment discussion
- setting up the handoff to
write-task-todoonly after alignment
This skill is not for writing code and not for writing docs/todolist.md.
This is the opening of the README. Read the full README on GitHub.