sdd-apply

Generate production-ready code from specs and design while updating task documentation.

3|Updated Apr 5, 2023
One-click install
npx skills add https://github.com/mrp4sten/.dotfiles --skill sdd-apply-mrp4sten
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-apply
Source: https://github.com/mrp4sten/.dotfiles/tree/main/development/IA/opencode/skill/sdd-apply
Command: npx skills add https://github.com/mrp4sten/.dotfiles --skill sdd-apply-mrp4sten

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implement tasks from orchestrator changes by writing code that adheres to provided specs, design, and project conventions, ensuring traceable progress.

Core Features & Use Cases

  • Reads task context (change name, tasks to implement, proposal, specs, design, tasks.md) and follows a defined workflow.
  • Generates production-ready code and updates task tracking (e.g., marking tasks complete in tasks.md) while reporting progress.
  • Enforces project conventions and returns a structured summary for the orchestrator.

Quick Start

Read the change context and implement the assigned tasks following the prescribed steps.

Frequently Asked Questions about sdd-apply

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

FAQPage Schema
How do I automate task implementation from change requests?

Automate task implementation by generating production-ready code from specs and design decisions. The workflow reads change context, applies proposals across multiple modules, and updates task documentation while reporting progress.

What is the process for generating code from delta specs and design proposals?

Generating code from delta specs involves interpreting proposals and design decisions to write code across multiple files. It enforces project conventions and returns a structured summary for the orchestrator.

Does code generation from specs enforce project configuration and conventions?

Code generation from specs enforces project configuration and conventions throughout the implementation process. It ensures production-ready code adheres to provided design decisions while maintaining traceable progress updates.

How do I update task tracking and progress indicators after implementing changes?

Update task tracking by marking tasks complete in tasks.md during the implementation workflow. The process reads task context, generates the required code, and updates progress indicators to reflect completed work.

Can I implement changes across multiple files and modules from a single orchestrator proposal?

Implementing changes across multiple files and modules from a single orchestrator proposal is supported. It interprets proposals and delta specs to generate production-ready code while ensuring adherence to project conventions.