task-planner
Intelligent task planner using Plan-and-Solve pattern for breaking down goals into actionable steps with timeline and priorities.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/banxian87/ai-task-masterTask 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-banxian87-ai-task-master": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
agent-architecture-patterns
AI Agent architecture patterns library with 10 patterns for single and multi-agent systems
ai-code-generator
AI code generator using Plan-and-Solve + ReAct for generating complete, runnable code from requirements and specifications.
ai-email-master
Professional email writing assistant with tone adjustment, template library, grammar checking, and response suggestions. Supports formal, casual, persuasive, and empathetic tones for business communication.
research-assistant
Research assistant using ReAct + Plan-and-Solve for web research, information synthesis, and report generation with citations.
content-creator-assistant
AI writing assistant using Reflection + Tree of Thoughts for high-quality content creation. Generates articles, blogs, and documentation with iterative refinement.