Token导航 LogoToken导航TokenDH.com
研究检索权限需确认github未标认证来源可访问clear审计通过

project-planner项目策划师

Agent Skill

project-planner 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,904

周安装

121

GitHub Stars

10

下载量

968
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:project-planner(项目策划师)
来源仓库:https://github.com/samhvw8/dot-claude
仓库路径:skills/project-planner
安装命令:
npx skills add https://github.com/samhvw8/dot-claude --skill project-planner
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/samhvw8/dot-claude --skill project-planner

简介

project-planner 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景快速定位候选结果。
  • 通过 npx skills add 命令从指定仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Project Planner Skill

Universal planning methodology for creating structured, actionable plans for any project type. Works for business initiatives, personal goals, creative projects, academic work, event planning, and organizational change.

When to Use This Skill

Activate this skill when planning:

  • Business Projects: Product launches, marketing campaigns, process improvements
  • Personal Goals: Career development, learning objectives, lifestyle changes
  • Creative Projects: Writing projects, art installations, content creation
  • Academic Work: Research projects, thesis planning, study programs
  • Event Planning: Conferences, weddings, community events
  • Organizational Change: Restructuring, culture initiatives, policy changes

NOT for software development - Use implementation-planner skill instead

Pre-Planning Protocol

ALWAYS execute before creating new plan:

  1. Check for active plan: test -f docs/plan.md && cat docs/plan.md
  2. If active plan exists:

- Ask user: "Active plan found: [PLAN-ID]. Continue this plan or create new one?" - If continue: Load active plan and continue from current phase - If new: Mark current plan as paused/completed and create new

  1. If no active plan:

- Proceed with new plan creation

Plan Format Standards

Naming Convention

  • Format: PLAN-YYYYMMDD-HHMM-{project-slug}.md
  • Example: PLAN-20251118-1430-product-launch.md
  • Location: docs/plans/

Required Frontmatter

---
plan_id: PLAN-YYYYMMDD-HHMM-{slug}
title: [Project Name]
created: YYYY-MM-DD HH:MM
status: draft | active | completed | on_hold | cancelled
category: business | personal | creative | academic | event | organizational
phase: planning | execution | monitoring | complete
priority: critical | high | medium | low
---

Required Sections

  1. Vision & Objectives - What and why
  2. Scope & Deliverables - Specific outcomes
  3. Action Steps - Sequenced tasks with owners
  4. Resources Required - People, budget, materials, time
  5. Timeline & Milestones - Deadlines and checkpoints
  6. Risks & Contingencies - What could go wrong
  7. Success Metrics - Measurable outcomes

Master Plan Tracker (docs/plan.md)

Same structure as implementation-planner, tracks all project plans.

Update Workflow

When creating new plan:

  1. Generate plan file in docs/plans/
  2. Update docs/plan.md:

- Set active_plan to new plan ID - Add to appropriate category section - Update last_updated timestamp

When completing plan:

  1. Update plan file status: completed
  2. Update docs/plan.md:

- Move to "Completed" with ✅ - Update statistics

When pausing plan:

  1. Update plan file status: on_hold
  2. Update docs/plan.md:

- Move to "On Hold" section - Clear active_plan if it was active

Core Planning Principles

  1. Clarity over complexity - Simple, understandable plans
  2. Action-oriented - Every section leads to concrete actions
  3. Flexibility - Plans adapt to changing circumstances
  4. Accountability - Clear ownership and deadlines
  5. Measurable - Success criteria are objective

Planning Methodology

Step 1: Vision & Objectives (< 5 minutes)

Purpose: Define what you want to achieve and why

Questions to answer:

  • What is the desired end state?
  • Why is this project important?
  • Who benefits from this project?
  • What problem does this solve?

Output format:

## Vision & Objectives

### Vision Statement
[One paragraph describing the ideal outcome]

### Primary Objective
[Main goal - SMART format: Specific, Measurable, Achievable, Relevant, Time-bound]

### Secondary Objectives
- Objective 1: [SMART format]
- Objective 2: [SMART format]

### Alignment
- **Strategic Fit**: [How this aligns with broader goals]
- **Stakeholders**: [Who cares about this and why]
- **Value Proposition**: [Why now, why this approach]

Step 2: Scope & Deliverables (< 5 minutes)

Purpose: Define boundaries and specific outputs

Questions to answer:

  • What's included in this project?
  • What's explicitly excluded?
  • What tangible deliverables will we produce?
  • What are the acceptance criteria?

Output format:

## Scope & Deliverables

### In Scope
- [Specific activity/outcome 1]
- [Specific activity/outcome 2]

### Out of Scope
- [What we're NOT doing 1]
- [What we're NOT doing 2]

### Deliverables
1. **Deliverable 1**: [Description]
   - Acceptance Criteria: [How we know it's done]
   - Format: [Document, event, product, etc.]

2. **Deliverable 2**: [Description]
   - Acceptance Criteria: [How we know it's done]
   - Format: [Format]

### Constraints
- **Budget**: [Budget limitation]
- **Time**: [Time constraint]
- **Resources**: [Resource constraints]
- **Quality**: [Non-negotiable quality standards]

Step 3: Action Steps (< 10 minutes)

Purpose: Break down work into executable tasks

Sequencing principles:

  1. Dependencies first - Complete prerequisites before dependent tasks
  2. Quick wins early - Build momentum with achievable tasks
  3. Parallel work - Identify tasks that can happen simultaneously
  4. Critical path - Highlight tasks that determine overall timeline

Output format:

## Action Steps

### Phase 1: [Phase Name] (Weeks 1-2)

#### Step 1.1: [Action Verb] [What]
- **Description**: [What needs to be done]
- **Owner**: [Who is responsible]
- **Duration**: [Estimated time]
- **Dependencies**: [What must be done first]
- **Output**: [What this produces]
- **Verification**: [How to confirm completion]

#### Step 1.2: [Action Verb] [What]
[Same structure]

### Phase 2: [Phase Name] (Weeks 3-4)
[Continue with steps]

### Critical Path
Tasks that determine overall timeline:
1. Step X.X → Step Y.Y → Step Z.Z

Step 4: Resources Required (< 5 minutes)

Purpose: Identify what's needed to execute

Categories:

  • People: Skills, roles, time commitment
  • Budget: Money for materials, services, licenses
  • Materials: Physical items, equipment, supplies
  • Time: Duration, deadlines, availability
  • Knowledge: Training, expertise, information
  • Tools: Software, platforms, systems

Output format:

## Resources Required

### People
- **Role 1**: [Skills needed], [Time commitment], [Availability]
- **Role 2**: [Skills], [Time], [Availability]

### Budget
| Category | Item | Estimated Cost | Status |
|----------|------|----------------|--------|
| Materials | [Item] | $X,XXX | Approved/Pending |
| Services | [Service] | $X,XXX | Approved/Pending |

**Total Budget**: $X,XXX

### Materials & Equipment
- [Item 1]: [Quantity], [Specifications], [Source]
- [Item 2]: [Quantity], [Specifications], [Source]

### Knowledge & Training
- [Skill/Knowledge 1]: [Who needs it], [How to acquire]
- [Skill/Knowledge 2]: [Who needs it], [How to acquire]

### Tools & Systems
- [Tool 1]: [Purpose], [License/Access], [Cost]
- [Tool 2]: [Purpose], [License/Access], [Cost]

Step 5: Timeline & Milestones (< 5 minutes)

Purpose: Set deadlines and create accountability

Milestone criteria:

  • Significant progress point
  • Measurable completion
  • Enables next phase
  • Stakeholder visibility

Output format:

## Timeline & Milestones

### Overall Timeline
**Start Date**: YYYY-MM-DD
**End Date**: YYYY-MM-DD
**Total Duration**: [X weeks/months]

### Milestones

#### Milestone 1: [Name] - [Date]
- **Criteria**: [What must be complete]
- **Deliverables**: [What to show]
- **Checkpoint**: [Review meeting/decision point]

#### Milestone 2: [Name] - [Date]
[Same structure]

### Gantt Chart (Text-based)

Week 1: [█████████░░░] Phase 1 (Step 1.1-1.3) Week 2: [░░░░█████████] Phase 1 (Step 1.4-1.6) Week 3: [█████████░░░] Phase 2 (Step 2.1-2.3) Week 4: [░░░░█████████] Phase 2 Complete

### Key Dates
- [YYYY-MM-DD]: [Event/Deadline]
- [YYYY-MM-DD]: [Event/Deadline]

Step 6: Risks & Contingencies (< 5 minutes)

Purpose: Anticipate problems and plan responses

Risk categories:

  • External: Market changes, regulations, competition
  • Resource: Budget cuts, people unavailable, materials
  • Technical: Complexity, dependencies, unknowns
  • Stakeholder: Resistance, competing priorities, misalignment
  • Timeline: Delays, scope creep, optimism bias

Output format:

## Risks & Contingencies

### Risk 1: [Description]
**Category**: [External/Resource/Technical/Stakeholder/Timeline]
**Probability**: [High/Medium/Low]
**Impact**: [High/Medium/Low]
**Risk Score**: [Probability × Impact = Score]

**Mitigation**: [How to prevent]
**Contingency**: [What to do if it happens]
**Early Warning Signs**: [Indicators this is occurring]
**Owner**: [Who monitors this]

### Risk 2: [Description]
[Same structure]

### Risk Matrix

Impact High │ R3 │ R1 │ R1 │ Medium │ R5 │ R2 │ R1 │ Low │ R7 │ R5 │ R2 │ └────┴────┴────┘ L M H Probability

Step 7: Success Metrics (< 3 minutes)

Purpose: Define measurable outcomes

SMART criteria:

  • Specific: Exact metric
  • Measurable: Quantifiable
  • Achievable: Realistic
  • Relevant: Aligned with objectives
  • Time-bound: By when

Output format:

## Success Metrics

### Primary Metrics
- **Metric 1**: [Name]
  - **Target**: [Specific number/outcome]
  - **Measurement**: [How to measure]
  - **Frequency**: [How often to check]
  - **Baseline**: [Current state]

- **Metric 2**: [Name]
  [Same structure]

### Secondary Metrics
- [Metric 3]: [Target]
- [Metric 4]: [Target]

### Completion Criteria
- [ ] All deliverables accepted by stakeholders
- [ ] Primary metrics meet/exceed targets
- [ ] Budget within ±10% of estimate
- [ ] Timeline within ±10% of estimate
- [ ] Stakeholder satisfaction ≥ 8/10
- [ ] No critical issues remaining

### Post-Project Review
- **Review Date**: [2-4 weeks after completion]
- **Participants**: [Who attends]
- **Topics**: Lessons learned, metrics achieved, improvements

Complete Plan Template

---
plan_id: PLAN-YYYYMMDD-HHMM-{slug}
title: [Project Name]
created: YYYY-MM-DD HH:MM
status: draft
category: [business|personal|creative|academic|event|organizational]
phase: planning
priority: [critical|high|medium|low]
---

# 🎯 Project Plan: [Project Name]

## Vision & Objectives
[Vision statement and SMART objectives]

## Scope & Deliverables
[What's included, excluded, and delivered]

## Action Steps
[Phased, sequenced tasks with owners]

## Resources Required
[People, budget, materials, time, knowledge, tools]

## Timeline & Milestones
[Dates, milestones, Gantt chart]

## Risks & Contingencies
[Identified risks with mitigation strategies]

## Success Metrics
[Measurable outcomes and completion criteria]

## Notes & Considerations
[Additional context, assumptions, dependencies]

Quality Standards

Completeness

  • All 7 sections present and filled
  • Each action step has owner and deadline
  • Resources are realistic and available
  • Risks have mitigation plans
  • Success metrics are SMART

Clarity

  • Anyone can understand the plan
  • No jargon without explanation
  • Concrete examples provided
  • Ambiguity eliminated

Actionability

  • Next steps are clear
  • Owners know what to do
  • Timeline is realistic
  • Resources are secured

Common Project Types

Business Project Example Triggers

  • Product launch, marketing campaign, sales initiative
  • Process improvement, efficiency project
  • Market expansion, partnership development

Personal Project Example Triggers

  • Career transition, skill development
  • Health/fitness goal, lifestyle change
  • Financial goal, savings plan

Creative Project Example Triggers

  • Book/article writing, content creation
  • Art project, exhibition planning
  • Music production, album release

Academic Project Example Triggers

  • Research project, thesis planning
  • Study program, exam preparation
  • Conference presentation, paper publication

Event Planning Example Triggers

  • Conference/workshop organization
  • Wedding/celebration planning
  • Community event, fundraiser

Organizational Change Example Triggers

  • Team restructuring, role changes
  • Culture initiative, value implementation
  • Policy change, process adoption

Continue Planning Workflow

When user says "continue plan":

  1. Load active plan from docs/plan.md
  2. Check phase:

- Planning: Add details, refine sections - Execution: Update progress, mark steps complete - Monitoring: Review metrics, adjust timeline

  1. Update status as work progresses

Format Validation

Before finalizing:

  • Frontmatter complete (plan_id, title, status, category, phase, priority)
  • All 7 sections present
  • Vision is inspiring and clear
  • Objectives are SMART
  • Action steps have owners and deadlines
  • Resources identified and available
  • Timeline is realistic
  • Risks have contingencies
  • Success metrics are measurable
  • Master tracker updated

Example Usage

Scenario: Product Launch Plan

User: "Create a plan for launching our new mobile app"

Claude:

  1. Checks docs/plan.md - no active plan
  2. Asks clarifying questions:

- Who is the target audience? - What's the launch date goal? - What's the budget?

  1. Creates PLAN-20251118-1430-mobile-app-launch.md:

- Vision: Achieve 10K downloads in first month - Objectives: SMART goals for downloads, revenue, engagement - Scope: Features in v1.0, marketing channels, launch events - Action Steps: Development, testing, marketing, launch - Resources: Team roles, budget, tools - Timeline: 12-week timeline with milestones - Risks: Technical delays, market reception, competition - Metrics: Downloads, DAU, revenue, ratings

  1. Updates docs/plan.md with active plan

Scenario: Personal Learning Goal

User: "Help me plan learning Python for data science"

Claude:

  1. Checks for active plan
  2. Creates structured learning plan:

- Vision: Become job-ready data scientist in 6 months - Objectives: Complete courses, build portfolio projects - Scope: Topics to cover, projects to build - Action Steps: Weekly study schedule, hands-on practice - Resources: Courses, books, datasets, tools - Timeline: Month-by-month progression - Risks: Time management, motivation, difficulty - Metrics: Courses completed, projects finished, job applications

Integration with Implementation Planner

When planning involves software development:

  1. Use this skill for overall project planning:

- Business objectives - Stakeholder management - Resource allocation - Timeline

  1. Use implementation-planner for technical implementation:

- Code architecture - File changes - Testing strategy - Deployment

  1. Cross-reference plans:

- Implementation plan referenced in technical deliverables - Project plan tracks implementation as one action step


This skill creates actionable, complete plans for any project type while maintaining consistent format and tracking.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Antigravity

28.37%
按下载量换算275

OpenCode

22.78%
按下载量换算221

Gemini CLI

16.17%
按下载量换算157

Claude Code

12.21%
按下载量换算118

Codex

7.71%
按下载量换算75

windsurf

3.08%
按下载量换算30

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills