/implement Command
Description
Execute implementation plan using the code-implementer agent with automatic self-correction.
Installation
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
Related Skills
next.js
| The React Framework | 138360 | 1503 | 1 |
Development community sharing-skills
skill for guidance.
Development community root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development community Template Skill
Minimal skeleton for a new skill project structure.
Development community Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official