spec_driven_development.implement

Transform formal specifications into runnable feature implementations via a structured task tree.

1|Updated Jun 30, 2025
One-click install
npx skills add https://github.com/EONMUN/EONMUN --skill spec-driven-development-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spec_driven_development.implement
Source: https://github.com/EONMUN/EONMUN/tree/main/.claude/skills/spec_driven_development.implement
Command: npx skills add https://github.com/EONMUN/EONMUN --skill spec-driven-development-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns formal specifications into concrete implementations by orchestrating tasks, validations, and checkpoints, reducing guesswork and accelerating delivery.

Core Features & Use Cases

  • Spec validation and prerequisite checks ensure all artifacts exist before starting.
  • Dependency-driven task execution preserves proper order and provides clear progress visibility.
  • Automated generation of code, tests, and documentation aligned with the specification for reliable delivery.

Quick Start

Prepare the specs folder (specs/[feature]/spec.md, plan.md, tasks.md) and ensure the constitution is in place. Then run the workflow and provide the feature name when prompted. Monitor checkpoints and address blockers until all tasks are complete.

Frequently Asked Questions about spec_driven_development.implement

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

FAQPage Schema
How do I generate code from a formal specification document?

To generate code from a formal specification, this Skill transforms your spec files into a runnable feature implementation by orchestrating a structured task tree that automates code, tests, and documentation generation. It validates prerequisites and enforces dependency order throughout the workflow.

What do I need to set up before automating spec-driven development tasks?

Before automating spec-driven development tasks, you must prepare a specs folder containing spec.md, plan.md, and tasks.md files for your feature, and ensure the constitution document is in place. The workflow checks these prerequisites before starting task execution.

How does task dependency order work when implementing features from specs?

When implementing features from specs, dependency-driven task execution preserves proper order by operating on a structured task tree. It provides clear progress visibility and validates acceptance criteria and quality throughout the workflow to ensure reliable delivery.

Can I automate quality assurance and documentation alongside code generation?

Yes, you can automate quality assurance and documentation alongside code generation. The workflow enforces quality checks and validates acceptance criteria at checkpoints, automatically generating aligned documentation and tests for the software project.

What is the best way to track progress when turning specs into working implementations?

The best way to track progress when turning specs into working implementations is using a workflow that provides progress tracking through monitored checkpoints. It executes a structured task tree and highlights blockers until all tasks are complete.