sdd-apply

Automates implementation of change-driven tasks by translating specs into code.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/maxculen86/coding-bro-ai --skill sdd-apply-maxculen86
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-apply
Source: https://github.com/maxculen86/coding-bro-ai/tree/main/internal/assets/skills/sdd-apply
Command: npx skills add https://github.com/maxculen86/coding-bro-ai --skill sdd-apply-maxculen86

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of implementing change-driven tasks by translating change specs into concrete code, ensuring alignment with design and verification expectations.

Core Features & Use Cases

  • Reads change name, specs, design, and tasks; implements them by writing actual code following the provided design.
  • Supports Engram, Openspec, hybrid, or none persistence modes with progress tracking across the change lifecycle.
  • Enforces a disciplined workflow including validation, task completion marks, and documentation of deviations.

Quick Start

Trigger the orchestrator to begin implementing the specified tasks for a given change.

Frequently Asked Questions about sdd-apply

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

FAQPage Schema
How do I automate code generation from change requests while enforcing a disciplined workflow?

Automating code generation from change requests involves reading specs, design, and tasks to write actual code while enforcing validation and task completion marks. This orchestrator approach ensures safe, auditable processes throughout the change lifecycle.

What is the best way to track progress and persist outcomes during task implementation?

Progress tracking and persisting outcomes during task implementation is achieved by operating within a phased workflow that updates progress accordingly. It supports engram, openspec, and hybrid modes to persist outcomes and evidence safely.

How do I ensure implemented code aligns with existing software design and specifications?

Code alignment with software design and specifications is enforced by strictly following specs and design during implementation. The disciplined workflow validates task completion marks and documents any deviations from the established design.

Can I use this workflow orchestrator without external dependencies for phase management?

This workflow orchestrator operates without external dependencies for phase management. It automates translating change requests into implemented code by reading specs, design, and tasks, then executing and updating progress within a self-contained environment.

When should I use hybrid persistence mode versus openspec or engram for task implementation?

Hybrid persistence mode for task implementation is used when combining persistence strategies across the change lifecycle. Openspec or engram modes persist outcomes and evidence within their specific frameworks, while hybrid offers flexible, mixed-mode tracking.