From plan-manager
Show all active plans with gate completion percentages. Use this skill when the user asks to "show plans", "plan status", "what plans are active", "how are my plans doing", or any request to review progress on tracked implementation plans.
How this skill is triggered — by the user, by Claude, or both
Slash command
/plan-manager:plan-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scan the `plans/active/` directory (or wherever plans are stored in this project).
Scan the plans/active/ directory (or wherever plans are stored in this project).
For each plan file found:
id, title, status, gates_total, gates_passed[x]) vs uncompleted ([ ]) gate items in the markdown bodyDisplay a summary table:
Active Plans
════════════
ID Title Gates Progress
001 Feature X 2/4 ██████░░░░ 50%
002 Bug Fix Campaign 3/3 ██████████ 100% (ready to archive)
If plans/registry.json exists, also show stats (total active, completed, abandoned).
If no plans directory exists, report that and suggest using /plan-create to start.
npx claudepluginhub ats-kinoshita-iso/agent-workshop --plugin plan-managerProvides a session briefing showing active plans, progress per phase, and suggested focus. Use at session start or when checking progress.
Displays progress on incomplete task lists from .plans/tasks-*.yml files: total/completed counts, next actionable task per feature. Use to check active feature status.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.