NeoxNexus

Phase Start — Productivity skill for Claude Code

Productivity community

Start a new phase by checking prerequisites, updating ROADMAP, and invoking the architect workflow.

How to install Phase Start

Installs to ~/.claude/commands/neoxnexus-nexusrhythm-phase-start.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/NeoxNexus/NexusRhythm/HEAD/.claude/commands/phase-start.md -o ~/.claude/commands/neoxnexus-nexusrhythm-phase-start.md

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

What Phase Start does


description: Start a new phase by checking prerequisites, updating ROADMAP, and invoking the architect workflow. argument-hint: "[阶段名称]" disable-model-invocation: true

执行脚本化阶段启动检查:

python3 scripts/nr.py phase-start "$ARGUMENTS"

硬约束:

  • Pending_Debt 必须为 false
  • 上一阶段 Phase_Status 必须为 DONE
  • Project_Stage 必须为 DELIVERY
  • Idea_Clarity >= 3

若 Discovery 条件不满足:

  • IDEA/idea-capture
  • DISCOVERY/mvp-shape
  • MVP_DEFINED / ROADMAP_READY → `/roadmap-ini

Alternatives in Productivity

  • Linear - Ticket Management — You are tasked with managing Linear tickets, including creating tickets from thoughts documents, updating exis 10k ★
  • Skill Cost Projections — Project remaining workflow cost from per-phase averages — warns on budget ceiling overruns 2.8k ★
  • Start Task 335 ★

Full documentation available on GitHub

View Source Repository