brainstorm-feature
Clarify a rough product or engineering idea into a BRD-lite brief (Why) with measurable business value.
Plan, generate, and heal an executable E2E test suite from approved acceptance criteria (web and mobile).
$ npx -y skills add hoangnguyen0403/agent-skills-standard --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/test-loopContext preview
What this command does when you run it.
Plan, generate, and heal an executable E2E test suite from approved acceptance criteria (web and mobile).
Plan, generate, and heal an executable E2E test suite from approved acceptance criteria (web and mobile).
**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: Turn approved ACs into an executable, traced E2E suite, and classify any failure as a repair or a real bug instead of leaving it to manual triage.
1. Load scope:
2. Plan:
(the specialist's `PLAN:` becomes this workflow's `test_plan_path`; `SELECTOR_GAPS:` becomes `selector_gaps`).
3. Prepare selectors:
4. Generate:
5. Run and heal:
6. Handoff:
# Test Loop Report: [Name] ## Scope ## Plan ## Generated Tests ## Page Objects ## Selector Gaps Remaining ## Heal Verdicts ## Flake Quarantine ## Real Bugs Found ## Automation Health feedback_loop_minutes: ; suite_reliability_pct: ; release_cadence: ; prod_escape_rate: ; release_confidence: high | medium | low ## 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: verify-work | dev-fix ## Next Workflow verify-work | dev-fix ## Cost Report Call `get_session_cost(workflow="test-loop")` 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,…