ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

task-planner

Intelligent task planner using Plan-and-Solve pattern for breaking down goals into actionable steps with timeline and priorities.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/banxian87/ai-task-master
Or

Task Planner

AI-powered task planning assistant that breaks down complex goals into manageable action items.


Features

  • Goal Breakdown: Split big goals into small tasks
  • Timeline Planning: Realistic scheduling
  • Priority Assignment: Eisenhower matrix
  • Progress Tracking: Monitor completion

Usage

const planner = new TaskPlanner();
const plan = await planner.createPlan({
  goal: '完成网站重构',
  deadline: '2026-05-01',
  teamSize: 3
});

Installation

clawhub install task-planner

License

MIT


Version

1.0.0


Created

2026-04-02

Metadata

Author@banxian87
Stars4473
Views1
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-banxian87-ai-task-master": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.