implement

Community

Automate feature implementation with TDD.

Authoradolfoaranaes12
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill guides and automates feature implementation from task specs using Test-Driven Development, ensuring deterministic file operations and automated acceptance verification.

Core Features & Use Cases

  • Red-Green-Refactor cycle: Write failing tests, implement code to pass, and refactor while keeping tests green.
  • Automated acceptance verification: Validate that all acceptance criteria are met via automated checks.
  • Task-spec loading & deterministic I/O: Loads workspace/tasks/{task_id}.md and uses bmad-commands to perform deterministic file and test operations.

Quick Start

Use the implement-v2 skill to implement a feature by providing a task identifier (e.g., task-auth-002-signup). The skill loads the task spec, executes the TDD cycle, and reports results.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: implement
Download link: https://github.com/adolfoaranaes12/BMAD-ENHANCED/archive/main.zip#implement

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository