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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/eo-ability-plan/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How eo-ability-plan Compares
| Feature / Agent | eo-ability-plan | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
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
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
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.
Exit Strategy & Business Valuation Planner
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.
Event Planner Pro
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.
ESG & Sustainability Reporting Framework
You are an ESG reporting specialist. Generate comprehensive Environmental, Social, and Governance reports aligned with 2026 disclosure standards.
IT Disaster Recovery Plan Generator
Build production-ready disaster recovery plans that actually get followed when things break.
Data Migration Planner
Plan, execute, and validate data migrations between systems. Covers schema mapping, ETL pipeline design, rollback strategies, and post-migration validation.
Compensation & Salary Benchmarking Planner
Build data-driven compensation structures that attract talent without overpaying. Covers base salary bands, equity/bonus frameworks, geographic differentials, and total rewards packaging.
Change Management Planner
Plan, communicate, and execute organizational change with structured frameworks. Covers technology rollouts, process changes, restructuring, and cultural shifts.
Capacity Planner
Plan team and infrastructure capacity before it becomes a crisis.
Business Continuity Planner
Build a complete Business Continuity Plan (BCP) and Disaster Recovery (DR) strategy for any organization.
Budget Planner
Plan and track budgets using your AI agent. Works for personal finance, project budgets, or department spending.