From thinking-framework-skills
Produces an argument map by laying out a claim's supporting reasons, the co-premises each silently depends on, and the objections against it as an explicit structure, then flags the weakest links and unsupported premises. Use when an argument or recommendation must be evaluated for soundness, or when a fluent case may be hiding a broken inference.
How this skill is triggered — by the user, by Claude, or both
Slash command
/thinking-framework-skills:think-argument-mappingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- thinking-framework-skills | https://github.com/product-on-purpose/thinking-framework-skills | Apache-2.0 -->
In prose, an argument's structure is hidden: the main claim, the reasons for it, the unstated co-premises each reason needs, and the objections against it are blended into fluent text where a broken inference reads as smoothly as a sound one. Argument mapping makes the structure explicit: the contention, the reasons that support it, the co-premises each reason depends on, and the objections and rebuttals, laid out as a tree so every link is visible. The output is an argument map. Important boundary: a valid structure does not make the premises true; the map shows structure, not truth.
When asked to map an argument, follow these steps:
references/TEMPLATE.md.Use the template in references/TEMPLATE.md. The deliverable is the structured map with flagged weak links, not prose.
Before finalizing, verify:
Tier S, with a scope caveat. Argument-mapping-based instruction produces among the largest measured critical-thinking gains in the field (van Gelder, effect sizes ~0.7-0.85). That evidence is for sustained practice (course-length), not for a single map fixing one argument, so the strong claim is "learning to map improves reasoning," not "this one map carries that effect." Evidence is transferred from human contexts, not AI-validated. Full grading: evidence/dossier.md.
See references/EXAMPLE.md for a completed argument map.
npx claudepluginhub mvandermeulen/thinking-framework-skillsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.