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