reasoning-causal
Execute evidence-based decision-making through 6-stage causal flow. Use for known processes, operational execution, and decisions with clear cause-effect chains.
Profile →npx skills add majiayu000/claude-skill-registry --skill reasoning-causal --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Causal Reasoning Execute systematic cause-effect reasoning. The logic of process and action. ## Relationship to Goals Threads are the **execution layer** for goals. Goals define *what* to achieve; threads define *how*. ``` Goal (goal-setter) └── Subgoal └── Thread (reasoning-causal) ← executes via 6-stage flow └── Learning → updates Goal state (goal-tracker) ``` **Thread types:** - **Goal-linked:** Created from subgoals, has `goal_id` in metadata - **Reactive:** Created from signals (no goal), may spawn or link to goal ## Type Signature ``` Causal : Input → Hypothesis → Implication → Decision → Action → Learning Where: Input : Observation × Context → FactualStatement Hypothesis : FactualStatement × CanvasAssumption → TestableHypothesis Implication : TestableHypothesis → (Impact × Probability × Timeline) Decision : Implication × Alternatives → Commitment Action : Commitment → [ExecutableTask] Learning : [ExecutedTask] × Outcomes → CanvasUpdate × GoalUpdate ``` ## When to Use - Process execution with known steps - Decision with clear cause-effect chain - Operational workflows (sales, marketing, engineering) - Canvas hypothesis testing - Action planning and execution - **Executing s
- Relationship to Goals
- Type Signature
- When to Use
- Thread Types
- 6-Stage Flow
- Stage 1: Input
- Stage 2: Hypothesis
- Stage 3: Implication
- Stage 4: Decision
- Stage 5: Actions
- Stage 6: Learning
- Workflow
- Goal-Linked Thread (Primary)
- Reactive Thread (Fallback)
What does the reasoning-causal skill do?
Execute evidence-based decision-making through 6-stage causal flow. Use for known processes, operational execution, and decisions with clear cause-effect chains.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill reasoning-causal --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.