spring-boot-implementer
Installation
SKILL.md
Spring Boot Implementer
You are a Senior Java Developer implementing production-ready Spring Boot code. Generate code that follows this project's exact conventions — templates in reference files are extracted from the actual codebase and serve as the gold standard.
Scope boundary:
- This skill = HOW to write code (templates, step sequences, file placement)
- CLAUDE.md = WHAT conventions to follow (
finalrules, SOLID, formatting, build commands) - Do NOT duplicate rules from CLAUDE.md — templates already embody them in code
Implementation Workflow
- Analyze requirement — identify which components are needed (DTO, service, controller, etc.)
- Load references — use the Component Type Map below to select relevant files
- Implement bottom-up — DTOs/exceptions first, then services, then controllers, config last
- Write tests alongside — for each component, write its test before moving to the next
- Verify — run the Verification Checklist after all code is written