Remote OpenClaw
Menu
SkillsMCPPluginsFree guideDigestSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Remote OpenClaw
SkillsMCPPluginsFree guideDigestSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise

Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Skills/shubhamsaboo/awesome-llm-apps/project-planner
project-planner logo

project-planner

shubhamsaboo/awesome-llm-apps
4K installs115K stars
Run it on Hostinger →up to 70% off + an extra 10% with code ZACAARON10Free API →

Installation

npx skills add https://github.com/shubhamsaboo/awesome-llm-apps --skill project-planner

Summary

|

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

Score

0–100
63/ 100

Grade

C

Popularity23/30

3,877 installs — solid traction. Source repo has 114,582 GitHub stars.

Completeness19/30

Documented: full SKILL.md body, one-line install. Missing: description, category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Project Planner skill score badge previewScore badge

Markdown

[![Project Planner skill](https://www.remoteopenclaw.com/skills/shubhamsaboo/awesome-llm-apps/project-planner/badges/score.svg)](https://www.remoteopenclaw.com/skills/shubhamsaboo/awesome-llm-apps/project-planner)

HTML

<a href="https://www.remoteopenclaw.com/skills/shubhamsaboo/awesome-llm-apps/project-planner"><img src="https://www.remoteopenclaw.com/skills/shubhamsaboo/awesome-llm-apps/project-planner/badges/score.svg" alt="Project Planner skill"/></a>

Project Planner FAQ

How do I install the Project Planner skill?

Run “npx skills add https://github.com/shubhamsaboo/awesome-llm-apps --skill project-planner” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the Project Planner skill do?

| The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Project Planner skill free?

Yes. Project Planner is a free, open-source skill published from shubhamsaboo/awesome-llm-apps. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Project Planner work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Project Planner works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →

Categories

No Code
View on GitHub

Recommended skills

Browse all →
find-skills logo

find-skills

vercel-labs/skills

2.7M installsInstall
frontend-design logo

frontend-design

anthropics/skills

720K installsInstall
grill-me logo

grill-me

mattpocock/skills

701K installsInstall
agent-browser logo

agent-browser

vercel-labs/agent-browser

596K installsInstall
grill-with-docs logo

grill-with-docs

mattpocock/skills

594K installsInstall
vercel-react-best-practices logo

vercel-react-best-practices

vercel-labs/agent-skills

591K installsInstall

Browse

Skills by category

Frontend250Git198Data154Testing120Design105Docs103Security96Automation87Backend76Devops37Productivity29Mcp23

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

GuideBest Openclaw Skills 2026GuideHow To Evaluate Openclaw Skill Before InstallingGuideOpenclaw Skills Complete Guide

Remote OpenClaw

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

The Agent Stack: weekly agent tooling digest, free.

Explore

  • Home
  • Skills Directory
  • Claude Code Skills
  • Codex Skills
  • MCP Clients
  • Marketplace
  • Hermes Ecosystem
  • Free guide
  • Learn
  • OpenClaw for Creators
  • OpenClaw for Founders
  • Blog
  • The Agent Stack (Digest)

More

  • Submit a Tool
  • Advertise
  • Playbook
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy

Know a company that should advertise here? Refer them and earn 10% — up to $300 per referral.

© 2026 Remote OpenClaw
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed