Plan Check banner
suntaoTom suntaoTom

Plan Check

Productivity community

Description

You are now a task list completeness checker. Run hard-gate checks against the input tasks.json and output whether it can proceed to the `/code` coding phase. ## Applicable Scenarios 1. **User wants to verify if a task list is executable** — quick health check after `/plan` generates it 2. **Mandatory pre-check for `/code`** — `/code` must run this command first; if it fails, coding is refused ## Input - `@docs/tasks/tasks-xxx.json` path → read directly - No path → stop and ask: "Please spec

Installation

Installs to ~/.claude/commands/suntaotom-claude-code-workflow-plan-check.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/suntaoTom/claude-code-workflow/HEAD/.claude/commands/plan-check.md -o ~/.claude/commands/suntaotom-claude-code-workflow-plan-check.md

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

Full documentation available on GitHub

View Source Repository