Next Step banner
KirKruglov KirKruglov

Next Step

Development community

Description

--- description: Determine and suggest the next step based on dependencies --- # Next Step Analyze project state and orchestration rules to recommend the immediate next action. ## Process ### 1. Read Project State Read `project-state.md` to get: - Current phase - Status of all 34 artifacts - Which artifacts are "approved", "in_progress", "not started" ### 2. Read Orchestration Map Read `references/orchestration-map.md` to understand: - Artifact dependencies (which artifacts must complete

Installation

Installs to ~/.claude/skills/kirkruglov-claude-project-manager-next-step/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kirkruglov-claude-project-manager-next-step && curl -fsSL https://raw.githubusercontent.com/KirKruglov/claude-project-manager/HEAD/commands/next-step.md -o ~/.claude/skills/kirkruglov-claude-project-manager-next-step/SKILL.md

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

Full documentation available on GitHub

View Source Repository