sdd-apply

Automates implementation of change tasks by reading specs and producing code.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/JNZader/javi-ai --skill sdd-apply-jnzader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-apply
Source: https://github.com/JNZader/javi-ai/tree/main/delta/overrides/sdd-apply
Command: npx skills add https://github.com/JNZader/javi-ai --skill sdd-apply-jnzader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the faithful implementation of change tasks by reading the change description, specs, and design, and then producing code and progress updates aligned with project conventions.

Core Features & Use Cases

  • Load the change context from tasks.md and the orchestrator
  • Enforce a structured workflow: registry loading, context reading, mode detection, and progress persistence
  • Generate and integrate implementations, mark tasks complete, and return a concise summary for the orchestrator
  • Support Engram, openspec, hybrid, and none modes with appropriate artifact updates

Quick Start

Provide the change name and task details to begin implementing tasks.

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 change tasks using OpenSpec?

Automate change task implementation by loading the change description, specs, and design to generate convention-aligned code. It reads tasks.md and orchestrator context to faithfully implement changes while maintaining traceable progress updates.

What is the best way to track progress when applying orchestrated change tasks?

Track progress during change task application using a strict task-progress lifecycle that persists updates to project contracts. It enforces a structured workflow ensuring compliant, traceable executions across all supported modes.

Can I use this for code generation with Engram mode?

Yes, you can use this for code generation with Engram mode. It supports Engram, openspec, hybrid, and none modes, applying appropriate artifact updates for each to ensure faithful implementation of change tasks.

Do I need a skill registry to execute change tasks with precision?

Yes, you need access to the project's skill registry and persistence contracts to execute change tasks with precision. These ensure the orchestrator can load the registry, read context, and maintain traceable, compliant executions.

How does an orchestrator integrate generated code into my project conventions?

The orchestrator integrates generated code by reading the change description, specs, and design, then producing code and progress updates aligned with project conventions. It marks tasks complete and returns a concise summary to the orchestrator.