Design tests showing that each atomic condition can independently affect the overall decision outcome.
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
compound Boolean decisions
logic expression
safety or rigor needs
Deliverables
MC/DC test set
condition toggling evidence
independence rationale
coverage notes
Operating procedure
Decompose compound Boolean decisions into atomic conditions.
Find test pairs showing each condition independently affects the result.
Minimize redundant cases while preserving independence evidence.
Show the decision truth change for each condition.
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
branch-coverage-designer
test-oracle-writer
coverage-goal-planner
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 toggle multiple conditions when demonstrating one condition’s independent effect.
Do not confuse condition coverage with MC/DC.
Do not skip logic expression decomposition.
Minimum output skeleton
## Summary
## Findings
## Structured outputs
## Coverage / rationale
## Assumptions
## Open questions
## Recommended next skill
1---2name: mc-dc-test-designer3description: mc-dc-test-designer4---5# mc-dc-test-designer67## Purpose8Design tests showing that each atomic condition can independently affect the overall decision outcome.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- compound Boolean decisions17- logic expression18- safety or rigor needs1920## Deliverables21- MC/DC test set22- condition toggling evidence23- independence rationale24- coverage notes2526## Operating procedure271. Decompose compound Boolean decisions into atomic conditions.282. Find test pairs showing each condition independently affects the result.293. Minimize redundant cases while preserving independence evidence.304. Show the decision truth change for each condition.3132## Quality gates33- Be explicit about infeasible, unreachable, or assumption-heavy cases.34- Prefer lean, justified test sets over exhaustive-looking noise.35- Keep expected outcomes observable and tied back to rules or logic.36- Show why each test exists, not just the test data.3738## Handoff targets39- branch-coverage-designer40- test-oracle-writer41- coverage-goal-planner4243## Output style44- Be explicit about uncertainty, infeasibility, and residual risk.45- Prefer compact, explainable artifacts over bloated lists.46- Tie tests back to rules, logic, or structure.47- Make expected outcomes observable.4849## Failure modes to avoid50- Do not toggle multiple conditions when demonstrating one condition’s independent effect.51- Do not confuse condition coverage with MC/DC.52- Do not skip logic expression decomposition.5354## Minimum output skeleton55```md56## Summary57## Findings58## Structured outputs59## Coverage / rationale60## Assumptions61## Open questions62## Recommended next skill63```
Run npx skillmds@latest add 45ck/mc-dc-test-designer 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.
mc-dc-test-designer 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.