返回顶部
h

human-plan-manager

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
60
下载量
0
收藏
概述
安装方式
版本历史

human-plan-manager

# 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 ```text 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`: ```markdown | 1 ||***|| Auth module refactor ||***|| In Progress ||***|| High ||***|| TBD ||***|| TBD ||***|| Break into service layer | ``` **Step 2** — Create `plans/detailed/01-auth-refactor.md`: ```markdown # 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`: ```markdown | #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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 human-plan-manager-1775907361 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 human-plan-manager-1775907361 技能

通过命令行安装

skillhub install human-plan-manager-1775907361

下载 Zip 包

⬇ 下载 human-plan-manager v1.0.0

文件大小: 3.26 KB | 发布时间: 2026-4-12 10:14

v1.0.0 最新 2026-4-12 10:14
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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部