Skills task-planner

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

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/banxian87/ai-task-master" ~/.claude/skills/openclaw-skills-task-planner && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/banxian87/ai-task-master" ~/.openclaw/skills/openclaw-skills-task-planner && rm -rf "$T"
manifest: skills/banxian87/ai-task-master/SKILL.md
source content

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