planning

Decompose goals into ordered, actionable steps with assigned tools and completion criteria.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/jonjonbinx1/SolixAI-Marketplace --skill planning-jonjonbinx1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning
Source: https://github.com/jonjonbinx1/SolixAI-Marketplace/tree/main/skills/base/planning
Command: npx skills add https://github.com/jonjonbinx1/SolixAI-Marketplace --skill planning-jonjonbinx1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill transforms vague objectives into ordered, actionable plans so agents and teams can execute reliably, avoid wasted effort, and make progress measurable.

Core Features & Use Cases

  • Goal Clarification: Restates and disambiguates user objectives to ensure the plan targets the correct outcome.
  • Task Decomposition: Breaks work into atomic, ordered steps with completion criteria and tool assignments.
  • Risk Identification & Mitigation: Flags potential failure points and suggests fallbacks for robust execution.
  • Use Case: Plan a release, debug a complex bug, scope a research task, or prepare a deployment checklist.

Quick Start

Use the planning skill to decompose the objective "migrate the database with zero downtime" into an ordered, tool-assigned plan with risks and fallback steps.

Frequently Asked Questions about planning

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

FAQPage Schema
How do I break down a project goal into actionable steps?

Task decomposition breaks project goals into ordered, atomic steps with assigned tools, completion criteria, and risk mitigations to ensure reliable execution. This prevents wasted effort and makes progress measurable.

What is the best way to plan a zero downtime database migration?

Planning a zero downtime database migration requires disambiguating the objective, then decomposing it into ordered, tool-assigned steps. The output is a numbered action plan with completion criteria, risk mitigations, and fallback steps for robust execution.

How does risk assessment work during task decomposition?

Risk assessment during task decomposition flags potential failure points in the ordered steps and suggests fallback steps. It identifies constraints to ensure the action plan anticipates issues and executes robustly.

Can I use this to scope a research task or prepare a deployment checklist?

Yes, you can scope a research task or prepare a deployment checklist. The skill restates your objectives, breaks work into atomic steps, and coordinates available tools to output an executable plan with clear completion criteria.

What inputs do I need to generate an action plan with assigned tools?

Generating an action plan with assigned tools requires a clear goal input. You can optionally provide constraints and availableTools so the task decomposition can coordinate them into ordered steps with appropriate risk mitigations.