sdd-implement

Automate code implementation from SDD pipeline output with pre-flight checks.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/jsalio/My-sdd-flow --skill sdd-implement-jsalio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-implement
Source: https://github.com/jsalio/My-sdd-flow/tree/main/sdd-implement
Command: npx skills add https://github.com/jsalio/My-sdd-flow --skill sdd-implement-jsalio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sdd-preflight, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the implementation of code based on the SDD pipeline output, ensuring code quality, adherence to specifications, and reducing manual errors.

Core Features & Use Cases

  • Guided Implementation: Step-by-step guidance through the implementation process, ensuring all steps are followed correctly.
  • Automated Checks: Performs pre-flight checks for each sub-spec to ensure requirements are met before implementation.
  • Documentation: Generates inline documentation and update the /why file to document implementation decisions.

Quick Start

To start implementing the code for a feature, run the command: /implement

Frequently Asked Questions about sdd-implement

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

FAQPage Schema
How do I automate code implementation from a specification pipeline?

You can automate code implementation by running the SDD pipeline, which provides step-by-step guidance, executes automated pre-flight checks for each sub-spec, and generates inline documentation to ensure adherence to specifications and reduce manual errors.

Do I need to complete the SDD pipeline before implementing code?

Yes, you must complete the SDD pipeline before using this implementation automation, because the Skill relies on the pipeline output to guide implementation steps and validate specification adherence.

How do I ensure code quality and specification adherence during implementation?

To ensure code quality and specification adherence, the implementation process performs automated pre-flight checks against each sub-spec requirement and generates documentation to track implementation decisions.

What is the best way to start guided code implementation after specification?

The best way to start guided code implementation is to run the `/implement` command, which initiates step-by-step guidance through the implementation process to ensure all steps are followed correctly.

How does automated documentation work during code implementation?

Automated documentation works by generating inline code comments and updating the `/why` file during the implementation process to record and document all implementation decisions and rationale.