Deconstruct banner
adelaidasofia adelaidasofia

Deconstruct

Development community

Description

--- description: "First-principles analyst: surface hidden assumptions, find foundational truths, rebuild from scratch" --- The user typed `/deconstruct`. Invoke the `deconstruct` skill via the Skill tool, forwarding any arguments the user provided after the slash command. If `deconstruct` is not in the available-skills list, tell the user the skill isn't installed and suggest running `bash ~/.claude/skills/ai-brain-starter/bootstrap.sh` to install it.

Installation

Installs to ~/.claude/skills/adelaidasofia-ai-brain-starter-deconstruct/SKILL.md

Terminal
mkdir -p ~/.claude/skills/adelaidasofia-ai-brain-starter-deconstruct && curl -fsSL https://raw.githubusercontent.com/adelaidasofia/ai-brain-starter/HEAD/commands/deconstruct.md -o ~/.claude/skills/adelaidasofia-ai-brain-starter-deconstruct/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository