/implement Command banner
VAMFI VAMFI

/implement Command

Development community intermediate

Description

Execute implementation plan using the code-implementer agent with automatic self-correction.

Installation

Terminal
claude install-skill https://github.com/VAMFI/claude-user-memory

README


name: implement description: Quick command to invoke code-implementer to execute implementation with self-correction (up to 3 intelligent retries).

/implement Command

Execute implementation plan using the code-implementer agent with automatic self-correction.

Usage

/implement

Prerequisites

⚠️ **Requires**:

    undefined

What This Does

    undefined

Examples

# After /research and /plan:
/implement

# That's it! The agent knows what to do from the artifacts.

Output

You'll receive:

    undefined

Self-Correction Protocol

If tests fail, implementer will:

**Attempt 1** (targeted fix):

    undefined

**Attempt 2** (alternative approach):

    undefined

**Attempt 3** (minimal working version):

    undefined

**After 3 failures**:

    undefined

Circuit Breaker Protection

The circuit breaker prevents infinite retry loops:

**States**:

    undefined

**If blocked**:

# Check status
./.claude/validators/circuit-breaker.sh code-implementer status

# Review why it failed
# Fix root cause (update ResearchPack/Plan, fix environment, etc.)

# Reset after fixing
./.claude/validators/circuit-breaker.sh code-implementer reset

Quality Gate

Before implementation starts:

    undefined

Time

Typical completion:

    undefined