sdd-apply

Implement SDD plan tasks into code changes and update tasks.md.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/fearovex/claude-config --skill sdd-apply-fearovex
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sdd-apply
Source: https://github.com/fearovex/claude-config/tree/main/skills/sdd-apply
Command: npx skills add https://github.com/fearovex/claude-config --skill sdd-apply-fearovex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the implementation stage of the SDD lifecycle by converting task plans and specifications into concrete changes, while updating the progress log in tasks.md as work advances.

Core Features & Use Cases

  • Plan-to-code execution: Translates defined SDD tasks into actionable code changes aligned with the specs and the design.
  • Progress tracking: Continuously updates tasks.md to reflect completed steps and current status.
  • Deterministic workflow: Follows a structured step-by-step process (preload tech patterns, detect mode, implement tasks) to deliver predictable outcomes.

Quick Start

Apply the SDD plan for a given change name by implementing the designated tasks and updating tasks.md accordingly.

Frequently Asked Questions about sdd-apply

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

FAQPage Schema
How do I automate plan-to-code execution for software project tasks?▼

Plan-to-code execution translates defined SDD task specifications into concrete code changes. It follows a structured step-by-step process to preload tech patterns, detect mode, implement tasks, and deliver predictable code outcomes.

What is the SDD lifecycle implementation stage and how does it work?▼

The SDD lifecycle implementation stage converts task plans and specifications into actionable code changes. It works by applying a deterministic workflow that aligns generated code with the original design specifications.

How do I track progress and update tasks.md during change implementation?▼

Progress tracking updates tasks.md continuously to reflect completed steps and current status. It records stepwise execution and verification results directly in the task log as implementation work advances.

Can I use SDD task execution for stepwise verification in software engineering?▼

SDD task execution suits software engineering projects needing stepwise verification. It handles task-level execution from design to verification, ensuring implemented changes satisfy the specified requirements.

What's the best way to turn design specifications into implemented code changes?▼

Turning design specifications into implemented code changes requires a deterministic workflow. Preload technical patterns, detect the execution mode, implement the designated tasks, and update the progress log.

Does SDD change management require a specific project management setup?▼

SDD change management requires a software project following the SDD lifecycle. It needs a tasks.md file for progress recording and predefined task plans to execute stepwise implementation and verification.