brainstorm-feature
Clarify a rough product or engineering idea into a BRD-lite brief (Why) with measurable business value.
Review a system design someone else provided - screenshot, drawio, Mermaid, slides, doc, or IaC - by extracting it into a confirmed fact sheet, then scoring it on the nine axes.
$ npx -y skills add hoangnguyen0403/agent-skills-standard --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/review-system-designContext preview
What this command does when you run it.
Review a system design someone else provided - screenshot, drawio, Mermaid, slides, doc, or IaC - by extracting it into a confirmed fact sheet, then scoring it on the nine axes.
Review a system design someone else provided - screenshot, drawio, Mermaid, slides, doc, or IaC - by extracting it into a confirmed fact sheet, then scoring it on the nine axes.
**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: Turn a provided design artifact into a confirmed model, then a scored verdict with evidence-linked findings.
1. Trust gate:
2. Load inputs:
3. Ingest:
4. Confirm (gate):
5. Elicit what no artifact carries:
6. Score:
7. Hand off:
# Design Review: [Name] ## Artifact And Provenance ## Ingestion Class And Extraction Confidence ## Normalized Design (re-drawn, .drawio + image) ## Confirmation Status ## Fact Sheet (nodes / edges / boundaries / UNRECOVERABLE) ## Elicited Inputs And Assumptions ## Design Scorecard (9 axes) ## Findings | Severity | Axis | Evidence | Consequence | Smallest fix | | --- | --- | --- | --- | --- | ## Roadmap (Now / Next / Later) ## Risk Register ## Outcome Report feature_status: design_ready | partially_implemented | blocked requirement_trace: BRD-OBJ-* -> REQ-* -> AC-* -> SRS-* completed_evidence: []; missing_evidence: []; decision_needed: []; recommended_next_workflow: system-design-session ## Next Workflow system-design-session | design-solution ## Cost Report Call `get_session_cost(workflow="review-system-design")` 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,…