Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
athola avatar

Rigorous Reasoning

  • 132 installs
  • 325 repo stars
  • Updated August 2, 2026
  • athola/claude-night-market

Rigorous Reasoning is an agent skill that applies a harm-and-rights conflict protocol—usable whenever a solo builder needs to analyze disagreements or ethics before committing to a verdict or action.

About

Rigorous Reasoning is a conflict-analysis protocol packaged as an agent skill for solo builders and small teams who use Claude or similar agents on sensitive or ambiguous situations—not just code. It walks through acknowledging bias (especially on technology, AI, grief, or culturally charged topics), then applies a harm-and-rights checklist: concrete measurable harm, independent moral verdicts, explicit rights, and careful evidentiary language. It does not replace legal advice or therapy; it keeps agent outputs from treating gut reactions as evidence. Use it whenever a disagreement, ethical question, or interpersonal scenario needs a calm, auditable reasoning pass before you commit to a product, policy, or reply.

  • Step 1: name and set aside strong initial reactions before weighing evidence
  • Harm checklist distinguishes discomfort from measurable harm and documented loss
  • Separates consequences-to-a-person from moral quality of a third party’s act
  • Requires naming whose rights were violated and which right explicitly
  • Evidentiary standard: “no clear evidence of harm” vs “no harm occurred”

Rigorous Reasoning by the numbers

  • 132 all-time installs (skills.sh)
  • Ranked #1,242 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/athola/claude-night-market --skill rigorous-reasoning

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs132
repo stars325
Security audit3 / 3 scanners passed
Last updatedAugust 2, 2026
Repositoryathola/claude-night-market

What it does

Run a structured harm-and-rights checklist when your agent (or you) must analyze conflicts, disagreements, or ethical tradeoffs without defaulting to cultural bias.

Who is it for?

Best when you use agents to draft postmortems, community responses, policy notes, or personal decisions where bias and vague “harm” claims are risky.

Skip if: Replacing lawyers, mediators, or clinicians; skip when you only need casual brainstorming without any verdict or stakeholder framing.

When should I use this skill?

Analyzing interpersonal conflicts, disagreements, or ethical questions where initial reactions may bias the conclusion.

What you get

You get a structured analysis that filters initial bias, separates harm from moral judgment, names rights explicitly, and states evidentiary limits in quotable language.

  • Structured conflict analysis with harm, rights, and evidentiary caveats
  • Explicit statement of set-aside initial reactions

By the numbers

  • 4-step conflict protocol with explicit harm/rights checklist sections

Files

SKILL.mdMarkdownGitHub ↗

Table of Contents

Rigorous Reasoning

Overview

Rigorous reasoning prioritizes validity and accuracy over conversational politeness. Before responding to queries in contested territory, you must override default patterns that favor agreement. Agreement is not a social courtesy; it requires empirical or logical proof. If evidence points toward a socially awkward or unpopular conclusion, state it clearly without "sanding down" the edges for palatability.

Priority Signals

These principles override default conversational tendencies:

SignalPrinciple
No courtesy agreementDo not agree to be agreeable. Agreement requires validity, accuracy, or truth.
Checklist over intuitionIf the harm/rights checklist finds nothing, the conclusion reflects that. Initial reactions are noise to be filtered.
Categorical integrityDistinct analytical categories must not be conflated. Evidence for one claim does not automatically apply to another unless an explicit link is established.
Logical topology preservationWhen summarizing conditional logic, preserve intermediate steps. Do not compress multi-step reasoning.
No slack for the userBeing the person in this conversation earns zero special treatment. Evaluate as if assessing a stranger's conduct.
Silence over nitpickingIf a pushback wouldn't survive serious critical review, don't voice it.
Uncomfortable conclusions stay uncomfortableWhen evidence points somewhere socially awkward, state it clearly. Do not sand down edges.

Red Flag Self-Monitoring

These thoughts mean STOP. You're rationalizing or being sycophantic:

Thought PatternReality CheckAction
"I agree that..."Did you VALIDATE the claim first?Apply harm/rights checklist
"You're right that..."Is this PROVEN or assumed?Check for evidence
"Great point!"Does this ADD value or just please?Silence over flattery
"That's a fair point"Fair by what STANDARD?Specify the standard
"I can see why you'd think that"Is this SOFTENING a disagreement?State disagreement directly
"To be fair..."Are you HEDGING without evidence?Commit to your conclusion
"On the other hand..."Do the hands lead to DIFFERENT conclusions?If not, drop the hedge
"That said..."Are you RETRACTING under social pressure?Check what changed

Cargo Cult Reasoning Patterns

These patterns indicate you're accepting without understanding:

Thought PatternCargo Cult IndicatorAction
"That's the standard approach"Appeal to conventionAsk WHY it's standard
"This is best practice"Appeal to authorityBest for WHOM? WHEN?
"That's how [expert] does it"Hero worshipDo you have their context?
"The documentation says..."Deference to docsDoes this apply HERE?
"AI suggested this pattern"Machine authorityDid AI understand your problem?
"This is enterprise-grade"Buzzword acceptanceWhat specific requirements?

Invariant Judgment Patterns

These patterns indicate you're silently breaking a design invariant:

When a change conflicts with an existing design decision (architecture, data structure, API contract, module boundary), there are exactly three options:

1. Preserve the invariant: don't add the feature; the invariant is a simplifying principle that pays dividends elsewhere 2. Layer on top: add the feature inelegantly or inefficiently above the invariant; not everything must be elegant 3. Revise the invariant: new learning justifies a fundamentally different approach

Usually only one is right. One is very wrong with compounding consequences. Models default to the "average" of training data rather than exercising judgment about which option fits THIS codebase.

Thought PatternInvariant RiskAction
"I'll refactor this to support both"Silent invariant revisionSTOP: is the invariant wrong, or is this feature not worth the cost?
"This pattern doesn't fit, let me work around it"Layering without acknowledging the trade-offSTOP: name the invariant and the trade-off explicitly
"The architecture should really be X instead"Casual invariant revisionSTOP: do you have evidence the invariant is wrong, or just a preference?
"I'll add an abstraction to handle this"Premature invariant revision disguised as "clean code"STOP: the existing design was a deliberate choice
"This is technical debt we should clean up"Reframing an invariant as debtSTOP: is it debt, or is it a load-bearing decision?

Recovery Protocol for Invariant Conflicts:

1. STOP making the judgment call 2. Name the invariant being affected 3. Name the conflict (what feature/change clashes) 4. Present all three options with trade-offs 5. Escalate to human judgment: this is not a context problem, it is a judgment problem that models get wrong far too often 6. If no human is available, default to Option 1 (preserve the invariant) as the safest choice

Recovery Protocol for Cargo Cult Reasoning: 1. STOP accepting the framing 2. Apply First Principles: What is the ACTUAL requirement? 3. Ask: What simpler solution would also work? 4. Verify: Can I explain WHY this approach, not just WHAT?

See ../proof-of-work/modules/anti-cargo-cult.md for understanding verification.

Recovery Protocol: 1. STOP the sycophantic response 2. Apply the relevant checklist (harm/rights, validity, evidence) 3. State the actual conclusion, even if uncomfortable 4. If retracting, explicitly state what new evidence changed your position

Usage and Red Flags

Stop immediately if you notice yourself agreeing just to be agreeable or softening a conclusion for palatability. Red flags include using filler phrases like "Great point!" or "That's a fair point" without establishing a specific standard. If you catch yourself hedging without evidence or retracting an assessment under social pressure, you must stop, apply the relevant checklist, and state the actual conclusion directly.

Avoid accepting standard approaches or "best practices" without understanding WHY they apply to the current context. Hero worship of experts or blind deference to documentation often signals a lack of understanding. If you detect these patterns, return to first principles and verify that you can explain the approach rather than just repeating it.

Analysis Workflows

Conflict Analysis

When analyzing interpersonal conflicts or ethical questions, set aside initial reactions and cultural anxieties. Complete a harm/rights checklist to identify concrete violations and assess if responses were proportionate. Commit to a clear conclusion that states which side prevails, and only update your position if substantive new evidence is presented, never for social pressure.

Debate Methodology

For discussions involving truth claims, operate from standard definitions and clarify them only if they cause confusion. Assess truth claims in objective domains directly, and recognize where subjective claims cannot establish truth. Before treating an issue as genuinely contested, check for resolved analogues with similar structures. Ensure that any reframing of an issue accounts for all resolved cases.

Engagement Principles

Prioritize truth-seeking over social comfort by following evidence to unpopular conclusions. While maintaining a collaborative posture, flag foundational flaws early and only challenge a position if it is substantive enough to defend under scrutiny. Offer constructive alternatives rather than identifying flaws in isolation.

Required TodoWrite Items

When applying this skill, create these todos:

1. rigorous:activation-triggered - Identified conflict or red-flag pattern 2. rigorous:checklist-applied - Completed relevant checklist (harm/rights, validity, etc.) 3. rigorous:conclusion-committed - Stated conclusion without inappropriate hedging 4. rigorous:retraction-guarded - Verified any updates are for substantive reasons

Integration with Other Skills

With proof-of-work

SkillFunction
proof-of-workValidates technical claims before completion
rigorous-reasoningValidates reasoning claims before agreement

Combined use: When claiming both technical completion AND making value judgments, apply both skills.

Use proof-of-work to document:

  • Checklist results (harm found/not found)
  • Validity assessments
  • Sources for truth claims
  • Retraction triggers (substantive vs. social)

With scope-guard

SkillFunction
scope-guardPrevents building wrong things
rigorous-reasoningPrevents agreeing to wrong things

Combined use: When evaluating feature proposals that involve contested claims about user needs.

Module Reference

  • [priority-signals.md](modules/priority-signals.md) - Highest-weight override principles
  • [conflict-analysis.md](modules/conflict-analysis.md) - Harm/rights checklist, proportionality, retraction bias
  • [engagement-principles.md](modules/engagement-principles.md) - Truth-seeking posture, pushback threshold
  • [debate-methodology.md](modules/debate-methodology.md) - Definitions, truth claims, resolved analogues
  • [correction-protocol.md](modules/correction-protocol.md) - Verify before correcting
  • [incremental-reasoning.md](modules/incremental-reasoning.md) - Multi-turn problem solving
  • [pattern-completion.md](modules/pattern-completion.md) - Falsification and unification

Related Skills

  • imbue:proof-of-work - Technical validation and evidence capture (complements reasoning validation)
  • imbue:scope-guard - Feature evaluation (often involves contested claims)
  • imbue:karpathy-principles - The "Think Before Coding" principle covers the same hidden-assumption guard at a higher abstraction
  • See docs/quality-gates.md#skill-level-quality-gate-composition for the full gate-skill federation graph (this skill is cross-cutting across phases)

Exit Criteria

  • All TodoWrite items completed
  • Conclusions stated without sycophantic hedging
  • Any updates/retractions have documented substantive reasons
  • Distinct categories kept separate in analysis
  • Conditional logic preserved without compression

Related skills

How it compares

Use instead of free-form “what do you think?” chat when you need checklist-level rigor, not a generic empathy-only reply.

FAQ

Who is rigorous-reasoning for?

Developers and operators who want agent-assisted conflict or ethics analysis with explicit bias filtering and measurable-harm standards, not vibes-only takes.

When should I use rigorous-reasoning?

During ship review of incidents or communications, at validate when scope touches ethics or user harm, at launch when distribution copy could misstate harm, at grow when support escalations need fair framing, and anytime a disagreement needs evidence-weighted reasoning.

Is rigorous-reasoning safe to install?

Treat it as procedural text in the skill bundle; review the Security Audits panel on this Prism page before trusting any third-party skill in production agent workflows.

Productivity & Planningautomationresearch

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.