brainstorm-feature
Clarify a rough product or engineering idea into a BRD-lite brief (Why) with measurable business value.
Benchmark AI skill effectiveness by measuring implementation quality against legacy constraints.
$ npx -y skills add hoangnguyen0403/agent-skills-standard --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/skill-benchmarkContext preview
What this command does when you run it.
Benchmark AI skill effectiveness by measuring implementation quality against legacy constraints.
Benchmark AI skill effectiveness by measuring implementation quality against legacy constraints.
**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**: Quantify how much active skills improve implementation quality. Deliver a prioritized compliance delta and skill applicability report.
---
Identify the tech stack and all active skills in `AGENTS.md`.
# 1. Total source files and lines changed find src -name "*.ts" -o -name "*.tsx" | xargs wc -l 2>/dev/null | sort -rn | head -20 # 2. Check active skill registry cat AGENTS.md | head -80
---
Pick the file automatically. Rank candidates by the severity of anti-patterns:
---
Source your scorecard from `evals/evals.json`, not from hardcoded patterns. Follow the Scorecard Rubric in `<SKILLS>/common/common-skill-creator/references/benchmark.md` when synced:
1. Read `<SKILLS>/<category>/<skill>/evals/evals.json`. 2. Generate columns for **Failure Pattern** and **Success Pattern**. 3. Refactor the file, citing the exact skill rule for each change. 4. For guardrail skills, read `pressure_scenarios`, `rationalizations`, `red_flags`, and `behavior_assertions`.
---
Output the scorecard and compliant score using the templates in `<SKILLS>/common/common-skill-creator/references/benchmark.md` when synced.
---
For every `โ FAIL`, identify the root cause using the **Iteration Table** in: `<SKILLS>/common/common-skill-creator/references/benchmark.md` when synced.
1. Signal not matching file? โ Refine trigger. 2. Rule too vague? โ Add Anti-Pattern rule. 3. Conflict? โ Ensure P0 overrides P1. 4. Guardrail weak under pressure? โ Add rationalization counters and red flags.
Recommend any skills that are noisy or non-applicable for the project.
exclude: - [skill-id] # reason
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,โฆ