dev-plan

Translate setup.yaml and design artifacts into a task plan with dependencies and prompts.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/NagasakaH/dev-process --skill dev-plan-nagasakah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-plan
Source: https://github.com/NagasakaH/dev-process/tree/main/.claude/skills/development/dev-plan
Command: npx skills add https://github.com/NagasakaH/dev-process --skill dev-plan-nagasakah

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Dev Plan Skill converts design artifacts and metadata into concrete, executable task plans, enabling predictable development progress without manual coordination.

Core Features & Use Cases

  • Generates task breakdowns and dependencies from dev-design and design-document inputs.
  • Creates per-task prompts with TDD guidance and integration prompts for the parent agent.
  • Updates the design document with a structured implementation plan and references for traceability.

Quick Start

Provide setup.yaml and design-document to trigger planning, and run the planning process to produce task prompts and a parent agent prompt.

Frequently Asked Questions about dev-plan

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

FAQPage Schema
How do I turn design docs into actionable dev plans?

To turn design docs into actionable dev plans, provide your setup.yaml and design artifacts to generate concrete task lists, per-task TDD prompts, and a parent-agent integration prompt for orchestration. It automatically translates these inputs into a structured implementation plan.

Can I automate task splitting from a design document?

Yes, you can automate task splitting from a design document by processing it alongside setup.yaml. The system reads these inputs to produce a task breakdown with defined dependencies, parallelizable groups, and acceptance criteria to guide completion.

How do I generate parent-agent prompts for development orchestration?

You generate parent-agent prompts for development orchestration by feeding design-document and dev-design outputs into the planning process. It creates individual task prompts with TDD guidance and an integration prompt to coordinate the parent agent.

What is the best way to manage dependencies in a development task plan?

The best way to manage dependencies in a development task plan is to enforce acceptance criteria from setup.yaml during generation. This defines parallelizable groups and updates the design document with structured references for traceability.

Do I need setup.yaml to generate a task list with TDD guidance?

Yes, you need setup.yaml to generate a task list with TDD guidance. It provides the required acceptance criteria to guide task completion, while the system reads setup.yaml and design artifacts to produce the task breakdown and prompts.