What problem does it solve?
Planning GitHub issues can skip crucial design reviews, threat modeling, and documentation, so this Skill enforces a 17-step, config-aware checklist that guarantees every plan honors security, version, and branch expectations before implementation begins.
Core Features & Use Cases
- Structured Context Gathering: Detects feature or fix branches, pulls issue metadata, loads
.paadhai.json, and tracks progress through every planning step so nothing is missed.
- Design, Security, and Version Reviews: Guides brainstorming questions, design alignment investigations, and threat modeling while validating dependency versions before work starts.
- Deliverable Docs & Handoff: Produces
docs/plans/issue-<n>/plan.md and implementation.md, triggers ADRs when needed, and commits the artifacts to share a ready-to-implement plan with reviewers.
Quick Start
Run /dev-plan on your feature or fix branch after loading the repo to generate the issue plan and implementation documents.