esdd-apply

Automate spec-driven change implementation by dispatching tasks to specialized agents.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/bingeli1379/eli-claude-marketplace --skill esdd-apply
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: esdd-apply
Source: https://github.com/bingeli1379/eli-claude-marketplace/tree/main/plugins/eureka-sdd/skills/esdd-apply
Command: npx skills add https://github.com/bingeli1379/eli-claude-marketplace --skill esdd-apply

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates coordinated implementation of changes by reading spec artifacts and dispatching tasks to specialized agents.

Core Features & Use Cases

  • Orchestrates spec-driven change execution by reading proposal/design/tasks/specs and coordinating across multiple agents.
  • Tracks progress through an orchestrator, handling worktrees, lint, and task parsing, with automatic merging and commits.
  • Supports optional dev-mode to surface lessons-learned from runs.

Quick Start

Begin by generating a proposal to create the necessary artifacts and start the orchestrated workflow.

Frequently Asked Questions about esdd-apply

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

FAQPage Schema
How do I automate spec-driven task implementation with agent dispatch?

Spec-driven task implementation is automated by reading proposal, design, and tasks artifacts, then dispatching parsed work to specialized agents. An orchestrator workflow tracks progress while handling worktrees, lint, and automatic merging and commits.

What is spec-driven change orchestration and when do I need it?

Spec-driven change orchestration coordinates implementation by reading specification artifacts and dispatching tasks to multiple agents. It is needed when implementing complex changes that require reading context files, parsing tasks, and tracking progress across specialized workers.

How do I start an orchestrated workflow for spec-driven changes?

To start the orchestrated workflow, begin by generating a proposal which creates the necessary spec artifacts. The orchestrator then reads these context files, parses the tasks, and dispatches workers to execute the implementation automatically.

Can I use agent teams to handle git worktrees and commits automatically?

Yes, the orchestrator handles git worktrees, lint, and automatic merging and commits. It coordinates the specialized agent teams to execute parsed tasks while tracking progress throughout the entire workflow.

Does spec-driven orchestration support surfacing lessons learned from previous runs?

Spec-driven orchestration supports an optional dev-mode that surfaces lessons-learned from runs. This feature provides insights from previous executions while the orchestrator continues coordinating agent dispatch and progress tracking.

What are the limitations of orchestrating changes through agent dispatch?

Orchestration through agent dispatch depends on existing spec artifacts like proposals, designs, and tasks. Without generating these initial context files, the orchestrator cannot parse tasks or dispatch workers to begin the automated implementation workflow.