🦀 ClawHub
Task Planner
by @banxian87
Intelligent task planner using Plan-and-Solve pattern for breaking down goals into actionable steps with timeline and priorities.
TERMINAL
clawhub install ai-task-master📖 About This Skill
name: task-planner description: Intelligent task planner using Plan-and-Solve pattern for breaking down goals into actionable steps with timeline and priorities.
Task Planner
AI-powered task planning assistant that breaks down complex goals into manageable action items.
Features
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
💡 Examples
const planner = new TaskPlanner();
const plan = await planner.createPlan({
goal: '完成网站重构',
deadline: '2026-05-01',
teamSize: 3
});