Skip to main content
Glama

Squad Plan

squad_plan

Breaks down a task into sequenced steps and produces an implementation-ready plan by routing to the Task Planner.

Instructions

Run the squad's planning stage. Routes to the Task Planner (squad lead role) at the confirm tier to break a task down, sequence the work, and produce an implementation-ready plan. Planning is non-parallel and lands no change without confirmation. Delegated execution: returns the Coordinator persona, matched routing, and a framed dispatch request for the host to run. Use for "plan", "break down", "sequence", or "design plan" requests.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoOptional autonomy mode for the turn.
tierNoOptional model-tier hint overriding the coordinator's cost-first default.
ownerNoOptional Member Name from team.md to pick a specific named member.
squadNoOptional federation sub-squad to target (state under .copilot-tracking/squad/members/<name>/); omit outside a federation.
contextNoOptional free-form context (research artifacts, constraints) to frame the plan.
profileNoOptional squad profile to seed when the project has no squad yet.
requestYesThe work to plan this turn.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden. It discloses key behaviors: planning is non-parallel, no changes are landed without confirmation, and returns the Coordinator persona, matched routing, and a framed dispatch request. It does not cover auth needs or rate limits, but the return value detail is valuable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is four sentences, front-loaded with the main purpose and followed by supporting details. It is efficient but could be slightly tighter without losing clarity. Every sentence adds value, making it well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (7 parameters, no output schema), the description adequately covers the workflow, routing, and return structure. It explains when to use it and how it operates, though it could elaborate on the meaning of the returned dispatch request for the host. Overall, it is sufficiently complete for an agent to select and invoke the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description does not add extra meaning for individual parameters beyond what the schema already provides (e.g., 'request' is described simply as 'The work to plan this turn'). No additional context is given for parameters like 'mode', 'tier', or 'context' that would enhance understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's specific verb and resource: 'Run the squad's planning stage.' It elaborates on routing to Task Planner, breaking down tasks, sequencing work, and producing an implementation-ready plan, distinguishing it from sibling tools like squad_architect and squad_run by specifying use cases ('plan', 'break down', 'sequence', 'design plan').

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly lists trigger phrases: 'Use for "plan", "break down", "sequence", or "design plan" requests.' It also clarifies that planning is non-parallel and requires confirmation. However, it does not provide explicit exclusions or contrast with specific sibling tools, leaving some ambiguity about when not to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Peter-N91/hve-squad-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server