← 返回
未分类 中文

Agent Plan Manager

Structured plan management for OpenClaw Agent's tasks and execution workflows. Use when the OpenClaw Agent needs to create, track, or break down execution pl...
结构化计划管理,用于 OpenClaw Agent 的任务和执行工作流。在需要创建、跟踪或拆分执行计划时使用。
wx528
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 362
下载
💾 0
安装
1
版本
#latest

概述

Agent Plan Manager

Manage OpenClaw Agent's execution plans and task workflows in a structured, trackable way.

Who is it for? OpenClaw Agent that needs to organize tasks, track execution progress, or document step-by-step implementation plans.

What makes it different?

  • Agent-Centric: designed for AI agent execution workflows with clear entry/exit points
  • Structured: separates high-level goals from detailed tool-calling steps
  • Trackable: uses checkboxes and status fields for execution state visibility
  • Lightweight: just Markdown files, integrates with OpenClaw's file system tools

Quick Start

  1. Create plans/plans-overview.md from the overview template
  2. Add execution items to the table with appropriate status
  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 as execution progresses

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 execution plan for complex tasks
  • Tracking multi-step tool calling workflows
  • Breaking down user requests into actionable steps
  • Recording detailed execution documentation
  • Structured agent task management

Example: Web Scraping Task

Step 1 — Add to plans/plans-overview.md:

| 1 ||***|| Web scraping for product prices ||***|| In Progress ||***|| High ||***|| TBD ||***|| TBD ||***|| Extract prices from example.com |

Step 2 — Create plans/detailed/01-web-scraping.md:

# Detailed Plan - Web Scraping for Product Prices

## Plan ID: #1

## Objective
Extract product prices from example.com and save to a CSV file.

## Schedule
TBD

## Deadline
TBD

## Tool Sequence

1. `browser_navigate` → example.com/products
2. `browser_snapshot` → extract product list
3. `browser_click` → navigate to each product
4. `WriteFile` → save results to products.csv

## Implementation Steps

### 1. Navigate to target URL
- [x] Use browser_navigate to load example.com/products

### 2. Extract product data
- [ ] Capture page snapshot
- [ ] Parse product names and prices
- [ ] Handle pagination if present

### 3. Save results
- [ ] Format data as CSV
- [ ] Write to products.csv

## Estimated Token Usage
~2K tokens

Step 3 — Update plans/detailed/index.md:

| #1 | Web scraping for product prices | TBD | TBD | [01-web-scraping.md](./detailed/01-web-scraping.md) |

Templates

All templates live in templates/:

  • plans-overview.md — High-level execution board with status table
  • index.md — Index of all detailed execution plans
  • detailed-plan.md — Step-by-step execution plan with tool sequences

Tips

  • Keep plan names concise; use kebab-case for filenames (01-web-scraping.md)
  • Update last_updated in frontmatter whenever the overview changes
  • Use checkboxes (- [ ]) in detailed plans to track execution progress
  • Include tool sequences to clarify the execution flow
  • Archive completed plans by moving them to the "Completed Items" section
  • Estimate token usage when possible for complex multi-step tasks

版本历史

共 1 个版本

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

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Plan Manager

wx528
Unified plan management system for coordinating OpenClaw Agent and Human plans. Use when managing both AI agent executio
★ 0 📥 403

Human Plan Manager

wx528
针对短期目标和详细实施方案的结构化计划管理。适用于用户需要创建、跟踪或拆分计划为可执行步骤的场景。
★ 0 📥 390

Openclaw Doc Helper

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