planAuto-learns when to plan vs execute directly. Adapts planning depth to task type. Improves strategy through outcome tracking.
Install via ClawdBot CLI:
clawdbot install ivangdavila/planSome tasks fail when rushed. Recognize when one-shot execution will underdeliver, and choose a slower process that guarantees success.
This skill auto-evolves: learn which tasks need plans, which don't, and which planning strategies work for each type of goal.
Check strategies.md for planning approaches. Check outcomes.md for tracking and learning.
Before executing, ask:
| Signal | One-shot OK | Plan needed |
|--------|-------------|-------------|
| Task done before successfully | ā | |
| Clear single deliverable | ā | |
| Reversible if wrong | ā | |
| Multiple components | | ā |
| Dependencies between steps | | ā |
| High stakes / hard to redo | | ā |
| Ambiguous success criteria | | ā |
| Estimated >30 min work | | ā |
Default: When uncertain, plan. A quick plan costs minutes; a failed one-shot costs hours.
| Level | When | Format |
|-------|------|--------|
| L0 | Trivial, done before | No plan, just execute |
| L1 | Simple, low risk | Mental checklist, no doc |
| L2 | Medium complexity | Bullet list, share with human |
| L3 | Complex, multi-step | Detailed plan with milestones |
| L4 | High stakes, novel | Full plan + human validation required |
š Plan: [Goal]
Context: [Why this needs planning]
Steps:
1. [Step] ā [output/checkpoint]
2. [Step] ā [output/checkpoint]
3. [Step] ā [output/checkpoint]
Risks:
- [Risk] ā [mitigation]
Estimated time: [X hours/days]
Validation needed: [Yes/No]
Ready to start?
Track which plan types need human validation:
### Auto-Execute (no validation needed)
- refactor/small: L2 plans [10+ successful]
- deploy/staging: L2 plans [15+ successful]
### Validate First
- feature/new: L3+ plans [human wants to review scope]
- migration/data: L4 plans [high risk]
### Learning
- api/integration: testing L2 auto-execute [3/5 runs]
Promotion rule: After 5+ successful auto-executes of a plan type, confirm: "Should I auto-start [type] plans without validation?"
After each planned task completes, record:
## [Date] [Task Type]
- Plan level: L3
- Strategy: [approach used]
- Outcome: ā
success | ā ļø partial | ā failed
- Lesson: [what worked/didn't]
- Adjustment: [change for next time]
Different goals need different planning strategies. Track what works:
### Code Features
- ā
Works: API design first, then implementation
- ā Failed: Parallel implementation without interface agreement
- Adjustment: Always define interfaces before coding
### Migrations
- ā
Works: Dry-run ā staged rollout ā full
- ā Failed: Big bang migration without rollback plan
- Adjustment: Always require rollback step in migration plans
### Research
- ā
Works: Timeboxed exploration with checkpoints
- ā Failed: Open-ended research without scope limits
- Adjustment: Always set max time and output format upfront
Plans should get better over time. Track patterns:
Length optimization:
Component optimization:
| Don't | Do instead |
|-------|------------|
| Plan everything | Learn what doesn't need planning |
| Same plan depth for all tasks | Adapt depth to task type |
| Ignore failed plans | Track outcomes, adjust strategy |
| Over-plan familiar tasks | Demote plan level after successes |
| Under-plan novel tasks | Default to higher plan level |
| Static planning approach | Evolve strategy per task type |
Empty tracking sections = early stage. Execute, track outcomes, learn. The goal is adaptive planning that matches effort to need.
Generated Mar 1, 2026
A development team uses the Plan skill to handle new feature requests, especially those with multiple components like API design, database changes, and frontend updates. It helps decide between one-shot execution for minor tweaks and detailed planning for complex features, ensuring interfaces are defined before coding to avoid rework.
A financial institution employs the Plan skill for migrating sensitive customer data between systems. It defaults to high-stakes planning (L4) with human validation, using strategies like dry-runs and staged rollouts to minimize risks and ensure compliance, tracking outcomes to refine future migration plans.
A marketing team applies the Plan skill to launch multi-channel campaigns involving content creation, social media, and analytics. It assesses signals like dependencies and estimated time to choose planning levels, from quick checklists for routine posts to detailed plans for high-stakes product launches, optimizing based on past successes.
A healthcare R&D unit uses the Plan skill for exploratory projects, such as developing new medical protocols. It prevents open-ended research by setting timeboxed exploration with checkpoints, adapting planning depth to novelty and stakes, and tracking outcomes to improve strategy for future studies.
An IT operations team leverages the Plan skill for deploying new infrastructure, like server upgrades or cloud migrations. It evaluates risks and dependencies to select planning levels, from L0 for trivial updates to L4 for high-stakes deployments, ensuring rollback steps are included and learning from each outcome to streamline processes.
Offer the Plan skill as part of a subscription-based AI tool for project management and task automation. Revenue comes from monthly or annual fees, with tiers based on features like advanced outcome tracking and integration capabilities, targeting teams in tech and consulting.
Provide consulting services to help organizations implement the Plan skill into their workflows, including custom strategy development and training sessions. Revenue is generated through project-based fees and ongoing support contracts, focusing on industries with complex projects like finance and healthcare.
License the Plan skill as an enterprise-grade solution integrated into existing platforms like Jira or Asana. Revenue comes from one-time licensing fees or annual enterprise agreements, with add-ons for analytics and compliance features, targeting large corporations in regulated sectors.
š¬ Integration Tip
Integrate the Plan skill into existing project management tools via APIs to auto-trigger planning decisions based on task metadata, and set up webhooks for real-time outcome tracking to feed into learning algorithms.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection