code-review
Run an AI-assisted PR code review using multi-layer lenses with confidence scoring.
Clarify a rough product or engineering idea into a BRD-lite brief (Why) with measurable business value.
$ npx -y skills add hoangnguyen0403/agent-skills-standard --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/brainstorm-featureContext preview
What this command does when you run it.
Clarify a rough product or engineering idea into a BRD-lite brief (Why) with measurable business value.
Clarify a rough product or engineering idea into a BRD-lite brief (Why) with measurable business value.
**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: Convert vague intent into a compact BA-owned BRD-lite brief before PM PRD planning or technical design.
1. Gather intent:
2. Explore options:
3. Pressure-test:
4. Decide:
# BRD-lite Brief: [Name] ## Executive Summary ## Business Objective ## SMART Success Metric ## Target Users ## Problem ## AS-IS To TO-BE ## Stakeholders And Validation Owner ## Success Metrics ## Cost-Benefit / Value Hypothesis ## Offshore Delivery Context ## Recommended Approach ## Alternatives Considered ## Stakeholders ## Constraints ## Non-Goals ## Glossary ## PM Handoff Checklist ## Outcome Report feature_status: requirements_ready | blocked requirement_trace: BRD-OBJ-* -> candidate REQ-* completed_evidence: []; missing_evidence: []; decision_needed: []; assumptions: []; recommended_next_workflow: plan-feature ## Open Questions ## Next Workflow plan-feature ## Cost Report Call `get_session_cost(workflow="brainstorm-feature")` 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
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,…