Human Plan Manager
by @wx528
Structured plan management for short-term goals and detailed implementation schemes. Use when the user needs to create, track, or break down plans into actio...
clawhub install human-plan-managerπ About This Skill
name: human-plan-manager description: | Structured plan management for short-term goals and detailed implementation schemes.
Use when the user needs to create, track, or break down plans into actionable steps. version: 1.0.0 author: ζ轩ε εΈ
Human Plan Manager
Manage short-term plans and detailed implementation schemes in a structured, trackable way.
Who is it for? Anyone who needs to organize tasks, track progress, or document step-by-step execution plans.
What makes it different?
Quick Start
1. Create plans/plans-overview.md from the overview template
2. Add your plan items to the table
3. If a plan needs detailed steps, create plans/detailed/XX-{plan-name}.md
4. Update plans/detailed/index.md to link the new plan
5. Update statuses weekly (or as plans change)
Directory Structure
plans/
βββ plans-overview.md β from templates/plans-overview.md
βββ detailed/
βββ index.md β from templates/index.md
βββ XX-{plan-name}.md β from templates/detailed-plan.md
When to Use
Example: Refactoring the Auth Module
Step 1 β Add to plans/plans-overview.md:
| 1 ||*|| Auth module refactor ||*|| In Progress ||*|| High ||*|| TBD ||*|| TBD ||*|| Break into service layer |
Step 2 β Create plans/detailed/01-auth-refactor.md:
# Detailed Plan - Auth Module RefactorPlan ID: #1
Objective
Extract auth logic into a dedicated service layer with unit tests.Schedule
TBDDeadline
TBDImplementation Steps
1. Extract service layer
[ ] Move auth logic from controllers
[ ] Define service interfaces 2. Add tests
[ ] Unit tests for login
[ ] Unit tests for token refresh Estimated Time
4-6 hours
Step 3 β Update plans/detailed/index.md:
| #1 | Auth module refactor | TBD | TBD | 01-auth-refactor.md |
Templates
All templates live in templates/:
plans-overview.md β High-level plan board with status table and priority listsindex.md β Index of all detailed plansdetailed-plan.md β Step-by-step implementation plan with checkboxesTips
01-auth-refactor.md)last_updated in frontmatter whenever the overview changes- [ ]) in detailed plans to track subtask progressβ‘ When to Use
π‘ Examples
1. Create plans/plans-overview.md from the overview template
2. Add your plan items to the table
3. If a plan needs detailed steps, create plans/detailed/XX-{plan-name}.md
4. Update plans/detailed/index.md to link the new plan
5. Update statuses weekly (or as plans change)
π Tips & Best Practices
01-auth-refactor.md)last_updated in frontmatter whenever the overview changes- [ ]) in detailed plans to track subtask progress