What problem does it solve?
Converts a finalized development plan and specification documents into structured, trackable GitHub Issues and a linked Project board so tasks become assignable, measurable, and visible in the repo UI.
Core Features & Use Cases
- Precondition checks: Verifies presence of PRD/SRD/API spec and the Dev Plan before proceeding.
- Label & Milestone provisioning: Creates standardized priority, milestone, type, role, and review labels and milestones required by the Dev Plan.
- Issue generation: Transforms each Dev Plan task into a GitHub Issue following a strict template (description, task ID, steps, acceptance criteria, technical references, dependencies, and labels).
- Verification tasks: Detects all manual verification items and creates dedicated verification Issues assigned to the appropriate reviewer role with ux-review/review/acceptance tags.
- Project board automation: Optionally creates or links a GitHub Project, adds Issues, and links the Project to the repository to ensure visibility in the Projects tab.
- Operational safety: Requires gh CLI authentication and explicit developer confirmation before creating or modifying repo artifacts.
Quick Start
Use the skill to create all Issues and an optional Project board from /docs/02-Dev_Plan.md after confirming gh CLI is authenticated and the Dev Plan is finalized.