sdd:plan

Orchestrate a multi-phase workflow refining draft task files into implementation-ready plans.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/dalawwa/labor-methods --skill sdd-plan-dalawwa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd:plan
Source: https://github.com/dalawwa/labor-methods/tree/main/.cek/plugins/sdd/skills/plan
Command: npx skills add https://github.com/dalawwa/labor-methods --skill sdd-plan-dalawwa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Refine and orchestrate a multi-phase workflow to turn a draft task specification into an implementation-ready plan, enabling deterministic, quality-gated planning.

Core Features & Use Cases

  • Parallel analysis (research, codebase, business) to gather inputs simultaneously
  • Architecture synthesis, decomposition, parallelization, and verifications with judge gates
  • Promotion of refined tasks from draft to todo with artifact tracking

Quick Start

Run the plan on a draft task file, e.g., /plan .specs/tasks/draft/your-task.md.

Frequently Asked Questions about sdd:plan

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

FAQPage Schema
How do I automate task planning to turn draft specifications into implementation-ready plans?

Task planning automation orchestrates parallel analysis, architecture synthesis, and decomposition phases with judge gates to refine draft task files into implementation-ready plans, tracking artifacts and rubrics for quality control.

What is a quality-gated planning workflow and when do I need it?

A quality-gated planning workflow applies judge verifications after each phase of task decomposition and parallelization. You need it to ensure deterministic quality control when refining complex draft specifications into actionable implementation plans.

How do I run parallel analysis on a draft task file for codebase and business research?

Run parallel analysis on a draft task file by executing the plan command on your specification path. The workflow simultaneously gathers codebase, research, and business inputs to synthesize architecture before decomposition and verification.

Does task orchestration support automatic promotion from draft to todo status?

Task orchestration supports automatic promotion from draft to todo status. After completing parallel analysis, architecture synthesis, and judge gate verifications, the refined task is promoted while tracking artifacts, rubrics, and checkpoints.

What are the limitations of automated workflow planning for task management?

Automated workflow planning requires a structured draft task file as input and operates sequentially through judge gates. It is limited by the initial specification quality and cannot skip verification phases, making it unsuitable for rapid, unstructured ideation.