Scaffold new Spring Boot projects

java-scaffoldskillsetup L10
limited-grisaille833/claude-java-plugins
What it does

Scaffold new Spring Boot project from scratch

Best for

Starter template with first feature and tests beats manual project setup.

Inputs
  • · Java/Spring Boot project
  • · target file or class (optional)
Outputs
  • · structured review report with findings
  • · new Spring Boot project structure
  • · starter feature implementation
Requires
  • · Spring Data JPA
  • · Spring Security
  • · Spring AI
  • · Testcontainers
  • · Spring Vault
Preconditions
  • · Java/Spring Boot project exists
  • · Build file (pom.xml or build.gradle) present
  • · No existing project (creates from scratch)
Failure modes
  • · Incorrect Spring Boot or Java version
  • · Missing dependencies in build file
  • · Syntax errors in generated code
  • · Network timeout or connection error
  • · Rate limiting or throttling
Trust signals
  • · Spring Boot version awareness (2.x vs 3.x)
  • · Concrete code examples
  • · Test patterns with Testcontainers or mocking
  • · Structured workflow with clear phases