Phase Shift banner
valsecchi75 valsecchi75

Phase Shift

Development community

Description

--- name: phase-shift description: Formal transition between development phases. Archives the current phase state and opens the next. Updates roadmap, CLAUDE.md, priorities, and log. --- # /phase-shift Transition from the current phase to the next. Execute only when the current phase is actually complete. ## Usage ``` /phase-shift <target-phase-number> /phase-shift <target-phase-number> --force ``` ## Examples ``` /phase-shift 3 /phase-shift 4 --force ``` ## Steps 1. Verify the current p

Installation

Installs to ~/.claude/skills/valsecchi75-project-scaffolder-phase-shift/SKILL.md

Terminal
mkdir -p ~/.claude/skills/valsecchi75-project-scaffolder-phase-shift && curl -fsSL https://raw.githubusercontent.com/valsecchi75/project-scaffolder/HEAD/commands/phase-shift.md -o ~/.claude/skills/valsecchi75-project-scaffolder-phase-shift/SKILL.md

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

Full documentation available on GitHub

View Source Repository