loianeloianeCommunityΒ·24 Agent Skills Included

specs-driven-development-spring-angular

Spec-driven Spring Boot and Angular development with self-validating tests

Guides full-stack Spring Boot 4 and Angular features through a documented specify, plan, build, test, validate, review, and ship workflow. Enforces test-driven development, coverage, mutation testing, and architecture rules automatically so no manual line-by-line inspection is needed. Traces every requirement to tasks, tests, and code, eliminating guesswork and untested changes.
npx skills add loiane/specs-driven-development-spring-angular --all -g -y

All Skills in This Repository (24)

Pure Emerald Level Indicators
πŸ“¦ In Repo
loianeloiane

maven-harness-pom

Provide Maven POM fragments to configure quality harness plugins.

Community
Intermediate
πŸ“¦ In Repo
loianeloiane

harness-report-parsing

Parse CI harness reports into a unified harness-summary.json with gate statuses.

Community
Intermediate
πŸ“¦ In Repo
loianeloiane

pit-mutation-tuning

Configure PIT mutation testing scoped to changed code via Maven plugin.

Community
Intermediate
πŸ“¦ In Repo
loianeloiane

requirements-traceability

Map AC-NNN requirements to tasks, tests, and production symbols in a traceability matrix.

Community
Advanced
πŸ“¦ In Repo
loianeloiane

spring-boot-4-conventions

Enforce Spring Framework 7 and Spring Boot 4 idioms across Spring projects.

Community
Advanced
πŸ“¦ In Repo
loianeloiane

epic-slicing-planning

Plan Epic-level architecture and vertical-slice roadmaps for large features.

Community
Advanced
πŸ“¦ In Repo
loianeloiane

spring-code-review-rubric

Enforce a ten-section Spring Boot 4 code-review rubric with a findings table.

Community
Advanced
πŸ“¦ In Repo
loianeloiane

openapi-contract-first

Author OpenAPI specs and validate diffs against a baseline.

Community
Advanced
πŸ“¦ In Repo
loianeloiane

clarity-over-cleverness

Rewrite Java code for readability with explicit control flow and simplified streams.

Community
Intermediate
πŸ“¦ In Repo
loianeloiane

archunit-rules

Enforce Java architectural constraints with ArchUnit rule sets.

Community
Advanced
πŸ“¦ In Repo
loianeloiane

spring-task-decomposition

Decompose Spring Boot 4 designs into ordered tasks with stable IDs and acceptance criteria.

Community
Advanced
πŸ“¦ In Repo
loianeloiane

adr-authoring

Document MADR-style Architecture Decision Records with required sections.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install specs-driven-development-spring-angular?β–Ό

Run `npx skills add loiane/specs-driven-development-spring-angular --all -g -y` in your terminal to install all skills in this suite globally.

What is spec-driven development for Spring Boot?β–Ό

It is a workflow where every feature starts as a written specification with acceptance criteria, then moves through planning, test-first implementation, and automated validation before any code is committed.

Does it work with Claude Code, Copilot, and Windsurf?β–Ό

Yes. The same skills and commands run on Claude Code, GitHub Copilot in VS Code, and Windsurf through platform-specific folders that stay in sync.

Can I add it to an existing Spring project?β–Ό

Yes. The brownfield onboarding skill captures your current test and coverage baseline, then ratchets quality up gradually without blocking your first feature.

Do I need to write tests manually?β–Ό

No. The workflow enforces test-driven development, meaning a failing test is always written before any production code, and coverage and mutation gates verify the tests actually work.

Related Repositories in Software Engineering

View All in Software Engineering→