java-spring-workflow

Implement approved Java and Spring changes with self-review and verification.

8|1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/JoeCP17/LLM-Dot-files --skill java-spring-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: java-spring-workflow
Source: https://github.com/JoeCP17/LLM-Dot-files/tree/main/codex/skills/java-spring-workflow
Command: npx skills add https://github.com/JoeCP17/LLM-Dot-files --skill java-spring-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about java-spring-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement a new Spring controller while enforcing request response contracts?

To implement a Spring controller with request response contracts, use an approved plan as the source of truth and apply repository rules for Request/Response naming and service naming conventions during coding to prevent contract drift.

What is a self-review loop for Java Spring code style compliance?

A self-review loop for Java Spring code style compliance is a targeted checklist review focused on service naming, request/response conventions, time-handling rules, package structure, and dependencies, followed by fixing violations before verification.

Can I use this workflow to revise existing Spring services and use cases?

Yes, you can use this workflow to revise existing Spring services and use cases by applying repository Java code style rules, running the self-review loop on the diff, and verifying targeted diagnostics and build checks.

How do I handle deterministic time handling in Spring implementation?

To handle deterministic time in Spring implementation, apply repository time-handling rules during the coding phase and verify compliance through the self-review checklist before running targeted tests or build checks.

Do I need an approved plan before starting Java Spring implementation?

Yes, you need an approved plan before starting Java Spring implementation because the workflow prioritizes the approved plan as the source of truth and applies Spring contract and structure rules during coding based on it.

What's the best way to verify Spring code changes without running full test suites?

The best way to verify Spring code changes is to run the smallest relevant diagnostics, tests, and build checks recommended by the workflow, avoiding completion claims without evidence from targeted verification results.