Translate combinational business logic into a structured decision table and derive lean but sufficient tests.
Trigger this skill when
You need disciplined test design rather than ad hoc case generation.
You need to justify why a test set is sufficient.
You want a reusable artifact that can feed automation later.
Expected inputs
business rules
conditions
actions or outcomes
policy exceptions
Deliverables
decision table
collapsed rule set
test scenarios
rule completeness notes
Operating procedure
List the conditions and possible values that drive outcomes.
Enumerate or collapse rules into a clean decision table.
Mark impossible or forbidden combinations explicitly.
Derive a lean test set that covers each meaningful rule.
Quality gates
Be explicit about infeasible, unreachable, or assumption-heavy cases.
Prefer lean, justified test sets over exhaustive-looking noise.
Keep expected outcomes observable and tied back to rules or logic.
Show why each test exists, not just the test data.
Handoff targets
pairwise-test-generator
test-oracle-writer
requirements-conflict-checker if present
Output style
Be explicit about uncertainty, infeasibility, and residual risk.
Prefer compact, explainable artifacts over bloated lists.
Tie tests back to rules, logic, or structure.
Make expected outcomes observable.
Failure modes to avoid
Do not hide contradictory rules.
Do not leave impossible combinations unmarked.
Do not produce a giant table without pruning or explanation.
Minimum output skeleton
## Summary
## Findings
## Structured outputs
## Coverage / rationale
## Assumptions
## Open questions
## Recommended next skill
1---2name: decision-table-builder3description: decision-table-builder4---5# decision-table-builder67## Purpose8Translate combinational business logic into a structured decision table and derive lean but sufficient tests.910## Trigger this skill when11- You need disciplined test design rather than ad hoc case generation.12- You need to justify why a test set is sufficient.13- You want a reusable artifact that can feed automation later.1415## Expected inputs16- business rules17- conditions18- actions or outcomes19- policy exceptions2021## Deliverables22- decision table23- collapsed rule set24- test scenarios25- rule completeness notes2627## Operating procedure281. List the conditions and possible values that drive outcomes.292. Enumerate or collapse rules into a clean decision table.303. Mark impossible or forbidden combinations explicitly.314. Derive a lean test set that covers each meaningful rule.3233## Quality gates34- Be explicit about infeasible, unreachable, or assumption-heavy cases.35- Prefer lean, justified test sets over exhaustive-looking noise.36- Keep expected outcomes observable and tied back to rules or logic.37- Show why each test exists, not just the test data.3839## Handoff targets40- pairwise-test-generator41- test-oracle-writer42- requirements-conflict-checker if present4344## Output style45- Be explicit about uncertainty, infeasibility, and residual risk.46- Prefer compact, explainable artifacts over bloated lists.47- Tie tests back to rules, logic, or structure.48- Make expected outcomes observable.4950## Failure modes to avoid51- Do not hide contradictory rules.52- Do not leave impossible combinations unmarked.53- Do not produce a giant table without pruning or explanation.5455## Minimum output skeleton56```md57## Summary58## Findings59## Structured outputs60## Coverage / rationale61## Assumptions62## Open questions63## Recommended next skill64```
Run npx skillmds@latest add 45ck/decision-table-builder in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
decision-table-builder It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
45ck (@45ck) published this skill. Their other Agent Skills are listed on their SkillMD profile.