Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ats-kinoshita-iso avatar

Plan Manager

  • Updated April 1, 2026
  • ats-kinoshita-iso/agent-workshop

plan-manager provides structured plan lifecycle management with automatic tracking, gate validation, and archival of implementation plans. It keeps multi-phase work organized and auditable, serving project-management and delivery-planning needs during a build.

Key points

  • Plan lifecycle management
  • Automatic tracking
  • Gate validation
  • Plan archival

Plan Manager by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add ats-kinoshita-iso/agent-workshop
/plugin install plan-manager@agent-workshop

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Last updatedApril 1, 2026
Repositoryats-kinoshita-iso/agent-workshop

What it does

Manage the full lifecycle of implementation plans with automatic tracking, gate validation, and archival.

README.md

plan-manager

Structured plan lifecycle management with automatic tracking, gate validation, and archival.

Skills

  • /plan-status — Shows all active plans with gate completion percentages
  • /plan-archive — Moves completed plans to archive/, stamps completion date
  • /plan-create — Creates a new plan from template with auto-incrementing ID

Hooks

  • Stop — Runs plan_manager.py audit at session end: scans active plans, checks gate status, updates registry.json

Directory Convention

plans/
├── active/           # Plans currently being worked on
│   └── 001-feature-x.md
├── archive/          # Completed or abandoned plans (auto-moved)
│   └── 001-feature-x.md
└── registry.json     # Auto-generated index of all plans

Plan Format

Plans use YAML frontmatter with id, title, status, created, completed, gates_total, and gates_passed fields. Each gate has a pass/fail criterion and validation steps.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.