with one click
spring-saas-support-ai
spring-saas-support-ai contains 12 collected skills from leonard-garden, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Write an Architecture Decision Record (MADR format) for a technical decision. Output: docs/adr/ADR-{NNN}-{slug}.md Triggers: "architecture decision", "ADR", "should we use X or Y", "technical decision", "why did we choose", "document this decision"
Design REST API contract for a feature. Output: docs/features/{slug}/api-spec.md Triggers: "design API", "REST contract", "API for X", "endpoint for X", "API contract", "write API spec", "API design"
Design database schema and Flyway migration for a feature. Output: docs/features/{slug}/db-schema.md Triggers: "design table", "db schema", "migration for X", "ERD", "flyway migration", "database schema", "schema for X", "create table"
Use when given a GitHub issue number to implement — branching, coding, verifying with architecture checks, committing with trailers, and opening a PR.
Generate release notes and deploy checklist for a version. Output: docs/releases/v{X.Y.Z}-release.md Triggers: "release note", "release notes", "changelog", "what shipped", "write release", "deploy checklist", "prepare release", "release v"
Write a Formal SRS (IEEE 830) for a feature. Output: docs/features/{slug}/SRS.md Triggers: "write SRS", "spec feature X", "requirements for X", "write requirements", "SRS for X"
Write a comprehensive test plan for a feature: unit, integration, tenant isolation, e2e. Output: docs/features/{slug}/test-plan.md Triggers: "test plan", "test strategy", "test cases for X", "what to test", "write test plan", "test coverage for X", "how to test X"
Draw Mermaid diagrams for a feature: sequence, class, ER, component, flowchart. Output: docs/features/{slug}/diagrams/ Triggers: "draw diagram", "sequence diagram", "class diagram", "activity diagram", "ER diagram", "component diagram", "flow diagram", "flowchart"
Design phase for SDLC workflow. Produces design system, wireframes, and API contract for a feature/milestone. Invoke after Discovery gate is approved, before plan-phase. Triggered by /sdlc orchestrator or manually with /sdlc-design.
Pre-release documentation generator. Reads GSD phase artifacts and produces 4 release documents: RELEASE-NOTES.md, CONFIG-GUIDE.md, NOTIFY-LIST.md, ROLLBACK-PLAN.md. Invoke after verify-work gate is approved, before gsd:ship. Triggered by /sdlc orchestrator or manually with /sdlc-pre-release.
QA verification for a single task after its PR has been merged. Reads acceptance criteria from the GSD PLAN.md, checks what was implemented, logs PASS/FAIL to QA-LOG.md in the active phase directory. Invoke manually after each PR merge during execute-phase. Usage: /sdlc-qa-task "task name"
Full SDLC workflow orchestrator for SaaS/SMB projects. Runs a complete milestone from idea to production deploy. Wraps GSD commands with 3 custom extension skills: sdlc-design, sdlc-qa-task, sdlc-pre-release. Usage: /sdlc "idea or milestone description" Triggers: "run workflow", "start new milestone", "sdlc <idea>", "full cycle"