plan-phase

Featured

Plan the next PRD phase by drafting issues, creating GitHub issues, and bridging planning to building.

Web & Frontend 421 stars 49 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
87
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Plan Phase Plan the next phase of development from the PRD, create GitHub issues, and prepare for implementation. This skill bridges planning and building — it creates the structure but writes no application code. ## Your task Work through the steps below in order. Each step has a hard stop — do not proceed past a CHECKPOINT without explicit user approval. --- > **Tip for the user**: You can activate Claude Code's plan mode (shift+tab) during Steps 1-2 for an extra guardrail against premature code changes. Toggle out of plan mode before Step 3 so that Claude Code can run `gh issue create` commands. ### Step 1: Orient - Read `docs/prd/ROADMAP.md` to identify the current phase and what comes next - Read the PRD overview file (`docs/prd/*-overview.md`) for project context - Read the specific PRD document(s) relevant to the upcoming phase - Read the project's `CLAUDE.md` - Review recent git history and merged PRs to understand current state - Check for any open GitHub issues that may already cover upcoming work ### Step 2: Draft the plan Present a clear, concise plan for the next phase: - **Phase name and PRD reference** (e.g., "Phase 2: Auth & Onboarding — see `02-auth-and-onboarding.md`") - **Scope summary**: What this phase accomplishes in 2-3 sentences - **Proposed issues**: A numbered list of discrete, implementable issues. Each issue should include: - A clear title following the pattern: `feat: ...` or `fix: ...` or `chore: ...` - A one-line description of w...

Details

Author
joshukraine
Repository
joshukraine/dotfiles
Created
12 years ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

prd-to-plan

Convert a PRD into a phased implementation plan using tracer-bullet vertical slices, then optionally create GitHub issues from the plan. TRIGGER when: user has a PRD and wants an implementation plan, says "plan this", asks to break a feature into phases, wants to convert requirements into tasks, asks to break a PRD into issues, create issues from a plan, or says "prd to issues". Also when user wants to stress-test a plan, get grilled on their design, or says "grill me". DO NOT TRIGGER when: user wants to execute a plan (just code it), review existing code, or do general architecture discussion without a PRD.

1 Updated 1 weeks ago
DROOdotFOO
AI & Automation Solid

planifie

Découper un PRD en phases indépendamment livrables par tranches verticales (tracer bullets), puis produire ou étendre `docs/PLAN.md` selon un template fixe (décisions architecturales + phases avec user stories, livrable, critères d'acceptation, dépendances). Utilise sur /planifie, "découpe le PRD", "fais le plan d'implémentation", "casse-moi ça en phases", "écris le plan", "étends le plan", "tracer bullets", "vertical slices", ou dès qu'il faut transformer un PRD en plan d'exécution versionné. Aval naturel de /cadre.

31 Updated 5 days ago
naiersaidane
AI & Automation Listed

prd-to-issues

Break a PRD into independently grabbable GitHub issues with dependency relationships. Use when asked to 'break this PRD into issues', 'create issues from PRD', 'plan the work', 'create a kanban', or after writing a PRD to prepare work for execution.

0 Updated 2 days ago
arndvs