implement

Implement approved plans into code using TDD and verification.

2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/gautam-achieveai/ClaudePlugins --skill implement-gautam-achieveai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/gautam-achieveai/ClaudePlugins/tree/main/development/skills/implement
Command: npx skills add https://github.com/gautam-achieveai/ClaudePlugins --skill implement-gautam-achieveai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of turning approved plans into implemented, self-reviewed, and verified code, streamlining the development workflow and reducing errors.

Core Features & Use Cases

  • Automated Code Implementation: Converts approved plans into working code on the current branch.
  • Test-Driven Development (TDD): Ensures code quality through red-green-refactor cycles.
  • Verification: Confirms that the code meets the defined acceptance criteria.
  • Use Case: After a design decision is approved, use this Skill to implement the feature, ensuring it is both correct and efficient.

Quick Start

Run the 'implement' skill to start the code implementation process for your approved plan.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate code implementation from an approved plan?

Automated code implementation converts approved plans into working code on the current branch. It decomposes the plan into atomic tasks, executes them using TDD, and verifies the results against acceptance criteria.

How does TDD verification work during feature implementation?

TDD verification uses red-green-refactor cycles to ensure code quality during feature implementation. Tests are written first, code is generated to pass them, and then the code is refactored and verified against acceptance criteria.

Do I need a design decision before starting automated code implementation?

Yes, a design decision or approved plan is required before starting automated code implementation. The Skill operates within a branch context and relies on the plan to decompose work into atomic tasks for execution.

Can I use branch management to isolate automated code implementation tasks?

Yes, branch management is supported for isolating automated code implementation tasks. The Skill operates within a specific branch context, converting the approved plan into verified code isolated from the main development line.

What's the best way to verify code against acceptance criteria after implementation?

The best way to verify code against acceptance criteria is through automated verification during implementation. The Skill confirms that the generated code meets the defined acceptance criteria immediately after the TDD cycle completes.