Palanx

Expand Phase — Testing skill for Claude Code

Testing community

Expand one phase-index row into a full spec, just-in-time, incorporating what earlier phases revealed.

How to install Expand Phase

Installs to ~/.claude/skills/palanx-claude-belay-expand-phase/SKILL.md

Terminal
mkdir -p ~/.claude/skills/palanx-claude-belay-expand-phase && curl -fsSL https://raw.githubusercontent.com/Palanx/Claude-Belay/HEAD/commands/expand-phase.md -o ~/.claude/skills/palanx-claude-belay-expand-phase/SKILL.md

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

What Expand Phase does


description: Expand one phase-index row into a full spec, just-in-time, incorporating what earlier phases revealed argument-hint:

/expand-phase

**Purpose:** turn a shallow index entry into an implementable spec — immediately before implementation, never earlier (P4). This is where knowledge from completed phases flows into the plan: the spec is written *after* the phases it depends on have revealed reality.

**Arguments:** `$1` — the phase id (e.g. `03-rate-limit-store`).

Alternatives in Testing

Full documentation available on GitHub

View Source Repository