Java Enterprise Workflow

Enterprise Java checklists that force a cursor/transaction/mapper fix to actually enforce the invariant, not just mention it.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 1b478cd

Built a throwaway MyBatis-style cursor-pagination bug (rows with identical createdAt get silently skipped) and ran a real A/B: the freeform baseline 'fix' only added id to ORDER BY and left the WHERE seek predicate and cursor DTO untouched -- the skip bug survives untouched -- while the skill's references/transactions.md pattern rewrote the seek predicate to (created_at, id), made the cursor typed, and added a boundary test that a hand-trace confirms actually catches the tie.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Java Enterprise Workflow does

A generic investigate-plan-edit-verify workflow for Java/Spring/Maven/Gradle backend changes, with 15 scenario references (transactions, MQ consumers, RPC retries, cursor pagination, data repair, code review) and hard failure gates that reject patches which look complete but don't back the claim with a real test. Trigger it for Java feature work, bug fixes, schema/field changes, PR review, or backend test/verification tasks.

How to install Java Enterprise Workflow

git clone https://github.com/kyle641320/Scout4j.git
mkdir -p ~/.claude/skills
cp -r Scout4j ~/.claude/skills/java-enterprise-workflow

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Java Enterprise Workflow

  • /java-enterprise-workflow Enterprise Java checklists that force a cursor/transaction/mapper fix to actually enforce the invariant, not just mention it.

It also activates on plain-language prompts like these:

  • Fix this MyBatis cursor pagination bug that skips duplicate rows
  • Review this Spring PR and verify the transaction boundaries are safe
  • Add a retry policy to this RPC call and prove it with a real test

Frequently asked questions

Is the Java Enterprise Workflow skill free?
Yes. The skill itself is free from kyle641320/Scout4j. SkillProof publishes the install command and an independent test verdict at no cost.
Does Java Enterprise Workflow work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Built a throwaway MyBatis-style cursor-pagination bug (rows with identical createdAt get silently skipped) and ran a real A/B: the freeform baseline 'fix' only added id to ORDER BY and left the WHERE seek predicate and cursor DTO untouched -- the skip bug survives untouched -- while the skill's references/transactions.md pattern rewrote the seek predicate to (created_at, id), made the cursor typed, and added a boundary test that a hand-trace confirms actually catches the tie.
What is the Java Enterprise Workflow SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Java Enterprise Workflow?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Java Enterprise Workflow with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.