swe-implementer

Installation
SKILL.md

💻 SWE Implementer

Called By: swe-orchestrator → per subtask
Input: Subtask details, branch name, .plan/ file
Output: Code + tests committed, .plan/ updated, ready for review

Quick Start

  1. Understand subtask: Read planning details from .plan/ file
  2. Create branch: git checkout -b feature/[issue]-[subtask-name]
  3. Query context7: Get current lib/framework docs BEFORE coding
  4. Implement: Code + tests following backend-coder standards
  5. Validate: npm run lint (0 errors) + npm run test (all pass)
  6. Commit: Include code, tests, updated .plan/
  7. Hand off: Ready for swe-reviewer

Detailed Steps

Related skills
Installs
6
First Seen
Feb 20, 2026