← Back to Skills Marketplace
wx528

Human Plan Manager

by DaXuan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
112
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install 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 actio...
README (SKILL.md)

\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

  1. Create plans/plans-overview.md from the overview template\r
  2. Add your plan items to the table\r
  3. If a plan needs detailed steps, create plans/detailed/XX-{plan-name}.md\r
  4. Update plans/detailed/index.md to link the new plan\r
  5. 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
Usage Guidance
This skill is lightweight and appears coherent with its stated purpose. Before using: (1) review the templates to ensure they meet your needs; (2) back up any existing plans/ folder in your workspace to avoid accidental overwrite; (3) be aware the agent will write Markdown files to a plans/ directory (run in a sandboxed workspace if you want to be extra cautious). There are no network calls, credentials, or installers in the skill — nothing in the package suggests data exfiltration or hidden endpoints.
Capability Analysis
Type: OpenClaw Skill Name: human-plan-manager Version: 1.0.0 The 'human-plan-manager' skill is a purely documentation-based tool designed to help an AI agent organize tasks and implementation schemes using Markdown templates. It contains no executable code, shell commands, or network activity, and its instructions in SKILL.md are strictly aligned with its stated purpose of file-based plan management.
Capability Assessment
Purpose & Capability
Name and description (plan creation/tracking) match the provided templates and instructions. There are no unexpected binaries, credentials, or external services requested.
Instruction Scope
SKILL.md only instructs creating and updating Markdown files under a local plans/ hierarchy using provided templates. It does not ask the agent to read unrelated system files, access network endpoints, or exfiltrate data. The instructions do require writing files to a workspace (expected for this purpose).
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. Nothing is downloaded or executed.
Credentials
Requires no environment variables, credentials, or config paths. Declared requirements align with a local markdown templating workflow.
Persistence & Privilege
always is false and the skill does not request elevated or cross-skill configuration changes. It will write files in a local plans/ folder per its instructions, which is expected behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install human-plan-manager
  3. After installation, invoke the skill by name or use /human-plan-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Human Plan Manager v1.0.0 initial release: - Introduces a structured, Markdown-based system for creating, tracking, and organizing short-term plans. - Separates high-level plan overviews from detailed, actionable implementation steps. - Makes status tracking easy with tables and checkboxes. - Includes templates for plan overviews, detailed plans, and plan indexing. - Designed for anyone needing lightweight yet effective project and task management.
Metadata
Slug human-plan-manager
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments