/install human-plan-manager
\r \r
Human Plan Manager\r
\r Manage short-term plans and detailed implementation schemes in a structured, trackable way.\r \r Who is it for? Anyone who needs to organize tasks, track progress, or document step-by-step execution plans.\r \r What makes it different?\r \r
- Structured: separates high-level overview from detailed implementation\r
- Trackable: uses tables and checkboxes for clear status visibility\r
- Lightweight: just Markdown files, no external tools needed\r \r
Quick Start\r
\r
- Create
plans/plans-overview.mdfrom the overview template\r - Add your plan items to the table\r
- If a plan needs detailed steps, create
plans/detailed/XX-{plan-name}.md\r - Update
plans/detailed/index.mdto link the new plan\r - Update statuses weekly (or as plans change)\r \r
Directory Structure\r
\r
plans/\r
├── plans-overview.md ← from templates/plans-overview.md\r
└── detailed/\r
├── index.md ← from templates/index.md\r
└── XX-{plan-name}.md ← from templates/detailed-plan.md\r
```\r
\r
## When to Use\r
\r
- Creating a new plan or todo list\r
- Viewing or updating existing plan status\r
- Breaking a plan into detailed steps\r
- Recording detailed implementation documentation\r
- Structured project plan management\r
\r
## Example: Refactoring the Auth Module\r
\r
**Step 1** — Add to `plans/plans-overview.md`:\r
\r
```markdown\r
| 1 ||***|| Auth module refactor ||***|| In Progress ||***|| High ||***|| TBD ||***|| TBD ||***|| Break into service layer |\r
```\r
\r
**Step 2** — Create `plans/detailed/01-auth-refactor.md`:\r
\r
```markdown\r
# Detailed Plan - Auth Module Refactor\r
\r
## Plan ID: #1\r
\r
## Objective\r
Extract auth logic into a dedicated service layer with unit tests.\r
\r
## Schedule\r
TBD\r
\r
## Deadline\r
TBD\r
\r
## Implementation Steps\r
\r
### 1. Extract service layer\r
- [ ] Move auth logic from controllers\r
- [ ] Define service interfaces\r
\r
### 2. Add tests\r
- [ ] Unit tests for login\r
- [ ] Unit tests for token refresh\r
\r
## Estimated Time\r
4-6 hours\r
```\r
\r
**Step 3** — Update `plans/detailed/index.md`:\r
\r
```markdown\r
| #1 | Auth module refactor | TBD | TBD | [01-auth-refactor.md](./detailed/01-auth-refactor.md) |\r
```\r
\r
## Templates\r
\r
All templates live in `templates/`:\r
\r
- **`plans-overview.md`** — High-level plan board with status table and priority lists\r
- **`index.md`** — Index of all detailed plans\r
- **`detailed-plan.md`** — Step-by-step implementation plan with checkboxes\r
\r
## Tips\r
\r
- Keep plan names concise; use kebab-case for filenames (`01-auth-refactor.md`)\r
- Update `last_updated` in frontmatter whenever the overview changes\r
- Use checkboxes (`- [ ]`) in detailed plans to track subtask progress\r
- Archive completed plans by moving them to the "Completed Items" section\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install human-plan-manager - After installation, invoke the skill by name or use
/human-plan-manager - Provide required inputs per the skill's parameter spec and get structured output
What is Human Plan Manager?
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... It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.
How do I install Human Plan Manager?
Run "/install human-plan-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Human Plan Manager free?
Yes, Human Plan Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Human Plan Manager support?
Human Plan Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Human Plan Manager?
It is built and maintained by DaXuan (@wx528); the current version is v1.0.0.