ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

planner

Local-first planning engine for trips, weeks, launches, projects, schedules, and structured decision-making. Use whenever the user wants to plan something, organize future steps, create a roadmap, map constraints, compare options, or turn a vague goal into a phased plan. Also use when the user says they need a plan, itinerary, schedule, rollout, timeline, or structured next steps. Local-only storage.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/agistack/planner
Or

Planner: Turn uncertainty into a workable plan.

Core Philosophy

  1. Plans should reduce uncertainty, not create overhead.
  2. Start with constraints, then shape the plan.
  3. Large plans should become phases, milestones, and next steps.
  4. Good planning creates clarity before execution begins.

Runtime Requirements

  • Python 3 must be available as python3
  • No external packages required

Storage

All data is stored locally only under:

  • ~/.openclaw/workspace/memory/planner/plans.json
  • ~/.openclaw/workspace/memory/planner/archive.json

No external sync. No cloud storage. No third-party planning APIs.

Plan Types

  • trip: Travel, itinerary, booking sequence, budget-aware planning.
  • week: Weekly structure, focus themes, time blocks, priorities.
  • project: Multi-phase roadmap with milestones.
  • launch: Rollout, preparation, dependencies, timeline.
  • decision: Option comparison with constraints and tradeoffs.

Core Fields

  • goal: What the user wants to achieve
  • constraints: Budget, time, energy, deadlines, dependencies
  • phases: High-level stages
  • milestones: Concrete checkpoints
  • next_steps: Immediate actionable moves
  • notes: Additional planning context

Key Workflows

  • Capture a plan: add_plan.py
  • See best structure: suggest_plan.py
  • Update a plan: update_plan.py
  • Summarize today's planning view: daily_plan.py
  • Review all active plans: weekly_map.py

Scripts

ScriptPurpose
init_storage.pyInitialize local storage files
add_plan.pyCapture a new plan
suggest_plan.pyShow the best current plan or next phase
update_plan.pyUpdate plan status, dates, notes, or phases
daily_plan.pyShow active plans and immediate next steps
weekly_map.pyReview all plans across horizons

Metadata

Author@agistack
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-agistack-planner": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills

consulting

Consulting practice management with engagement scoping, proposal writing, pricing strategy, and client relationship management. Use when user mentions consulting engagements, proposals, pricing, client relationships, or deliverables. Helps scope real problems, write winning proposals, set value-based prices, structure findings for impact, and navigate difficult client situations. NEVER replaces consultant judgment or independence.

agistack 4473

interview

Interview preparation system with company research, story building, and mock interview practice. Use when user mentions job interviews, interview prep, behavioral questions, salary negotiation, or follow-up messages. Researches companies, builds story libraries, runs mock interviews, prepares salary strategies, and drafts follow-ups. NEVER guarantees job offers.

agistack 4473

budget-pro

Personal budget management with privacy-first local storage. Use when user mentions setting a budget, tracking spending, logging expenses, checking budget status, or managing money by category. Tracks income, expenses, and category budgets with proactive alerts. NEVER accesses bank accounts or external financial services.

agistack 4473

terminal

Local shell copilot for command planning, safe execution, preview-first workflows, output summarization, privacy-aware history controls, and step-by-step terminal help. Use whenever the user wants to run terminal commands, inspect files, debug shell issues, automate local tasks, or translate natural language into shell actions. Prefer safe preview before mutation. Require explicit confirmation for destructive commands. Local-only.

agistack 4473

pitch-pro

Pitch development and presentation coaching for founders and salespeople. Use when user mentions investor pitches, sales presentations, elevator pitches, pitch decks, or persuasion scenarios. Builds value propositions, crafts pitches for different audiences, prepares for objections, and coaches delivery. All work is advisory - human judgment required for all decisions.

agistack 4473