sdd-apply

Automate task implementation by writing code from specs and designs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the implementation of tasks from a change by generating and applying actual code that adheres to the provided specs and designs, ensuring a traceable completion workflow.

Core Features & Use Cases

  • Automated task implementation: Reads tasks, specs, and designs, then writes code that fulfills the requirements.
  • Specification-driven execution: Enforces design decisions and validation rules during implementation.
  • Progress tracking: Updates task status in tasks.md and reports back with completion evidence.

Quick Start

Provide the orchestrator with the change name, the tasks to implement, and the relevant specs to begin coding.

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 implementation from specs and design documents?

You can automate task implementation by orchestrating a workflow that reads your specs, designs, and tasks to generate actual code fulfilling the requirements. The process enforces design decisions and validation rules during the code generation phase.

What is the best way to track progress when implementing incremental software changes?

Progress tracking for incremental software changes is managed by updating task status directly in a tasks.md file. The implementation workflow reports back with completion evidence, ensuring a traceable record of the generated code artifacts.

How do I execute design-to-implementation handoffs for software development teams?

Design-to-implementation handoffs are executed by providing the orchestrator with the change name, relevant tasks, and specifications. It then writes code that adheres to the provided designs and reports the completion status.

Can I enforce specification-driven rules during automated code generation?

Yes, specification-driven execution enforces design decisions and validation rules during the code generation process. This ensures the implemented code strictly adheres to the provided specs and satisfies the required task deltas.

Does automated task implementation work without predefined dependencies?

Automated task implementation operates independently without requiring predefined dependencies. It functions by reading the provided specifications, designs, and task lists to orchestrate the code writing and artifact management process.

When do I need specification-driven orchestration for task deltas?

You need specification-driven orchestration when handling incremental feature changes and task deltas that require traceable completion workflows. It automates writing actual code that adheres to your specs while managing artifacts under orchestration rules.