Use when an approved PRD exists and the team needs a decision-oriented system design before implementation begins. Produces bounded contexts, architecture style tradeoffs, component definitions, data flow and ownership, failure modes, security implications, operational requirements, and ADR-backed technical decisions. Do not invoke when the PRD is still unstable or requirements are unresolved; use idea-development first. This skill produces the architectural envelope; downstream skills (backend-architecture, spring-boot-service-scaffold, postgres-schema-and-migration) fill it with interfaces, schemas, and implementation.
$npx -y skills add amritmalla/claude-full-stack-2.0 --skill system-designInstalls into the current project.
Run `npx skills use "https://github.com/amritmalla/claude-full-stack-2.0" --skill "amritmalla/claude-full-stack-2.0/system-design"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/amritmalla/claude-full-stack-2.0" that are relevant to the current task. Run `npx skills add "https://github.com/amritmalla/claude-full-stack-2.0"` and select the relevant skills, then follow their instructions.