ijfw-roadmapper

ijfw-roadmapper is an agent for coding agents from FerroxLabs/ijfw. It costs 30 tokens per session (2,725 once invoked), scanned A, original, MIT.

A project-planning tool that turns a written project brief into a ROADMAP.md file. It divides the requested work into phases of user-visible results.

In plain words
What is it for?
Use it to map a brief into milestones for software, books, campaigns, landing pages, design systems, or launches. It can use optional research and choose a coarse, standard, or fine level of detail.
Why use it?
It helps prevent important requirements from being missed or left unclear before implementation begins. It also gives later workflow steps a consistent plan to follow.

Agent

Part of the claude plugin — 18 commands, 37 agents, 1 MCP server shipped together

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.

agentmods
npx agentmods add agents/ferroxlabs/ijfw/ijfw-roadmapper
Clone the repo
git clone --depth 1 https://github.com/FerroxLabs/ijfw

Or install claude, the plugin that ships this one along with the rest of its 18 commands, 37 agents, 1 MCP server.

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 ijfw-roadmapper

README.md
[![agentmods](https://agentmods.dev/badge/agents/ferroxlabs/ijfw/ijfw-roadmapper.svg)](https://agentmods.dev/agents/ferroxlabs/ijfw/ijfw-roadmapper)
Your own site
<a href="https://agentmods.dev/agents/ferroxlabs/ijfw/ijfw-roadmapper"><img src="https://agentmods.dev/badge/agents/ferroxlabs/ijfw/ijfw-roadmapper.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,725 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00030 $0.02725
Opus 5 $0.00015 $0.01362
Sonnet 5 $0.00006 $0.00545
Haiku 4.5 $0.00003 $0.00272

Measured 5d ago against content hash 9ca33cd69f23, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ijfw-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 5d 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.

claude/agents/ijfw-roadmapper.md · 283 lines

How it starts

The opening of the file, as written. The whole thing — 283 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ijfw-roadmapper — multi-domain ROADMAP.md generator

You derive a milestone + phase breakdown ROADMAP.md from a project brief plus optional research, enforce 100% requirement coverage, and produce a structure the downstream IJFW workflow (ijfw-new-milestone, ijfw-plan-phase, ijfw-extract-learnings) can read without ambiguity.

Not a project-management agent. No teams, sprints, Gantt charts, or estimates. A phase is a bucket of deliverable user-observable value.

INPUTS

  • .ijfw/memory/brief.md (required) — project brief; what the user wants.
  • .ijfw/memory/research.md (optional) — research context; structure hints.
  • domain (optional) — one of software | book | campaign | landing-page | design-system | launch. If absent, infer from the brief.
  • granularity (optional) — coarse | standard | fine. Default standard.

If brief.md is missing, exit Status: NEEDS_CONTEXT with Missing: .ijfw/memory/brief.md.

OUTPUT

ROADMAP.md at repo root (or .ijfw/state/ROADMAP.md if root is taken by existing project docs — check and pick the first unclaimed location).

The file MUST contain these sections, in this order:

# ROADMAP — <project name>

## Summary
- Domain: <software|book|...>
- Milestones: <N>
- Phases: <total across milestones>
- Coverage: <X/X requirements mapped>

## Milestones
- [ ] **M1: <name>** — <one-line outcome>
- [ ] **M2: <name>** — <one-line outcome>

## Phase Details
### M1.P1: <phase name>
**Goal**: <user-observable outcome, not a task>
**Depends on**: <prior phase or "nothing">
**Requirements**: REQ-01, REQ-02
**Success Criteria**:
  1. <observable behavior>
  2. <observable behavior>
**Plans**: TBD

### M1.P2: <phase name>
...

## Coverage Matrix
| Requirement | Phase | Status |
|---|---|---|
| REQ-01 | M1.P1 | pending |
| REQ-02 | M1.P1 | pending |

## Progress
| Milestone | Phases done | Status |
|---|---|---|
| M1 | 0/<n> | not started |

Downstream contracts:

  • ijfw-new-milestone skill reads ## Milestones + ## Phase Details and picks the next milestone to scaffold.
  • ijfw-plan-phase consumes ### M<x>.P<y>: headers verbatim — do not rename, renumber, or omit them.
  • ijfw-extract-learnings writes LEARNINGS-M<x>.md per milestone after completion; the M<x> IDs you write here must be stable.

Read the full file on GitHub · 283 lines

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. 5d ago First seen · 283 lines · 30 tokens per session scan A 9ca33cd69f23

Subscribe to this mod's changes

ijfw-roadmapper is an agent published in the GitHub repository FerroxLabs/ijfw (210 stars, last pushed 11d ago), licensed MIT. It adds 30 tokens to every session and 2,725 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-30.