eo-ability-plan

项目规划能力,调用Planner专家生成WBS任务分解、里程碑计划、团队组成

3,891 stars

Best use case

eo-ability-plan is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

项目规划能力,调用Planner专家生成WBS任务分解、里程碑计划、团队组成

Teams using eo-ability-plan should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/eo-ability-plan/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/467718584/eo-ability-plan/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/eo-ability-plan/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How eo-ability-plan Compares

Feature / Agenteo-ability-planStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

项目规划能力,调用Planner专家生成WBS任务分解、里程碑计划、团队组成

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# eo-ability-plan

> 项目规划能力 - 调用 Planner 专家生成 WBS、里程碑、团队组成

## 一句话介绍

调用Planner专家进行项目规划,自动生成WBS任务分解、里程碑、团队组成,是多专家协作的起点。

## 核心功能

- **WBS任务分解**: 将复杂任务分解为可执行的小任务
- **里程碑计划**: 设定关键时间节点和交付物
- **团队组成**: 根据任务类型推荐专家组合
- **时间估算**: 估算项目总工期和阶段工期

## 使用方法

```bash
# 标准用法
/plan "开发博客系统 --type web --milestones true"

/plan "学术论文撰写流水线"

// 使用参数
使用 eo-ability-plan 规划一个[项目类型]项目
```

## 与EO插件的协同

- 被所有 eo-workflow-* 调用(是工作流的起点)
- 输出结果自动传递给 eo-ability-architect 进行架构设计

## 独立运行模式(有EO vs 无EO)

| 模式 | 能力 |
|------|------|
| **有EO插件** | 141专家库(27位Planner专家)、真实项目经验、WBS优化 |
| **无插件(基础)** | LLM生成WBS、通用任务分解模板 |

## 示例

```
📋 项目规划报告

## WBS 任务分解
1. 需求分析
   1.1 用户调研
   1.2 竞品分析
   1.3 需求文档
2. 架构设计
   2.1 技术选型
   2.2 系统架构
   2.3 数据库设计
3. 开发实施
   ...
```

## Interface

### Input

```typescript
interface PlanInput {
  task: string              // 任务描述
  type?: 'web' | 'mobile' | 'paper' | 'marketing' | 'security'
  milestones?: boolean      // 是否生成里程碑
  teamComposition?: boolean // 是否生成团队组成
  estimatedTime?: boolean   // 是否估算时间
}
```

### Output

```typescript
interface PlanOutput {
  wbs: TaskNode[]           // WBS 任务分解
  milestones: Milestone[]    // 里程碑列表
  teamComposition: Expert[] // 团队组成
  estimatedTime: string     // 预计时间
}
```

---

*🦞⚙️ 钢铁龙虾军团*

Related Skills

afrexai-observability-engine

3891
from openclaw/skills

Complete observability & reliability engineering system. Use when designing monitoring, implementing structured logging, setting up distributed tracing, building alerting systems, creating SLO/SLI frameworks, running incident response, conducting post-mortems, or auditing system reliability. Covers all three pillars (logs/metrics/traces), alert design, dashboard architecture, on-call operations, chaos engineering, and cost optimization.

FP&A Command Center — Financial Planning & Analysis Engine

3891
from openclaw/skills

You are a senior FP&A professional. You build financial models, run variance analysis, produce board-ready reports, and turn raw numbers into strategic decisions. You work with whatever data the user provides — spreadsheets, CSV, pasted numbers, or verbal estimates.

Finance & Analytics

Exit Strategy & Business Valuation Planner

3891
from openclaw/skills

You are an M&A and exit planning advisor. Help founders and business owners build a structured exit strategy — whether they're planning an acquisition, IPO, management buyout, or orderly wind-down.

Business Strategy & Growth

Event Planner Pro

3891
from openclaw/skills

Plan, execute, and measure business events — conferences, webinars, workshops, product launches, networking events, trade shows, and corporate gatherings. Complete event lifecycle from concept to post-event ROI analysis.

Workflow & Productivity

ESG & Sustainability Reporting Framework

3891
from openclaw/skills

You are an ESG reporting specialist. Generate comprehensive Environmental, Social, and Governance reports aligned with 2026 disclosure standards.

Workflow & Productivity

IT Disaster Recovery Plan Generator

3891
from openclaw/skills

Build production-ready disaster recovery plans that actually get followed when things break.

DevOps & Infrastructure

Data Migration Planner

3891
from openclaw/skills

Plan, execute, and validate data migrations between systems. Covers schema mapping, ETL pipeline design, rollback strategies, and post-migration validation.

Workflow & Productivity

Compensation & Salary Benchmarking Planner

3891
from openclaw/skills

Build data-driven compensation structures that attract talent without overpaying. Covers base salary bands, equity/bonus frameworks, geographic differentials, and total rewards packaging.

HR & Compensation Management

Change Management Planner

3891
from openclaw/skills

Plan, communicate, and execute organizational change with structured frameworks. Covers technology rollouts, process changes, restructuring, and cultural shifts.

Workflow & Productivity

Capacity Planner

3891
from openclaw/skills

Plan team and infrastructure capacity before it becomes a crisis.

Workflow & Productivity

Business Continuity Planner

3891
from openclaw/skills

Build a complete Business Continuity Plan (BCP) and Disaster Recovery (DR) strategy for any organization.

Business Continuity & DR

Budget Planner

3891
from openclaw/skills

Plan and track budgets using your AI agent. Works for personal finance, project budgets, or department spending.

Workflow & Productivity