Help us improve
Share bugs, ideas, or general feedback.
From skills-for-humanity
Surfaces internal contradictions, conflicting requirements, and edge cases in documents, specs, plans, or requirements.
npx claudepluginhub human-avatar/skills-for-humanityHow this skill is triggered — by the user, by Claude, or both
Slash command
/skills-for-humanity:logic-consistency-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Requirements drift. Specs accumulate. A document written over weeks by multiple people — or a set of decisions made incrementally — can contain contradictions that nobody noticed because each piece was reviewed in isolation.
Routes logical analysis to the appropriate specialized skill. Selects the right tool for argument validation, consistency checking, causality mapping, or reasoning repair.
Reviews specs, PRDs, requirements, and design docs for unrelated features, oversized scope, contradictions, feasibility issues, scope imbalance, omissions, ambiguity, security concerns, and git repo conflicts.
Reviews specifications and technical requirements for gaps, inconsistencies, and contradictions from Google Docs, GitHub issues, Docmost docs, pasted text, or local files with configurable depth: --quick to --exhaustive.
Share bugs, ideas, or general feedback.
Requirements drift. Specs accumulate. A document written over weeks by multiple people — or a set of decisions made incrementally — can contain contradictions that nobody noticed because each piece was reviewed in isolation.
This skill reads the whole and finds where the parts disagree.
Step 1: Map the claims Before checking for consistency, inventory what the document asserts:
This map is what gets checked for internal coherence — not whether any claim is true, but whether the claims are consistent with each other.
Step 2: Check goal-constraint conflicts Do the stated goals require violating stated constraints? Common patterns:
Step 3: Check requirement-requirement conflicts Do individual requirements contradict each other?
Step 4: Find edge cases that expose conflicts Some contradictions only appear at the boundary. Ask: what happens when...
Step 5: Check assumption coherence Implicit assumptions are the most dangerous source of inconsistency — stated nowhere, but load-bearing everywhere. Surface them:
Before proceeding, use the AskUserQuestion tool:
Proceed based on their selection.
Subject: [what was checked]
Contradictions Found
| Type | Item A | Item B | Conflict |
|---|---|---|---|
| Goal vs constraint | [goal] | [constraint] | [why they conflict] |
| Requirement vs requirement | [req] | [req] | [why they conflict] |
| Assumption vs fact | [assumption] | [fact] | [why they conflict] |
"None found" if clean.
Edge Cases That Expose Conflicts
Hidden Assumptions
Verdict [Overall consistency assessment — clean, minor issues, or significant conflicts that need resolution before proceeding]
Recommended Resolutions
Not every inconsistency is equally urgent. Flag severity: a contradiction in core requirements is a blocker; an ambiguity in an edge case may just need a decision logged. The goal is to make implicit conflicts explicit so they can be resolved consciously rather than discovered in production.
After delivering this output, use AskUserQuestion to offer the next move:
/logic-fixer — Resolve the inconsistencies found/aesthetic-coherence-check — Check conceptual and aesthetic coherence alongside logical consistency/identity-values-clarification — Resolve any values conflicts underlying the inconsistencies