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

  1. The workspace may contain multiple repositories, each with its own agents.md at its root. Identify the relevant repository and read its agents.md. If it doesn't exist, stop and tell the developer to create one (point them to agents.md.template). Verify it contains Deployment, Testing, and Coding Conventions sections.
  2. Read .ai/implementation-plan.md. If it doesn't exist, tell the developer to run /plan-fix first.
  3. Read .ai/issue-analysis.md. If it doesn't exist, tell the developer to run /reproduce first.
  4. If .ai/plan-review-report.md exists, 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.
Related skills
Installs
1
First Seen
Mar 30, 2026