Agent skill

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.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill reasoning-causal --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/analysis/reasoning-causal/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Relationship to Goals
  2. Type Signature
  3. When to Use
  4. Thread Types
  5. 6-Stage Flow
  6. Stage 1: Input
  7. Stage 2: Hypothesis
  8. Stage 3: Implication
  9. Stage 4: Decision
  10. Stage 5: Actions
  11. Stage 6: Learning
  12. Workflow
  13. Goal-Linked Thread (Primary)
  14. Reactive Thread (Fallback)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going