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.
npx claudepluginhub ats-kinoshita-iso/agent-workshop --plugin plan-managerThis skill uses the workspace's default tool permissions.
Scan the `plans/active/` directory (or wherever plans are stored in this project).
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
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.