Skip to main content
Run any Skill in Manus
with one click
GitHub repository

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 collected
12
Stars
3
updated
2026-05-29
Forks
0
Occupation coverage
6 occupation categories · 100% classified
repository explorer

Skills in this repository

adr
software-developers

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"

2026-05-29
api-spec
software-developers

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"

2026-05-29
db-schema
database-architects

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"

2026-05-29
forge
software-developers

Use when given a GitHub issue number to implement — branching, coding, verifying with architecture checks, committing with trailers, and opening a PR.

2026-05-29
release
software-developers

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"

2026-05-29
srs
management-analysts-131111

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"

2026-05-29
test-plan
project-management-specialists

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"

2026-05-29
uml
management-analysts-131111

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"

2026-05-29
sdlc-design
computer-systems-analysts

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.

2026-05-13
sdlc-pre-release
software-developers

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.

2026-05-13
sdlc-qa-task
software-quality-assurance-analysts-and-testers

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"

2026-05-13
sdlc
software-developers

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"

2026-05-13