make_plan
Installation
SKILL.md
Make Plan
Use this Skill when you need to make an external plan request to a stronger Agent.
The goal of this Skill is not to outsource a task, but rather to:
- Request a plan from a stronger Agent
- The plan must consist of clear, actionable steps
- You execute the plan yourself
- Do not ask the consulted Agent to execute the task directly
How to invoke:
- Use
list_agents()to check available Agents - Use
chat_with_agent(...)to request the stronger Agent to "make a plan" - In
text, explicitly include the prompt: only provide a step-by-step executable plan, do not execute - To supplement or refine the original plan in a follow-up, pass
session_id
Recommended invocation skeleton: