plan-new

Draft implementation plans from PRD and research artifacts into aidd/docs/plan/<ticket>.md.

5|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/GrinRus/ai_driven_dev --skill plan-new
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-new
Source: https://github.com/GrinRus/ai_driven_dev/tree/main/skills/plan-new
Command: npx skills add https://github.com/GrinRus/ai_driven_dev --skill plan-new

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drafts implementation plans from PRD and research artifacts, enabling plan-stage initiation only after gates are satisfied.

Core Features & Use Cases

  • Generate plan artifacts from PRD and research, aligning stakeholders and milestones.
  • Enforce gate-driven planning by verifying that PRD and research are ready before plan creation.
  • Update canonical plan in aidd/docs/plan/<ticket>.md and iterate through design, risk, and testing sections.

Quick Start

Set the active stage to plan and run the plan-new/runtime/research_check.py for your ticket to begin drafting the plan.

Frequently Asked Questions about plan-new

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I draft an implementation plan from a PRD and research artifacts?

Implementation plan drafting from PRD and research artifacts produces a canonical plan document covering context, risks, decisions, iterations, test strategy, and DoD sections, updating the target markdown file in your docs directory.

What is gate-driven planning and when do I need it for my project?

Gate-driven planning verifies PRD and research readiness before creating a plan artifact, ensuring plan-stage execution only commences once prerequisite project gates are fully satisfied.

How do I start the plan stage after my PRD and research are ready?

Set the active stage to plan and run the research check script for your ticket to verify readiness and begin drafting the implementation plan artifact for the upcoming development iterations.

Does this planning approach require research artifacts before generating a plan?

Yes, this planning approach requires research artifacts and a PRD to be ready before generation. It enforces gate verification to ensure the plan stage only starts when these specific inputs are satisfied.

What sections are included in a canonical implementation plan artifact?

A canonical implementation plan artifact includes structured sections for context, risks, decisions, iterations, test strategy, and Definition of Done to guide comprehensive plan-stage execution.

Why should I use a template for implementation planning instead of drafting freely?

Using a plan template ensures alignment across stakeholders and milestones by enforcing consistent sections for risks, decisions, and test strategy, preventing gaps that free drafting might introduce.