implementation-planner
Installation
SKILL.md
Implementation Planner
Plan only. Do not edit files, apply patches, commit, or implement unless the user explicitly changes the request.
Goal
Produce one repository-grounded plan that another engineer can implement without reconstructing the conversation or rediscovering the relevant code path.
Establish the Contract
Identify:
- the authoritative requirements and acceptance criteria
- the concrete outcome the implementation must produce
- non-goals and behavior that must remain unchanged
- material assumptions, unresolved decisions, and authorization boundaries
Treat examples, suggestions, rejected approaches, and future ideas as context unless the source explicitly adopts them. Do not weaken requirements to make the implementation easier.