Back to the catalog

claude-deconstruct

First-principles analyst. Surfaces hidden assumptions, finds foundational truths, rebuilds from scratch, identifies the high-leverage move.

Open source Open in the app JSON README (API)

About

First-principles analyst. Surfaces hidden assumptions, finds foundational truths, rebuilds from scratch, identifies the high-leverage move.

Details

Kind
Plugins
Topic
No topic detected
Publisher
adelaidasofia
Origin
marketplace
Category
ferramentas
Stars
1
Last push
2026-08-23T02:02:44Z
Repository state
ativo
Language
Python
License
MIT
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
adelaidasofia/claude-deconstruct/claude-deconstruct

README

# claude-deconstruct


<!-- mycelium-badges:start -->

<p>
  <a href="https://github.com/adelaidasofia/claude-deconstruct/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/adelaidasofia/claude-deconstruct?color=blue"></a>
  <a href="https://github.com/adelaidasofia/claude-deconstruct/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/adelaidasofia/claude-deconstruct?color=eab308"></a>
  <a href="https://github.com/adelaidasofia/claude-deconstruct/commits/main"><img alt="Last commit" src="https://img.shields.io/github/last-commit/adelaidasofia/claude-deconstruct"></a>
  <a href="https://github.com/adelaidasofia/claude-deconstruct/issues"><img alt="Open issues" src="https://img.shields.io/github/issues/adelaidasofia/claude-deconstruct"></a>
  <a href="https://myceliumai.co"><img alt="Built by Mycelium AI" src="https://img.shields.io/badge/built_by-Mycelium_AI-15B89A"></a>
</p>

<!-- mycelium-badges:end -->

A Claude Code plugin for first-principles analysis. Surfaces hidden assumptions, establishes foundational truths, rebuilds the problem from scratch, and identifies the high-leverage move that conventional analysis would miss.

Modeled on Aristotle's method: find the truths that cannot be derived from anything more basic, then reason upward from those alone.

---

## What it does

You run `/deconstruct` and describe a problem, decision, or situation. The skill walks four phases:

1. **Surface the assumptions** — what's embedded in how you framed it (and which are load-bearing)
2. **Establish first principles** — what's true independent of convention or prior strategy
3. **Rebuild from the foundation** — three distinct approaches, optimized for speed, impact, simplicity
4. **The high-leverage move** — the single action that's invisible under conventional analysis

Two modes:
- **Fast** (Phase 1 + Phase 4) — for daily decisions, auto-triggers
- **Full** (all four phases) — for pricing, business models, career decisions, strategy pivots

The fear flag is built in: when an assumption traces back to fear, the skill names it and points to journaling instead of strategy. Fear-origin assumptions are rarely intellectual problems.

---

## Install

Open Claude Code, paste:

    /plugin marketplace add adelaidasofia/claude-deconstruct
    /plugin install claude-deconstruct@claude-deconstruct

Then in any Claude Code session:

```
/deconstruct
```

The skill will prompt for the problem you want to deconstruct.

<details>
<summary>Legacy install</summary>

```bash
claude plugin add github.com/adelaidasofia/claude-deconstruct
```

</details>

---

## Requirements

- Claude Code
- Nothing else

**Optional integrations:**
- Decision template with `stakes: high` field — auto-offers fast mode on high-stakes entries (set `deconstruct_auto: true` in the decision frontmatter to enable)
- The daily-journal or insights plugin — adds a "first-principles audit" step to weekly review (flags high-stakes decisions made without a deconstruct pass)

---

## When to run it

This skill works best when you suspect you're stuck inside assumptions you can't see:

- A pricing model copied from competitors without questioning why
- A product roadmap built on what users say they want vs. what they actually need
- A career path followed because "that's how it's done in this industry"
- A business model that feels stuck but can't figure out why
- A hiring process, marketing strategy, or workflow everyone told you was "best practice"
- A competitive analysis where you're parroting positioning instead of finding your edge
- Any decision where "we've always done it this way" is the real answer

The full run is heavy. Don't run it on trivial decisions. Fast mode exists for a reason.

---

## What makes this different from "list pros and cons"

Pro/con lists assume the framing is correct. Deconstruction questions the framing.

Most decision tools take your problem statement as given and help you optimize within it. This skill assumes the problem statement itself is contaminated by convention, imitation, precedent, fear, and unexamined defaults — and forces you to strip those out before you reason about solutions.

The 3-question test in Phase 2 is the core. If a statement is only true because everyone else does it, it's not a first principle. It's a habit.

---

## Submitting to the Cowork marketplace

Once the repo is on GitHub, submit at: **[clau.de/plugin-directory-submission](https://clau.de/plugin-directory-submission)**

For the community marketplace:

```bash
claude plugin marketplace add anthropics/claude-plugins-community
```

---


## Telemetry

This plugin sends a single anonymous install signal to `myceliumai.co` the first time it loads in a Claude Code session on a given machine.

**What is sent:**
- Plugin name (e.g. `slack-mcp`)
- Plugin version (e.g. `0.1.0`)

**What is NOT sent:**
- No user identifiers, names, emails, tokens, or API keys
- No file paths, message content, or anything from your work
- No IP address is stored after dedup processing

**Why:** Helps the maintainer know which plugins people actually install, so attention goes to the ones that get used.

**Opt out:** Set the environment variable `MYCELIUM_NO_PING=1` before launching Claude Code. The hook will skip the network call entirely. Already-pinged installs leave a sentinel at `~/.mycelium/onboarded-<plugin>` — delete it if you want to reset state.

## License

MIT

More