What problem does it solve?
Many repository issues contain only a title and scattered comments, leaving contributors unsure how to start work or estimate complexity. This Skill automates the creation of a concise, decision-aware plan and persists it as a comment in the issue file so maintainers and contributors have immediate, reusable guidance.
Core Features & Use Cases
- Create a structured implementation plan derived from an issue's title and existing comments, including design decisions and estimated complexity.
- Append a new [[comments]] entry to the issue's TOML file with the agent as author and the current date, and set the issue status to planned.
- Use case: a maintainer asks the agent to plan work for issue 0001; the agent validates the file exists, summarizes context, produces a plan, updates the issue, and stages the change for commit.
Quick Start
Ask the agent to create a plan for issue 1 and append it as a comment to the corresponding file in the .issues directory.