create-plan

Create structured execution plans for multi-step tasks with sequential tool calls.

2.0k|267|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/openakita/openakita --skill create-plan-openakita
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-plan
Source: https://github.com/openakita/openakita/tree/main/skills/system/create-plan
Command: npx skills add https://github.com/openakita/openakita --skill create-plan-openakita

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines complex, multi-step tasks by creating a structured execution plan, ensuring that sequential operations are performed correctly and efficiently.

Core Features & Use Cases

  • Task Decomposition: Breaks down complex requests into manageable, sequential steps.
  • Dependency Management: Defines clear dependencies between steps, ensuring order of operations.
  • Tool Orchestration: Assigns specific tools or skills to individual steps for targeted execution.
  • Use Case: For a request like "Open Google, search for 'weather', and take a screenshot," this skill would create a plan with steps for browser_navigate, browser_type, and browser_screenshot, ensuring each action happens in the correct order.

Quick Start

Use the create-plan skill to define a task summary and a list of steps with their descriptions and dependencies.

Frequently Asked Questions about create-plan

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

FAQPage Schema
How do I orchestrate multi-step tasks requiring sequential tool calls?

To orchestrate multi-step tasks, you can define a structured execution plan that breaks down complex workflows into sequential steps, assigns specific tools to each step, and manages dependencies to ensure correct operation order.

What is task decomposition for complex workflows and when is it needed?

Task decomposition for complex workflows is the process of breaking down a large request into manageable, sequential operations. It is needed when a task requires multiple dependent steps, such as web navigation followed by data input and information capture.

How do I create a structured execution plan for agentic task execution?

You create a structured execution plan by defining a task summary and a list of sequential steps. For each step, you specify its description, assign the appropriate tool or skill for targeted execution, and define its dependencies.

Can I manage dependencies between sequential operations in a multi-step task?

Yes, you can manage dependencies between sequential operations. By defining clear dependencies between steps, the plan ensures that each action in a complex workflow only executes after its prerequisite steps are completed.

Does this approach work for web navigation and information capture workflows?

Yes, it works for web navigation and information capture workflows. For a request to open a search engine and take a screenshot, it creates a plan assigning specific tools to navigate, type, and capture the screen in the correct sequence.