brainstorm-feature
Clarify a rough product or engineering idea into a BRD-lite brief (Why) with measurable business value.
Turn an approved PRD or implementation goal into SRS/FRS technical requirements (How), architecture, contracts, and verification decisions.
$ npx -y skills add hoangnguyen0403/agent-skills-standard --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/design-solutionContext preview
What this command does when you run it.
Turn an approved PRD or implementation goal into SRS/FRS technical requirements (How), architecture, contracts, and verification decisions.
Turn an approved PRD or implementation goal into SRS/FRS technical requirements (How), architecture, contracts, and verification decisions.
**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 build-ready technical design with explicit boundaries, contracts, risks, and tests.
1. Load inputs:
2. Define architecture:
3. Define contracts:
4. Plan verification:
5. Record ADR:
# Technical Design (SRS/FRS): [Name] ## Context ## Requirement Trace (BRD -> PRD -> SRS) ## Architecture & RACI ## Diagrams (Container / Sequence) ## Functional Flows (FRS) ## Parallel Readiness (Mocks/Schemes) ## Requirement Cards ## Contracts (API/Events) ## Data And Migration ## NFR Thresholds & Measurement ## Security And Privacy ## Failure Mode Analysis (FMA) ## Verification Plan & Evidence Matrix ## ADR ## Outcome Report feature_status: design_ready | blocked requirement_trace: BRD-OBJ-* -> REQ-* -> AC-* -> SRS-* completed_evidence: []; missing_evidence: []; decision_needed: []; recommended_next_workflow: implementation-readiness ## Next Workflow implementation-readiness | dev-fix ## Cost Report Call `get_session_cost(workflow="design-solution")` 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.
Unified developer workflow for fixing bugs. Analyzes issue-tracker context, cross-checks docs/code, proposes a solution, implements the fix, verifies locally,…