What problem does it solve?
This Skill turns rough product ideas and casual suggestions into fully structured, implementation-ready GitHub issues that follow the repository's gold-standard template and align with project vision and existing code.
Core Features & Use Cases
- Clarify and scope ideas: ask 1-2 targeted clarifying questions when the input is ambiguous to produce a scopiable backlog item.
- Context-aware drafting: read forge.toml, key docs (VISION.md, STATUS.md, CLAUDE.md), and search open issues to detect duplicates and ensure alignment.
- Template-driven output: produce a complete issue body with summary, features/scope, architecture/design notes, integration points, acceptance criteria, and documentation tasks.
- Safe creation workflow: suggest labels and a gh issue create command but always require explicit user approval before creating the issue and report back with the issue number and URL.
Quick Start
Run /draft-issue followed by a short description of your idea, for example: add a command to manage docker containers.