brainstorm-feature
Clarify a rough product or engineering idea into a BRD-lite brief (Why) with measurable business value.
Verify feature, bug, UI, API, mobile, security, or deployment work against acceptance criteria.
$ npx -y skills add hoangnguyen0403/agent-skills-standard --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/verify-workContext preview
What this command does when you run it.
Verify feature, bug, UI, API, mobile, security, or deployment work against acceptance criteria.
Verify feature, bug, UI, API, mobile, security, or deployment work against acceptance criteria.
**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: Prove the delivered change works against explicit acceptance criteria before handoff.
1. Load scope:
2. Select verification lanes:
3. Execute:
4. Judge:
5. Record evidence:
# Walkthrough: [Name] ## Scope ## Acceptance Criteria Trace | AC ID | Status | Proof / Evidence Link | | ------- | --------- | --------------------- | | [ac-id] | PASS/FAIL | [link/summary] | ## Comparative Evidence (Before vs After) ## Negative Testing Proof (Fail Cases) ## Evidence (Screenshots/Logs) driver: playwright-cli | playwright-mcp | appium-mcp | none (BLOCKED); evidence_dir: <relative path> ## Risks Observed ## Next Workflow
# Verification Report: [Name] ## Scope ## Checks Run (Lanes) ## Acceptance Criteria Status ## Requirement Trace Status (Business -> Test) ## Observed Risks & Edge Cases ## Outcome Report feature_status: implemented | partially_implemented | blocked requirement_trace: BRD-OBJ-* -> REQ-* -> AC-* -> SRS-* -> evidence completed_evidence: []; missing_evidence: []; decision_needed: []; recommended_next_workflow: uat-signoff | dev-fix | implement-feature ## Next Workflow uat-signoff | implement-feature | dev-fix ## Cost Report Call `get_session_cost(workflow="verify-work")` 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,…