Implement new Spring Boot features using spec-driven development. Phase 1: Plan, Phase 2: Implement with TDD.
npx claudepluginhub sumanpapanaboina1983/adlc-accelerator-kit-pluginsImplement a new Spring Boot feature using spec-driven development. ## Your Task $ARGUMENTS ## Process: Plan → Implement (Two-Phase) ### Phase 1: Create Implementation Specification **Use agent: backend-planner** 1. **Gather Requirements** - If Jira ticket referenced: `mcp__jira__get_issue` to get full details - Extract acceptance criteria, API contracts, data models - If Figma/design referenced: extract UI requirements for API needs 2. **Design the Solution** Create an Implementation Specification with: - API endpoints (paths, methods, request/response schemas) - Da...
Share bugs, ideas, or general feedback.
Implement a new Spring Boot feature using spec-driven development.
$ARGUMENTS
Use agent: backend-planner
Gather Requirements
mcp__jira__get_issue to get full detailsDesign the Solution Create an Implementation Specification with:
Output the Specification Write a complete Implementation Specification following the spec-driven-planning skill format:
Use agent: backend-implementer
Execute Test Phase (RED)
mvn test -Dtest=NewFeatureTest
# MUST FAIL - proves tests are valid
Execute Implementation Phase (GREEN)
mvn compile
mvn test -Dtest=NewFeatureTest
# MUST PASS
Full Verification
mvn compile
mvn test
mvn verify
Provide both: