Implementation

Execute specification tasks phase-by-phase using a TDD workflow.

17|7|Updated Nov 7, 2025
One-click install
npx skills add https://github.com/rsts-dev/claude-buddy-marketplace --skill implementation-rsts-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Implementation
Source: https://github.com/rsts-dev/claude-buddy-marketplace/tree/main/plugins/buddy/skills/Implementation
Command: npx skills add https://github.com/rsts-dev/claude-buddy-marketplace --skill implementation-rsts-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute the end-to-end implementation workflow by running tasks defined in specification documents using a deterministic, phase-by-phase, TDD-guided process with live progress tracking.

Core Features & Use Cases

  • Phase-by-phase execution (Setup, Tests, Core, Integration, Polish) with explicit checkpoints and progress updates.
  • Task discovery and loading from specs/ (tasks.md, plan.md, spec.md) to determine work items and dependencies.
  • Deterministic execution with guardrails: supports sequential and parallel tasks, updates tasks.md upon completion.
  • Prerequisite awareness: honors foundation/configuration to ensure environment readiness before execution.
  • Context-aware guidance: supports domain references and personas to guide implementation within the correct domain.

Quick Start

Invoke /buddy:implement to begin phase-by-phase task execution from specs and watch progress update in real time.

Frequently Asked Questions about Implementation

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

FAQPage Schema
How do I automate test-driven development execution from specification documents?

Automating test-driven development execution from specification documents is achieved by loading tasks from specs/ directories and running them through a phase-by-phase TDD workflow with real-time progress tracking.

Can I execute implementation tasks phase-by-phase with live progress tracking?

Yes, you can execute implementation tasks phase-by-phase across Setup, Tests, Core, Integration, and Polish checkpoints, with real-time progress updates written directly to tasks.md.

What specification files are required to load tasks for automated implementation?

Loading tasks for automated implementation requires specification files located in the specs/ directory, specifically tasks.md, plan.md, and spec.md to determine work items and dependencies.

Does the automated implementation workflow support parallel task execution?

The automated implementation workflow supports both sequential and parallel task execution with deterministic guardrails, updating tasks.md upon completion of individual work items.

How do prerequisites and domain references affect automated TDD implementation?

Prerequisites and domain references ensure environment readiness and context-sensitive guidance by honoring foundation configurations and applying personas before executing TDD implementation phases.