sdd-apply

Translate software design specifications into executable code and progress artifacts.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/MileniumTick/skills --skill sdd-apply-mileniumtick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-apply
Source: https://github.com/MileniumTick/skills/tree/main/skills/sdd-workflow/skills/sdd-apply
Command: npx skills add https://github.com/MileniumTick/skills --skill sdd-apply-mileniumtick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill translates software design specs into concrete implementation tasks and progress artifacts, reducing drift between design and code.

Core Features & Use Cases

  • Interpret SPEC and DESIGN to generate task-level implementation plans.
  • Execute implementation steps in accordance with TDD when enabled or standard workflow, producing code and progress artifacts.
  • Update a structured task artifact with completed tasks, changed files, test results, deviations, issues, and next steps.

Quick Start

Turn specs into code and track task progress.

Frequently Asked Questions about sdd-apply

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

FAQPage Schema
How do I turn software design specifications into executable code?

To turn software design specifications into executable code, this Skill interprets SPEC and DESIGN files to generate task-level implementation plans and executes the steps to produce the final code.

Can I use test-driven development workflows for code generation from specs?

Yes, you can use test-driven development workflows for code generation. The Skill executes implementation steps in accordance with TDD when enabled, producing both the code and the associated tests.

Does this specification-driven development tool work across multiple project stacks?

Yes, this specification-driven development tool works across multiple project stacks. It handles specification reading and task execution end-to-end, adapting to various languages and project environments.

How do I track task progress and file changes after implementing a design spec?

To track task progress and file changes after implementing a design spec, the Skill updates a structured task artifact with completed tasks, changed files, test results, deviations, and next steps.

What is the best way to automate progress artifact updates during code generation?

The best way to automate progress artifact updates during code generation is using a specification-driven workflow. It automatically outputs completed tasks, file changes, issues, and next steps into a structured artifact.