What problem does it solve?
This Skill streamlines the GitHub Issues lifecycle, enabling efficient capture, triage, brainstorming, materialization, decomposition, epic grouping, status tracking, and reconciliation of issues associated with the /spec spine.
Core Features & Use Cases
- Capture and Triage: Automatically capture issues from conversations, prototypes, or design sources and perform initial triage to clean the backlog.
- Materialize: Convert approved product intent into a specification and link it to the issue for further development.
- Decompose: Break down a feature into implementation sub-issues and link them to the parent feature.
- Epic Management: Create and manage epics to group related features and track their progress.
- Status Tracking: Provide a unified view of issue states, intent statuses, contract readiness, and sub-issue progress.
- Board Overview: Offer a ranked, relationship-aware view of the issue backlog.
- Reconciliation: Ensure issue and spec pointers agree and the lifecycle is internally consistent.
Quick Start
To create a new issue, use the command: /steer:issues capture --title "Feature request for X" --kind feature --description "Detailed description of the feature request."