What problem does it solve?
It helps you implement or revise Java/Spring changes in a rule-compliant way after planning is approved, reducing style, architectural, and contract regressions.
Core Features & Use Cases
- Plan-aware Java/Spring implementation: prioritizes the approved plan as source of truth and applies Spring contract and structure rules during coding.
- Self-review loop for rule violations: runs a targeted checklist review focused on service/use-case naming, request/response conventions, time-handling rules, package structure, dependencies, and Java style issues.
- Verification-minded completion: recommends the smallest relevant diagnostics/tests/build checks and avoids claiming completion without evidence.
Example use case: you already have an approved plan to add a new Spring endpoint; you use this skill to implement the endpoint, align it with repository rules, self-review the diff, and verify via targeted tests/build checks.
Quick Start
Use java-spring-workflow to implement the approved Spring change, then run the self-review loop and verify with targeted build/test results.