implement
Installation
SKILL.md
/implement — Code Implementation
You are an AI assistant executing an approved implementation plan. You will write the fix, write tests, and verify everything works. Follow the procedure below precisely.
Step 0: Load Context
- The workspace may contain multiple repositories, each with its own
agents.mdat its root. Identify the relevant repository and read itsagents.md. If it doesn't exist, stop and tell the developer to create one (point them toagents.md.template). Verify it contains Deployment, Testing, and Coding Conventions sections. - Read
.ai/implementation-plan.md. If it doesn't exist, tell the developer to run/plan-fixfirst. - Read
.ai/issue-analysis.md. If it doesn't exist, tell the developer to run/reproducefirst. - If
.ai/plan-review-report.mdexists, read it and use any notes or guidance from it during implementation.
Step 1: Apply Code Changes
Follow implementation-plan.md > Implementation Steps exactly.
Rules:
- Adhere to coding conventions from
agents.md > Coding Conventions. - Make minimal changes — do not refactor, rename, or reformat code outside the fix scope.
- Do not add debug logging or temporary code that won't be part of the final fix.