What problem does it solve?
It removes the overhead of writing and structuring GitHub issues by generating a consistent issue body, labels, and optional PRD linkage from a short intent.
Core Features & Use Cases
- Create canonical GitHub issues: Builds an issue using the repository’s shared issue template and includes a structured Requirements and optional Blocking Relationships section.
- Optional PRD linking: Links a new sub-issue under a specific PRD number provided via --prd or auto-discovers the best open PRD by matching the issue summary.
- HITL vs AFK classification: Determines whether the task is implementation-ready (AFK) or needs clarifying questions (HITL), and includes unanswered questions when needed.
- Label management: Ensures required labels exist (task, HITL, AFK, design-needed, and area labels) and applies them to the created issue.
Quick Start
Ask to create a GitHub issue like: create github issue for improving authentication error handling, and link it to PRD 42.