Skip to main content
Glama

generate_adr_todo

Decompose ADRs into paired test and production tasks (TDD). Generate TODO.md linking tasks to milestones, preserving manual edits, and moving deprecated ADR tasks to a stale section. Idempotent re-runs avoid duplicates.

Instructions

Generate TODO.md from ADRs with comprehensive task breakdown. Decomposes each ADR into paired test+production tasks (TDD), links tasks to release milestones, and preserves manual edits via a bounded HTML-comment section. Re-runs are idempotent; tasks for deleted/superseded ADRs move to a Stale Tasks section.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adrDirectoryNoDirectory containing ADR files (relative to projectPath)docs/adrs
scopeNoWhich ADRs to decompose: all, pending (proposed/draft), or accepted onlypending
projectPathNoProject root path (defaults to current working directory)
todoPathNoOutput TODO file (relative to projectPath)TODO.md
phaseNoTDD pairing — "both" emits paired test+production tasks (default), "production" or "test" narrows outputboth
linkToMilestonesNoLink generated tasks to release milestones (local + GitHub merged)
dryRunNoCompute changes but do not write TODO.md (preview only)
Behavior5/5

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

With no annotations, the description fully discloses key behaviors: TDD pairing, milestone linking, preservation of manual edits via HTML comments, idempotency, and handling of stale tasks for deleted/superseded ADRs. This exceeds expectations.

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 concise (4 sentences, ~90 words) and front-loaded. Each sentence adds value: purpose, decomposition details, manual edit handling, idempotency/stale tasks. No redundant or wasted text.

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?

The description covers the core process and key behaviors well, but lacks details about the output format (structure of TODO.md, task formatting, milestone integration). Given no output schema, slightly more on output would improve completeness.

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 baseline is 3. The description adds context like 'TDD pairing' and 'preview only' for dryRun, but does not provide significant additional meaning beyond the schema's own descriptions.

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 generates a TODO.md file from ADRs with a comprehensive task breakdown. It specifies the TDD approach, linking to milestones, and idempotent re-runs, distinguishing it from sibling tools like generate_adr_bootstrap.

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 implies usage when a task breakdown from ADRs is needed, but does not explicitly compare to alternatives or provide when-to-use/when-not-to-use guidance. The context of sibling tools suggests use cases, but the description itself lacks this clarity.

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/tosin2013/mcp-adr-analysis-server'

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