sdd-implement

Execute SDD implementation plans with test creation and progress tracking.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/umatoma/claude-example --skill sdd-implement-umatoma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-implement
Source: https://github.com/umatoma/claude-example/tree/main/.claude/skills/sdd-implement
Command: npx skills add https://github.com/umatoma/claude-example --skill sdd-implement-umatoma

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the implementation of software based on pre-defined specifications and detailed execution plans, ensuring adherence to the Specification-Driven Development (SDD) methodology.

Core Features & Use Cases

  • Guided Implementation: Follows a step-by-step plan to build or modify software components.
  • Test-Driven Approach: Prioritizes test creation for tasks requiring it, aligning with development best practices.
  • Progress Tracking: Updates a plan document with task completion status and logs implementation details.
  • Use Case: After defining software specifications and creating an implementation plan using /sdd-specify and /sdd-plan, you can use this skill to execute the plan, ensuring each step is completed correctly and documented.

Quick Start

Execute the implementation plan located in the .steering directory for the 'user-auth' module.

Frequently Asked Questions about sdd-implement

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

FAQPage Schema
How do I execute a software implementation plan step-by-step?

To execute an implementation plan step-by-step, this Skill automates progression through defined tasks, validates against pre-defined gates, and updates progress in a plan document. It requires prior specification and planning documents to function correctly.

What is specification-driven development and how does it handle test creation?

Specification-driven development builds software based on pre-defined specifications and detailed plans. This Skill prioritizes test creation for tasks requiring it, aligning with test-driven development best practices while logging all implementation activities and blockers.

Do I need prior specification and planning documents to automate software implementation?

Yes, you need prior specification and planning documents. This Skill requires the prior execution of specification and planning commands to generate the necessary input documents in the .steering directory before it can automate the implementation process.

Can I track software development progress and blockers automatically during implementation?

You can track software development progress automatically because this Skill updates a plan document with task completion status, logs implementation details, and records blockers as it progresses through each defined task in the execution plan.

What's the best way to implement software components while validating against pre-defined gates?

The best way to implement software components while validating gates is using a guided implementation approach. This Skill follows a detailed plan, validates each step against pre-defined gates, and prioritizes test creation before updating the plan document.