make_plan

Query stronger agents for a concrete plan and execute multi-step tasks locally.

839|277|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/matevip/mateclaw --skill make-plan-matevip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make_plan
Source: https://github.com/matevip/mateclaw/tree/main/mateclaw-server/src/main/resources/skills/make_plan
Command: npx skills add https://github.com/matevip/mateclaw --skill make-plan-matevip

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires listAvailableAgents, delegateToAgent, skillFileTool.

What problem does it solve?

Coordinating multi-step tasks often requires external expertise. This skill enables you to request a concrete, executable plan from a stronger agent and execute it locally, maintaining control over the execution process and ensuring traceability.

Core Features & Use Cases

  • Query available agents and select the most capable for planning.
  • Request a detailed, step-by-step plan with clear dependencies and checkpoints.
  • Save the plan to the workspace for traceability (optional).
  • Extract actionable steps and execute them within your environment.
  • Use prompts to refine steps if necessary to increase specificity.

Quick Start

When faced with a multi-step task, request a concrete plan from a stronger agent and then execute it step by step.

Frequently Asked Questions about make_plan

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

FAQPage Schema
How do I coordinate multi-step tasks with dependencies across different modules?

To coordinate multi-step tasks across modules, you can query a stronger agent for a concrete, executable plan and execute it locally step by step, ensuring clear dependencies and checkpoints are maintained throughout the workflow.

What is the best way to generate a detailed execution plan before starting multi-system work?

Generating a detailed execution plan involves delegating the planning phase to a more capable agent, which produces a step-by-step strategy with clear dependencies that you can then execute and track within your local environment.

Do I need specific tools to discover and delegate tasks to stronger agents?

Yes, task delegation requires the listAvailableAgents and delegateToAgent tools to discover capable agents and request plans, alongside the skillFileTool to persist the generated plan in your workspace for traceability.

Can I save a multi-step workflow plan to my workspace for later traceability?

Yes, you can save the multi-step workflow plan to your workspace using the skillFileTool, which preserves the detailed plan for future reference and ensures full traceability of the execution steps and dependencies.

How do I refine actionable steps if the initial agent plan lacks specificity?

To refine actionable steps lacking specificity, you can use targeted prompts to request more detailed instructions from the stronger agent, ensuring each step in the multi-step plan is concrete enough for local execution.