Whats Next banner
primeline-ai primeline-ai

Whats Next

Development community

Description

--- description: Show current project status and suggest next steps --- Show where we are and what to do next. ## Process 1. **Read project state**: - `${CLAUDE_PLUGIN_ROOT}/_memory/index.json` for active project - `${CLAUDE_PLUGIN_ROOT}/_memory/projects/{project}.json` for progress - Most recent file in `${CLAUDE_PLUGIN_ROOT}/_memory/sessions/` for last session summary 2. **Show status**: ``` Project: {name or "No active project"} Last session: {date} - {summary} Progress: {last 3

Installation

Installs to ~/.claude/skills/primeline-ai-evolving-lite-whats-next/SKILL.md

Terminal
mkdir -p ~/.claude/skills/primeline-ai-evolving-lite-whats-next && curl -fsSL https://raw.githubusercontent.com/primeline-ai/evolving-lite/HEAD/commands/whats-next.md -o ~/.claude/skills/primeline-ai-evolving-lite-whats-next/SKILL.md

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

Full documentation available on GitHub

View Source Repository