← 返回
未分类 中文

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...
针对短期目标和详细实施方案的结构化计划管理。适用于用户需要创建、跟踪或拆分计划为可执行步骤的场景。
wx528
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 362
下载
💾 0
安装
1
版本
#latest

概述

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?

  • Structured: separates high-level overview from detailed implementation
  • Trackable: uses tables and checkboxes for clear status visibility
  • Lightweight: just Markdown files, no external tools needed

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

  • Creating a new plan or todo list
  • Viewing or updating existing plan status
  • Breaking a plan into detailed steps
  • Recording detailed implementation documentation
  • Structured project plan management

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 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) |

Templates

All templates live in templates/:

  • plans-overview.md — High-level plan board with status table and priority lists
  • index.md — Index of all detailed plans
  • detailed-plan.md — Step-by-step implementation plan with checkboxes

Tips

  • Keep plan names concise; use kebab-case for filenames (01-auth-refactor.md)
  • Update last_updated in frontmatter whenever the overview changes
  • Use checkboxes (- [ ]) in detailed plans to track subtask progress
  • Archive completed plans by moving them to the "Completed Items" section

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 07:56 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Agent Plan Manager

wx528
结构化计划管理,用于 OpenClaw Agent 的任务和执行工作流。在需要创建、跟踪或拆分执行计划时使用。
★ 0 📥 392

kimi-cli-doc-helper

wx528
通过查询 moonshotai.github.io/kimi-cli 官方文档来回答 Kimi Code CLI (kimi-cli) 相关问题。触发条件 - 当用户询问 kimi-cli 的使用方法时使用此技能。
★ 0 📥 427

Openclaw Doc Helper

wx528
通过查询和分析 docs.openclaw.ai 官方文档来回答 OpenClaw 相关问题。触发条件 - 使用此技能的场景:1. 用户...
★ 0 📥 462