brainstorm-feature
Clarify a rough product or engineering idea into a BRD-lite brief (Why) with measurable business value.
Plan a feature from BRD-lite brief or clear intent into PRD (What), decisions, implementation plan, and task slices.
$ npx -y skills add hoangnguyen0403/agent-skills-standard --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/plan-featureContext preview
What this command does when you run it.
Plan a feature from BRD-lite brief or clear intent into PRD (What), decisions, implementation plan, and task slices.
Plan a feature from BRD-lite brief or clear intent into PRD (What), decisions, implementation plan, and task slices.
**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 PM-owned decision-complete PRD, delivery plan, and IT Department handoff before code starts.
1. Load context:
2. Interview:
3. Draft PRD:
4. Create implementation plan:
5. Route:
# Feature Plan: [Name] ## PRD ## Problem Statement ## Goals And Guardrails ## Personas / JTBD ## Use Cases ## Requirement Trace ## User Stories And ACs ## Decisions | Decision | Choice | Reason | | ---------- | -------- | -------- | | [decision] | [choice] | [reason] | ## RACI / IT Department Handoff ## Analytics / Telemetry ## Risks And Assumptions ## Rollout / Ops ## Implementation Plan ## Task Slices And Delivery Estimate ## Verification Plan ## Outcome Report feature_status: requirements_ready | blocked requirement_trace: BRD-OBJ-* -> REQ-* -> AC-* completed_evidence: []; missing_evidence: []; decision_needed: []; recommended_next_workflow: design-solution | implementation-readiness ## Next Workflow design-solution | implementation-readiness ## Cost Report Call `get_session_cost(workflow="plan-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
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,…