What problem does it solve?
It prevents premature or incorrect creation of hierarchical GitHub planning artifacts by ensuring a parent issue exists, is high-quality, and is confirmed before opening its corresponding Plan sub-issue.
Core Features & Use Cases
- Validates the parent Issue: Checks the parent issue exists, is open, matches required template expectations (Why/What/How), and has compatible issue type/labels.
- Drafts a canonical Plan: Builds a Plan sub-issue body with Summary, Objective, Steps, Dependencies, Risks, and Open Questions from user-provided inputs.
- Opens the Plan sub-issue safely: Creates a linked child issue (Plan → Task) using MCP when available, then verifies native Issue Type and applies status: todo only after canonical content is confirmed.
Quick Start
Use kata-plan-task with a parent issue number and planning fields to generate a confirmed Plan sub-issue that is linked to the parent and marked status: todo.