taipt1504/agent-skills

3 stars · Last commit 2026-05-20

Claude Code plugin for Java Spring backend — 21 skills, 9 agents, 17 hooks, TDD workflow enforcement. Hook-bootstrapped harness with skill auto-routing, verify/fix loops, multi-agent spawning, and session memory.

README preview

# Agent Skills

A [Claude Code](https://docs.anthropic.com/en/docs/claude-code) plugin for **Java Spring** backend development. **v4.1** ships a fully agentic 5-layer adaptive workflow: triage → align → brainstorm → plan → spec → execute → verify → review → learn.

> **v4.1.0-beta.** Agent = Model + Harness. Plugin provides the harness — 1% pre-flight discovery, lane-aware workflow, native Claude auto-memory, MCP optional layer, hook output caps, lifecycle-organized state, template-enforced plans/specs.

## Workflow

```
REQ → BOOT → PREFLIGHT0 → TRIAGE
                            ├── trivial → EXECUTE (light) → REVIEW (S2) → COMMIT
                            └── standard / high-stakes →
                                ALIGN → BRAINSTORM (if needed) →
                                PLAN → SPEC → EXECUTE (subagent per slice) →
                                REVIEW (S1 + S2) → LEARN → COMMIT
```

Three lanes. Six pre-flight variants (one per gate). **1% rule:** every gate enumerates ALL skills + rules with ≥1% relevance, justifies every SKIP with concrete evidence.

Full operational reference: [WORKING_WORKFLOW.md](WORKING_WORKFLOW.md). End-to-end walkthroughs: [examples/](examples/). Migration from v1 (5-phase rigid): [MIGRATION_v2.md](MIGRATION_v2.md).

View full repository on GitHub →