brainstorm-feature
Clarify a rough product or engineering idea into a BRD-lite brief (Why) with measurable business value.
Run an interactive system design session that turns a product goal into a sized, justified architecture with diagrams, ADRs, a scorecard, and a machine-readable handoff.
$ npx -y skills add hoangnguyen0403/agent-skills-standard --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/system-design-sessionContext preview
What this command does when you run it.
Run an interactive system design session that turns a product goal into a sized, justified architecture with diagrams, ADRs, a scorecard, and a machine-readable handoff.
Run an interactive system design session that turns a product goal into a sized, justified architecture with diagrams, ADRs, a scorecard, and a machine-readable handoff.
**Input:** $ARGUMENTS
Optional args: slug=<feature>, ticket=<id/url>, mode=interactive|autonomous|channel, channel=<id>, auto_continue=true|false, profile=business|hybrid|technical.
Execute the following steps for **$ARGUMENTS**.
Goal: Produce a capacity-justified architecture baseline that `design-solution` can turn into contracts.
1. Load inputs:
2. Classify and announce:
3. Intake (gate):
4. Estimate (gate):
5. Design incrementally:
6. Deep dive and decide:
7. Score and hand off:
# System Design: [Name] ## Mode And Depth ## Requirements (Functional / NFR / Out Of Scope) ## Assumptions ## Capacity Estimation (incl. monthly cost) ## Null Option Considered ## Component Architecture (constraint -> component -> cost) ## Diagrams (Architecture / Sequence / Data Flow) ## Data Ownership And Consistency ## Deep Dives ## Trade-offs And Rejected Alternatives ## Staged Plan (Now / Seam / Trigger) ## ADRs (with reversal triggers) ## Design Scorecard (9 axes) ## Interview Scorecard (6 × 0-3, interview mode only) ## Risk Register ## Outcome Report feature_status: design_ready | blocked requirement_trace: BRD-OBJ-* -> REQ-* -> AC-* -> SRS-* completed_evidence: []; missing_evidence: []; decision_needed: []; recommended_next_workflow: design-solution ## Next Workflow design-solution | plan-feature ## Cost Report Call `get_session_cost(workflow="system-design-session")` before final handoff.
The portable SDLC standards layer for AI coding agents. Sync once, then work in your own runtime.
Repo: hoangnguyen0403/agent-skills-standard
Clarify a rough product or engineering idea into a BRD-lite brief (Why) with measurable business value.
Run an AI-assisted PR code review using multi-layer lenses with confidence scoring.
Review an entire codebase for architecture, engineering health, and exploitable risk; generate a prioritized remediation plan, an evidence-anchored system…
Prepare and verify a staged or production deployment with rollback and smoke checks.
Turn an approved PRD or implementation goal into SRS/FRS technical requirements (How), architecture, contracts, and verification decisions.
Unified developer workflow for fixing bugs. Analyzes issue-tracker context, cross-checks docs/code, proposes a solution, implements the fix, verifies locally,…