sa
System Analysis (SA) Skill
This skill focuses on System Analysis & Design, aiming to transform business requirements from the PRD into executable technical solutions. SA is the bridge connecting "What to do" (PRD) with "How to do" (Code).
SA Core Responsibilities
- Architecture Design: Define the high-level system structure, module divisions, and responsibilities.
- Data Modeling: Design database schema, data structures, and storage strategies.
- Interface Design: Define API specifications, function signatures, and interaction protocols.
- Process Logic: Clarify complex business logic through diagrams (Flowchart, Sequence Diagram).
- Testing Strategy: [Critical] Analyze the impact of changes on existing tests and define the testing plan.
SA Artifacts
- System Design Document (SDD): The system design specification. See
references/system_design_doc.md. - API Specification: API specification document (Swagger/OpenAPI or Markdown).
- Database Schema: ER Model or JSON Schema definitions.
How to Use This Skill
More from tai-ch0802/skills-bundle
sdd
Spec-Driven Development (SDD): A structured workflow (Requirement -> Analysis -> Implementation) enforcing explicit documentation before coding.
13code-quality
Pragmatic coding standards and code review guidelines. Covers naming, functions, anti-patterns, review checklists, and AI-specific review patterns. Replaces clean-code + code-review-checklist.
12testing-mastery
Unified testing skill — TDD workflow, unit/integration patterns, E2E/Playwright strategies. Replaces tdd-workflow + testing-patterns + webapp-testing.
10prd
Guidelines and templates for creating effective Product Requirement Documents (PRD), bridging the gap between business goals and technical implementation.
8skill-creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
8frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
7