
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-workshopAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 1, 2026 |
|---|---|
| Repository | ats-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 toarchive/, stamps completion date/plan-create— Creates a new plan from template with auto-incrementing ID
Hooks
- Stop — Runs
plan_manager.py auditat session end: scans active plans, checks gate status, updatesregistry.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.