Install
openclaw skills install human-plan-managerStructured 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.
openclaw skills install human-plan-managerManage 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?
plans/plans-overview.md from the overview templateplans/detailed/XX-{plan-name}.mdplans/detailed/index.md to link the new planplans/
├── plans-overview.md ← from templates/plans-overview.md
└── detailed/
├── index.md ← from templates/index.md
└── XX-{plan-name}.md ← from templates/detailed-plan.md
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 Refactor
## Plan ID: #1
## Objective
Extract auth logic into a dedicated service layer with unit tests.
## Schedule
TBD
## Deadline
TBD
## Implementation 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](./detailed/01-auth-refactor.md) |
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 checkboxes01-auth-refactor.md)last_updated in frontmatter whenever the overview changes- [ ]) in detailed plans to track subtask progress