brainstorm-feature
Clarify a rough product or engineering idea into a BRD-lite brief (Why) with measurable business value.
Verify BRD-lite, PRD, SRS/FRS, UX, and test prerequisites before implementation starts.
$ npx -y skills add hoangnguyen0403/agent-skills-standard --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/implementation-readinessContext preview
What this command does when you run it.
Verify BRD-lite, PRD, SRS/FRS, UX, and test prerequisites before implementation starts.
Verify BRD-lite, PRD, SRS/FRS, UX, and test prerequisites before implementation starts.
**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: Decide whether a planned change is ready for implementation or must return to planning/design.
1. Load artifacts:
2. Check readiness:
3. Decide:
4. Route:
# Implementation Readiness ## Verdict ## Ready Slices ## Blocking Gaps | Area | Gap | Owner/Input Needed | | --- | --- | --- | | [area] | [gap] | [owner/input] | ## Outcome Report feature_status: design_ready | partially_implemented | blocked requirement_trace: BRD-OBJ-* -> REQ-* -> AC-* -> SRS-* -> planned evidence completed_evidence: []; missing_evidence: []; decision_needed: []; recommended_next_workflow: implement-feature | plan-feature | design-solution ## Next Workflow ## Cost Report Call `get_session_cost(workflow="implementation-readiness")` 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,…