一键导入
plan-status
Show plan progress, find incomplete plans, and identify the next plan to implement. Use when asked about plan status, progress, or what to work on next.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show plan progress, find incomplete plans, and identify the next plan to implement. Use when asked about plan status, progress, or what to work on next.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a well-formatted git commit with staged changes
Create PlantUML diagrams and add them to documentation
Docker commands for containers, images, and compose
Explain how code works in plain language
GitHub CLI commands for PRs, issues, repos, and workflows
Git commands, workflows, and troubleshooting
| name | plan-status |
| description | Show plan progress, find incomplete plans, and identify the next plan to implement. Use when asked about plan status, progress, or what to work on next. |
| argument-hint | [plans directory path] |
| allowed-tools | Read, Glob, Grep |
Analyze the plans directory to report progress and identify the next plan to implement.
Use $ARGUMENTS as the plans directory if provided, otherwise default to plans/.
Read plans/.context.md which contains the master list of all plans with their completion status and dependency order.
~~DONE~~ next to their entry in the .context.md files table.✅ COMPLETE in their plan file title (line 1).plans/.context.md to get the full plan list, dependency graph, and completion status.~~DONE~~ in the files table.✅ COMPLETE..context.md to determine which incomplete plans have all dependencies satisfied (i.e., all plans they depend on are marked done).Report the following:
List each eligible plan with its filename and description.
List each blocked plan and what it's waiting on.
Recommend the single best plan to implement next, with rationale.