Skip to main content
Glama

generate_roadmap

Packs ranked backlog into a quarterly roadmap markdown, respecting engineering capacity and a buffer, splitting into commitments and stretch goals.

Instructions

Pack the ranked backlog into a quarterly roadmap markdown, respecting an engineering capacity envelope (in engineer-months × 4 person-weeks) minus a buffer (default 20%). Uses a greedy score-per-effort packer — items with the highest RICE-per-pw ratio land first. Output is split into P0 commitments / P1 commitments / P2 stretch / Deferred / Capacity summary. Required: capacity_engineer_months (float), period (str like 'Q3 2026'). Optional: okr (str — pinned at top), method (default 'rice'), buffer_pct (default 20). Returns {markdown, scheduled[], deferred[], capacity_used_pw, capacity_total_pw, buffer_pw, method, period}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
capacity_engineer_monthsYes
periodYes
okrNo
methodNorice
buffer_pctNo
statusNo
labelNo
Behavior5/5

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

With no annotations, the description fully shoulders the burden. It discloses the algorithm (greedy score-per-effort packer using RICE-per-pw ratio), the output structure (markdown with sections, capacity metrics), and parameter semantics, providing comprehensive behavioral transparency.

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

Conciseness5/5

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

The description is a single well-structured paragraph of about 5 sentences. It begins with the main action, then algorithm, output, parameters, and return shape—all concisely stated with no redundancy.

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 7 parameters, no annotations, and no output schema, the description covers most aspects: algorithm, required/optional inputs, and return structure. It lacks explanation for status and label and does not mention prerequisites or side effects, but is largely complete.

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

Parameters4/5

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

The description adds meaning to 5 of 7 parameters (capacity_engineer_months, period, okr, method, buffer_pct) by explaining units, defaults, and constraints. However, it omits status and label, which have no schema descriptions (coverage 0%), leaving a gap.

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 purpose: 'Pack the ranked backlog into a quarterly roadmap markdown.' It specifies the verb (pack), resource (ranked backlog), and output format (quarterly roadmap markdown with sections like P0 commitments, etc.), distinguishing it from siblings like rank_backlog.

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

Usage Guidelines3/5

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

The description does not explicitly state when to use this tool versus alternatives. It implies the tool should be used after backlog ranking, but no direct guidance on when not to use or comparison with sibling tools like analyze_roadmap_balance is provided.

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/kao273183/mk-plan-master'

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