用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SimHacker/moollm --skill planning命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | planning |
| description | Structured task decomposition and tracking. |
| license | MIT |
| tier | 1 |
| allowed-tools | ["read_file","write_file"] |
| related | ["play-learn-lift","scratchpad","plan-then-execute","action-queue","sister-script","debugging","session-log"] |
| tags | ["moollm","decomposition","tracking","tasks","strategy"] |
Structured task decomposition and tracking.
Turn complex goals into actionable steps.
[!TIP] Plans here are living documents. Unlike plan-then-execute, these evolve as you learn.
A flexible planning system for:
Unlike plan-then-execute/: Plans here are living documents that evolve.
# PLAN.yml
plan:
goal: "Implement authentication system"
status: in_progress
tasks:
- id: 1
name: "Design auth flow"
status: done
- id: 2
name: "Implement login endpoint"
status: in_progress
subtasks:
- "Create route handler"
- "Add validation"
- "Write tests"
- id: 3
name: "Add session management"
status: blocked
blocked_by: 2
| Planning | Plan-Then-Execute |
|---|---|
| Plans evolve | Plans are frozen |
| Flexible | Auditable |
| For exploration | For security |
| Adapts to findings | Requires approval gate |
Use planning/ when you need to adapt. Use plan-then-execute/ when you need control.
| File | Purpose |
|---|---|
| SKILL.md | Full protocol documentation |
| PLAN.yml.tmpl | Plan template |
| PROGRESS.md.tmpl | Progress template |
Planning is play-learn-lift applied to task decomposition.
graph LR
PL[🗂️ planning] -->|LEARN stage of| PLL[🎮📚🚀 play-learn-lift]
PL -->|frozen variant| PTE[📋 plan-then-execute]
PL -->|thinking in| SP[📝 scratchpad]
PL -->|logs to| SL[📜 session-log]
| Skill | Relationship |
|---|---|
| plan-then-execute/ | Frozen, auditable plans |
| play-learn-lift/ | Planning IS LEARN stage |
| scratchpad/ | For freeform thinking |
| session-log/ | Track planning progress |
| roberts-rules/ | Structured deliberation for planning decisions |
| adversarial-committee/ | Multiple perspectives on plan viability |
| Symbol | Link |
|---|---|
PLAY-LEARN-LIFT | PROTOCOLS.yml |
| Direction | Destination |
|---|---|
| ⬆️ Up | skills/ |
| ⬆️⬆️ Root | Project Root |
| 📋 Sister | plan-then-execute/ |
| 🎮 Sister | play-learn-lift/ |
基于 SOC 职业分类