Task Planner

Manage structured, multi-phase task plans with JSON state persistence.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/GarrettRoi/open-manus --skill task-planner-garrettroi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Task Planner
Source: https://github.com/GarrettRoi/open-manus/tree/main/skills/task-planner
Command: npx skills add https://github.com/GarrettRoi/open-manus --skill task-planner-garrettroi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps organize and track progress on complex, multi-step tasks by defining and managing distinct phases.

Core Features & Use Cases

  • Task Planning: Define a clear goal and break it down into sequential phases.
  • Progress Tracking: Mark phases as complete and advance to the next step.
  • Use Case: Before starting a large software development project, use this skill to outline phases like 'Requirements Gathering', 'Design', 'Development', 'Testing', and 'Deployment', then update the plan as each phase is completed.

Quick Start

Use the task planner to create a new plan with the goal of 'Launch new marketing campaign' and phases 'Strategy', 'Content Creation', and 'Execution', starting with phase 1.

Frequently Asked Questions about Task Planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure and manage multi-phase project plans within an agent workspace?

To structure multi-phase project plans, you can define a clear goal and break it down into sequential phases. This task management approach tracks progress by updating and advancing phases as they are completed.

What's the best way to track sequential phases for complex task management?

Sequential phase tracking is managed by creating a structured task plan and marking phases as complete. You advance to the next step in the sequence, requiring a JSON file for state persistence within the agent's workspace.

Do I need a JSON file to persist task management state for project planning?

Yes, you need a JSON file for state persistence. The task planner uses this file to save and manage the structured, multi-phase task plans, ensuring progress is tracked accurately across the project lifecycle.

Can I use this task planner to outline software development phases like testing and deployment?

Yes, you can outline software development phases like Requirements Gathering, Design, Development, Testing, and Deployment. You create a plan with these sequential phases and update the status as each step is finished.

How does goal setting work when creating a new task plan?

Goal setting involves defining a specific objective, such as launching a marketing campaign, and establishing sequential phases like Strategy, Content Creation, and Execution. The plan starts at phase one and advances sequentially.

Are there limitations to using phase tracking for complex workflow organization?

The primary limitation is the dependence on a JSON file for state persistence in the workspace. Complex workflow organization relies on this structured file to accurately replicate plan tool functionality and track progress.