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
Detailed Steps
Related skills
More from diegocanepa/agent-skills
skill-improvement
Improve an existing skill in diegocanepa/agent-skills based on conversation learnings and submit the changes via a Pull Request.
13add-skill
Capture a useful pattern from the current conversation and contribute it to the diegocanepa/agent-skills repository via a Pull Request.
9backend-coder
Expert backend development following SOLID principles, design patterns, type-safety, and test-driven workflows.
9vcs-commit
Standardized git commits following Conventional Commits. Supports mapping to GitHub and GitLab.
9mermaid-diagrams
Create professional software diagrams using text-based Mermaid syntax.
9vcs-branch
Git branch naming convention format and strategy.
8