implement

Convert markdown feature specs into implementation tasks and team plans.

Updated Jul 10, 2025
One-click install
npx skills add https://github.com/damilola-elegbede-org/claude-config-5ad01dbe --skill implement-damilola-elegbede-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/damilola-elegbede-org/claude-config-5ad01dbe/tree/main/system-configs/.claude/skills/implement
Command: npx skills add https://github.com/damilola-elegbede-org/claude-config-5ad01dbe --skill implement-damilola-elegbede-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reads markdown specifications and converts them into concrete implementation plans, assigning tasks and orchestrating teams to deliver features.

Core Features & Use Cases

  • Parses a markdown spec to extract tasks, domains, dependencies, and acceptance criteria.
  • Generates and coordinates team-based or single-agent implementations across multiple domains.
  • Provides dry-run and incremental options to preview work without side effects.

Quick Start

Run the /implement command with your spec file to start the automated implementation workflow.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I turn markdown specifications into implementation tasks automatically?

Turning markdown specifications into implementation tasks involves parsing the spec to extract domains, dependencies, and acceptance criteria, then generating structured tasks and team plans for execution.

Can I generate a team-based workflow plan from a feature spec?

Generating a team-based workflow plan from a feature spec is possible by parsing the markdown file, which maps ownership and coordinates parallel implementation across backend, frontend, and DevOps domains.

Does this implementation automation support single-agent workflows?

Implementation automation supports both parallel team-based execution and single-agent workflows, allowing you to coordinate complex project deployments across multiple domains or handle tasks individually.

How do I preview an implementation plan without executing code changes?

Previewing an implementation plan without executing code changes is done using the dry-run option, which generates tasks, maps ownership, and outlines deployment orchestration steps without side effects.

What is domain classification in software feature implementation?

Domain classification in software feature implementation is the process of categorizing parsed spec tasks into backend, frontend, or DevOps domains to orchestrate targeted deployment and verification steps.