sdd-plan

Generate an execution_plan.md with task sequencing and rollback strategies.

1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/dariomazzitellireplik-coder/sdd-skills --skill sdd-plan-dariomazzitellireplik-coder
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sdd-plan
Source: https://github.com/dariomazzitellireplik-coder/sdd-skills/tree/main/skills/sdd-plan
Command: npx skills add https://github.com/dariomazzitellireplik-coder/sdd-skills --skill sdd-plan-dariomazzitellireplik-coder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the planning phase of Spec-Driven Development (SDD) by generating an execution_plan.md document that outlines the steps, tasks, and verification strategies for the next phase of development.

Core Features & Use Cases

  • Automated Planning: Generates an execution_plan.md based on the research phase.
  • Task Sequencing: Sequences tasks with T-IDs, HITL/AFK markers, and rollback strategies.
  • Trade-off Analysis: Assists in making trade-off decisions for phase ordering and scope.
  • Use Case: After completing the research phase, use this Skill to create a detailed plan for the execution phase, ensuring all tasks are covered with appropriate tests and rollback strategies.

Quick Start

Run /sdd-plan after the research phase is approved to generate the execution plan.

Frequently Asked Questions about sdd-plan

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

FAQPage Schema
How do I generate an execution plan for spec-driven development?▼

To generate an execution plan for spec-driven development, you run the planning command after your research phase is approved, which automatically produces an execution_plan.md outlining tasks and verification strategies.

What is an execution_plan.md in SDD?▼

An execution_plan.md in SDD is a generated document that sequences development tasks with T-IDs, HITL/AFK markers, and rollback strategies to guide the execution phase following the research phase.

How do I sequence tasks with rollback strategies for my development plan?▼

You sequence tasks with rollback strategies by automating the SDD planning phase, which assigns T-IDs and HITL/AFK markers to coordinate task ordering and define verification commands.

Do I need research and state documents before planning my execution phase?▼

Yes, you need research and state documents from previous SDD phases before planning your execution phase, as the generated execution plan depends directly on approved prior research.

Can I use this automated planning tool for trade-off analysis in task management?▼

Yes, you can use this automated planning tool for trade-off analysis in task management, as it assists in making trade-off decisions for phase ordering and scope during execution plan generation.

What's the best way to automate the SDD planning phase without manual task sequencing?▼

The best way to automate the SDD planning phase without manual task sequencing is running the dedicated planning script, which automatically coordinates task ordering, verification commands, and rollback strategies into a markdown plan.