← 返回 Skills 市场
112
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
- 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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install human-plan-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/human-plan-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。
如何安装 Human Plan Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install human-plan-manager」即可一键安装,无需额外配置。
Human Plan Manager 是免费的吗?
是的,Human Plan Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Human Plan Manager 支持哪些平台?
Human Plan Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Human Plan Manager?
由 DaXuan(@wx528)开发并维护,当前版本 v1.0.0。
推荐 Skills