Fire Assumptions banner
ThierryN ThierryN

Fire Assumptions

Development community

Description

--- description: List and validate assumptions for a phase before planning or execution --- # /fire-assumptions > Surface Claude's assumptions about a phase approach before planning. Prevents silent improvisation. --- ## Arguments ```yaml arguments: phase: required: false type: string description: "Phase to list assumptions for. Defaults to current phase." ``` --- ## Process ### Step 1: Load Context Read CONSCIENCE.md, VISION.md, and phase description. ### Step 2: Generat

Installation

Installs to ~/.claude/skills/thierryn-fire-flow-fire-assumptions/SKILL.md

Terminal
mkdir -p ~/.claude/skills/thierryn-fire-flow-fire-assumptions && curl -fsSL https://raw.githubusercontent.com/ThierryN/fire-flow/HEAD/commands/fire-assumptions.md -o ~/.claude/skills/thierryn-fire-flow-fire-assumptions/SKILL.md

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

Full documentation available on GitHub

View Source Repository