What problem does it solve?
Turning a feature idea into a well-structured GitHub issue requires exploring the codebase, drafting a plan, and manually formatting the issue, which is repetitive and error-prone.
Core Features & Use Cases
- Collaborative Planning: Enters plan mode to explore the codebase and design an approach based on a short feature description.
- Iterative Approval: Presents the plan for user review and iterates until the plan is approved.
- Automated Issue Creation: Converts the approved plan into a structured GitHub issue via the gh CLI, including summary, background, files to modify, task checklist, and testing requirements.
- Use Case: Describe a change like "add dark mode support", review the generated plan, and receive a ready-to-track GitHub issue with an implementation checklist.
Quick Start
Ask the assistant to plan adding dark mode support and turn the approved plan into a GitHub issue.