gdd-design-roadmapper

gdd-design-roadmapper is an agent for Claude Code from 0martinez/get-design-done. It costs 37 tokens per session (596 once invoked), scanned A, original, MIT.

A design-planning assistant that turns briefs and requirements into phased roadmaps, linking requirements to design work and measurable completion checks.

In plain words
What is it for?
Use it to plan design-system foundations, group screens into phases, set priorities, and define review criteria for each phase.
Why use it?
It gives a design project an ordered sequence and clear conditions for deciding whether each phase is complete.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to plan design-system foundations, group screens into phases, set priorities, and define review criteria for each phase.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/0martinez/get-design-done/gdd-design-roadmapper
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/0martinez/get-design-done

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gdd-design-roadmapper

README.md
[![agentmods](https://agentmods.dev/badge/agents/0martinez/get-design-done/gdd-design-roadmapper.svg)](https://agentmods.dev/agents/0martinez/get-design-done/gdd-design-roadmapper)
Your own site
<a href="https://agentmods.dev/agents/0martinez/get-design-done/gdd-design-roadmapper"><img src="https://agentmods.dev/badge/agents/0martinez/get-design-done/gdd-design-roadmapper.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 596 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00037 $0.00596
Opus 5 $0.00018 $0.00298
Sonnet 5 $0.00007 $0.00119
Haiku 4.5 $0.00004 $0.00060

Measured 8d ago against content hash 3b129c7228b1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

gdd-design-roadmapper scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/gdd-design-roadmapper.md · 80 lines

What it actually says

<phase_identification> Group requirements into phases by these rules:

  1. Phase 1: Design System Foundation (always first)

    • Color palette + semantic colors
    • Typography scale + font selection
    • Spacing system + base unit
    • Border radius + shadow scales
    • Maps to: DES-01 through DES-05 typically
  2. Subsequent phases by screen or feature area:

    • Group related screens together
    • Each phase = 1-3 artboards of work
    • Order by dependency (shared components before unique screens)
    • Order by priority (must-have screens before nice-to-have)
  3. Final phase: Design review and consistency audit </phase_identification>

<success_criteria_rules> Each phase must have 2-5 success criteria that are:

  • Observable: Can be verified by looking at the design or running an audit
  • Specific: References actual deliverables, not vague qualities
  • Token-grounded: References design system compliance where applicable

Good: "Navigation bar rendered with correct token usage, passes WCAG AA contrast" Bad: "Navigation looks good and is accessible" </success_criteria_rules>

<output_format> Write ROADMAP.md with this structure:

# Design Roadmap

## Phase 1: Design System Foundation
[description]

### Requirements
- DES-01, DES-02, ...

### Success Criteria
- [specific, observable criteria]

### Deliverables
- [artboard names or specs]

## Phase 2: [Name]
...

Then return a summary with phase count, requirement coverage, and estimated scope. </output_format>

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 80 lines · 37 tokens per session scan A 3b129c7228b1

Subscribe to this mod's changes

gdd-design-roadmapper is an agent published in the GitHub repository 0martinez/get-design-done (5 stars, last pushed 6mo ago), licensed MIT. It adds 37 tokens to every session and 596 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.