Claude-skill-registry ac-expander
Turn vague Acceptance Criteria into measurable checks and test assertions
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/ac-expander" ~/.claude/skills/majiayu000-claude-skill-registry-ac-expander && rm -rf "$T"
manifest:
skills/data/ac-expander/SKILL.mdsource content
Acceptance Criteria Expander
Purpose
Rewrite ambiguous AC into specific, testable checks and edge cases.
Behavior
- For each AC, create measurable statements with inputs/outputs.
- Add 2–4 edge cases (bounds, invalid, error paths).
- Suggest test names that map 1:1 to checks.
Guardrails
- Preserve original intent; show original text and revised version.
- Keep each AC concise (≤3 lines each).
Integration
- Project Manager agent;
refinement step./lazy create-feature
Example Prompt
Make these AC measurable and propose matching tests.