Plan Status banner
grkmaltunbs grkmaltunbs

Plan Status

Development community

Description

--- description: Show PROJECT_PLAN.md progress and the next step to implement --- # /plan-status — Show plan progress Read PROJECT_PLAN.md and show the current status of each step. For each step, show: - Step number and title - Status: `[x]` done or `[ ]` pending - Dependencies and whether they're satisfied Format as a table. At the end, show: - Total steps: N - Completed: M - Next step to implement: <step-id> (<title>)

Installation

Installs to ~/.claude/skills/grkmaltunbs-flutter-app-bundle-plan-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/grkmaltunbs-flutter-app-bundle-plan-status && curl -fsSL https://raw.githubusercontent.com/grkmaltunbs/flutter-app-bundle/HEAD/commands/plan-status.md -o ~/.claude/skills/grkmaltunbs-flutter-app-bundle-plan-status/SKILL.md

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

Full documentation available on GitHub

View Source Repository