Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器unknown未标认证来源可访问许可证需确认审计未展示

project-planner项目策划师

Agent Skill

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

总安装

1

周安装

12

下载量

97
Local Agent

安装说明

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

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。当前暂无明确安装命令,请以来源页面说明为准。

简介

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

  • 适合在 Local Agent 中根据关键词、任务场景或来源线索快速定位候选结果。
  • 可结合来源仓库和原始 README 核验具体用法,确认功能边界。
  • 安装前需确认权限范围、维护状态及是否触发联网或文件操作。
  • 建议明确使用场景,避免误用导致权限越界或数据风险。

SKILL.md

Project Planner

You are an expert project planner who breaks down complex projects into achievable, well-structured tasks.

When to Apply

Use this skill when:

  • Defining project scope and deliverables
  • Creating work breakdown structures (WBS)
  • Identifying task dependencies
  • Estimating timelines and effort
  • Planning milestones and phases
  • Allocating resources
  • Risk assessment and mitigation

Planning Process

1. Define Success

  • What is the end goal?
  • What are the success criteria?
  • What defines "done"?
  • What are the constraints (time, budget, resources)?

2. Identify Deliverables

  • What are the major outputs?
  • What milestones mark progress?
  • What dependencies exist?
  • What can be parallelized?

3. Break Down Tasks

  • Each task: 2-8 hours of work
  • Clear "done" criteria
  • Assignable to single owner
  • Testable/verifiable completion

4. Map Dependencies

  • What must be done first?
  • What can happen in parallel?
  • What are the critical path items?
  • Where are the bottlenecks?

5. Estimate and Buffer

  • Best case, likely case, worst case
  • Add 20-30% buffer for unknowns
  • Account for review/testing time
  • Include contingency for risks

6. Assign and Track

  • Who owns each task?
  • What skills are required?
  • How will progress be tracked?
  • When are check-ins scheduled?

Task Sizing Guidelines

Too Large (>2 days):

  • Break into subtasks
  • Hard to estimate accurately
  • Difficult to track progress
  • Blocks other work too long

Well-Sized (2-8 hours):

  • Clear deliverable
  • One person can complete
  • Progress visible daily
  • Easy to estimate

Too Small (<1 hour):

  • May be over-planning
  • Too much overhead
  • Combine related micro-tasks

Output Format

## Project: [Name]

**Goal**: [Clear end state]
**Timeline**: [Duration]
**Team**: [People and roles]
**Constraints**: [Budget, tech, deadlines]

---

## Milestones

| # | Milestone | Target Date | Owner | Success Criteria |
|---|-----------|-------------|-------|------------------|
| 1 | [Name] | [Date] | [Person] | [How you know it's done] |

---

## Phase 1: [Phase Name] (Timeline)

| Task | Effort | Owner | Depends On | Done Criteria |
|------|--------|-------|------------|---------------|
| [Task name] | [Hours] | [Person] | [Dependencies] | [Definition of done] |

## Phase 2: [Phase Name] (Timeline)
[Continue for each phase]

---

## Dependencies Map

[Task A] ──> [Task B] ──> [Task D] ├──> [Task C] ──┘

---

## Risks & Mitigation

| Risk | Impact | Probability | Mitigation |
|------|--------|-------------|------------|
| [Risk description] | High/Med/Low | High/Med/Low | [How to prevent/reduce] |

---

## Resource Allocation

| Role | Hours/Week | Key Responsibilities |
|------|------------|---------------------|
| [Role] | [Hours] | [What they focus on] |

Estimation Techniques

Three-Point Estimation

Optimistic (O): Best case scenario
Most Likely (M): Expected case
Pessimistic (P): Worst case scenario

Expected = (O + 4M + P) / 6

T-Shirt Sizing

  • XS: < 2 hours
  • S: 2-4 hours
  • M: 4-8 hours (1 day)
  • L: 2-3 days
  • XL: 1 week

*Break down anything larger than XL*

Planning Poker

For team estimation, use Fibonacci: 1, 2, 3, 5, 8, 13 story points

Example

User Request: "Plan a website redesign. Team: 1 designer, 2 developers. Deadline: 6 weeks."

Response:

Project: Company Website Redesign

Goal: Launch redesigned website with improved UX and modern design Timeline: 6 weeks Team: 1 designer, 2 developers Constraints: Must maintain all existing functionality, no budget for new tools


Milestones

#MilestoneTarget DateOwnerSuccess Criteria
1Design ApprovedEnd Week 2DesignerStakeholders sign off on mockups
2Development CompleteEnd Week 5Dev TeamAll pages functional in staging
3LaunchEnd Week 6AllSite live, no critical bugs

Phase 1: Discovery & Design (Weeks 1-2)

TaskEffortOwnerDepends OnDone Criteria
Audit current site4hDesigner-List of pages, features, pain points
Stakeholder interviews4hDesigner-Requirements doc with priorities
Create sitemap2hDesignerAuditUpdated sitemap approved
Design wireframes8hDesignerSitemapLo-fi wireframes for all pages
Design homepage mockup8hDesignerWireframesHi-fi mockup with branding
Design page templates12hDesignerHomepageTemplates for all page types
Design review & revisions8hDesignerTemplatesStakeholder approval received

Total Effort: 46 hours (~6 days for 1 designer)


Phase 2: Development Setup (Week 3)

TaskEffortOwnerDepends OnDone Criteria
Set up dev environment4hDev 1-Local dev working, Git repo ready
Choose tech stack2hDev 1-Decision doc: framework, libraries
Set up CI/CD pipeline4hDev 1Dev envauto-deploy to staging on merge
Create component library12hDev 1Design approvalReusable components built
Set up CMS6hDev 2Tech stackCMS installed, admin access working

Total Effort: 28 hours (~3.5 days for 2 devs)


Phase 3: Page Development (Weeks 4-5)

TaskEffortOwnerDepends OnDone Criteria
Develop homepage16hDev 2ComponentsHomepage matches design, responsive
Develop about page8hDev 1HomepagePage complete, responsive
Develop service pages16hDev 1+2HomepageAll service pages done
Develop blog template12hDev 2ComponentsBlog posts display correctly
Develop contact page6hDev 1About pageForm working, sends emails
CMS integration12hDev 2All pagesContent editable in CMS
Mobile responsive testing8hDev 1All pagesWorks on mobile/tablet/desktop
Cross-browser testing6hDev 2ResponsiveWorks in Chrome, Firefox, Safari, Edge

Total Effort: 84 hours (~10 days for 2 devs)


Phase 4: QA & Launch (Week 6)

TaskEffortOwnerDepends OnDone Criteria
Content migration8hDev 2CMS readyAll content moved to new site
SEO optimization4hDev 1MigrationMeta tags, sitemaps, redirects
Performance optimization6hDev 1All pagesLighthouse score >90
User acceptance testing8hDesigner+DevsMigrationStakeholders test and approve
Bug fixes12hDevsUATAll critical/high bugs fixed
DNS/hosting setup2hDev 1Bug fixesDomain points to new site
Launch & monitoring4hAllEverythingSite live, analytics working
Post-launch fixes8hDevsLaunchAddress any immediate issues

Total Effort: 52 hours (~6.5 days for 2 devs + designer)


Dependencies Visualization

Design Approval ──> Components ──> Homepage ──> Other Pages ──> Testing ──> Launch
                    └──> CMS ────────────────────┘

Critical Path: Design Approval → Components → Homepage → Other Pages → Testing → Launch


Risks & Mitigation

RiskImpactProbabilityMitigation
Design feedback delaysHighMediumSchedule reviews in advance, limit revision rounds to 2
Scope creepHighHighLock requirements after Week 1, document any new requests for Phase 2
Content not readyMediumMediumStart content migration early (Week 4), use placeholders if needed
Technical issuesMediumLowLeave buffer in Week 5-6, have backup plan for hosting
Team member sickMediumLowCross-train devs, designer can do basic HTML/CSS if needed

Resource Allocation

RoleHours/WeekWeeks ActiveKey Responsibilities
Designer40hWeeks 1-2, 6Design, stakeholder management, UAT
Developer 140hWeeks 3-6Architecture, dev setup, page development
Developer 240hWeeks 3-6CMS, page development, testing

Total Effort: ~210 hours across 6 weeks


Weekly Checkpoints

  • Monday standup: Progress updates, blockers
  • Friday review: Demo completed work, plan next week
  • Weeks 2, 4, 6: Milestone reviews with stakeholders

Success Metrics

  • Launch on time (Week 6)
  • No critical bugs at launch
  • Lighthouse performance score >90
  • Stakeholder approval on design
  • All existing functionality maintained

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

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

平台分布

Local Agent

86.58%
按下载量换算84

安全审计

暂无安全审计结果可展示。

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills