Purpose
Transform specs and vision into an executable roadmap:- Business milestones (revenue, user acquisition, market timing, compliance)
- Technical milestones (infrastructure, production hardening, debt paydown)
- Dependency-aware phasing with parallel work lanes
- Board-ready todo.md with
[BIZ]/[TECH]/[BOTH]tags - Stage-calibrated prioritization
When to Use
- After running
project-specorcodebase-map - Planning development phases for a new or existing project
- Aligning business goals with technical prerequisites
- Estimating timelines and resource needs
- Preparing for fundraising or stakeholder presentations
- Organizing backlog for team execution
What It Generates
- todo.md - Phased roadmap in board-fill format with business and technical items
- .hatch3r-session.json - Updated with roadmap goals and context
- AGENTS.md - Optional project README with current roadmap focus
Sub-Agent Architecture
Spawns 2 parallel researcher sub-agents using the Task tool:Business Priority Researcher
Researches market timing windows, competitive pressure, revenue-impact ordering, regulatory deadlines, and user acquisition channel requirements using web search.
Workflow
Load Project Context
Reads existing documentation (technical specs, business specs, ADRs, health report, todo.md), loads session context, gathers company stage and business goals.
Analyze & Categorize Work
Extracts requirements from specs, ADRs, health report, and GitHub issues. Categorizes by scope (
[BIZ]/[TECH]/[BOTH]), domain, type, effort, impact, and dependencies.Spawn Parallel Researchers
Launches business priority and technical readiness researchers with full context, company stage, market pressures, and categorized work items.
Generate Dual-Lens Roadmap
Merges research intelligence to build business milestones lane and technical milestones lane. Maps dependencies and identifies parallel work lanes.
Generate todo.md
Produces priority-ordered backlog with items tagged, dependencies noted, and source specs referenced. Handles existing todo.md (replace/append/merge).
Priority Tier Rules
| Phase | Label | Business Criteria | Technical Criteria |
|---|---|---|---|
| P0 | Critical / Launch Blockers | Revenue-blocking features, regulatory deadlines, market windows | Security fixes, data integrity, core infrastructure |
| P1 | Core Features | Primary value delivery, conversion-critical flows, first GTM channel | Essential integrations, performance baselines, CI/CD |
| P2 | Important | Secondary features, retention improvements, additional GTM channels | Quality improvements, refactors, testing gaps, monitoring |
| P3 | Nice to Have | Polish, upsell features, market expansion | Optimizations, non-critical enhancements, developer experience |
| P4+ | Future Ideas | Long-term market plays, new segments | Long-term architecture evolution, experimental tech |
Business Milestones Lane
- Revenue milestones: Launch, first paying customer, MRR targets, break-even
- User acquisition milestones: Beta launch, public launch, growth targets, market expansion
- Market timing milestones: Competitive windows, seasonal peaks, conference launches
- Compliance milestones: Certifications, audits, regulatory deadlines
- Fundraising milestones: Metrics needed for next round, demo-ready state
Technical Milestones Lane
- Infrastructure readiness: MVP infra, scaling infra, multi-region, enterprise-grade
- Production hardening: Monitoring, alerting, incident response, SLA readiness
- Technical debt paydown: Prioritized by business impact (velocity improvement)
- Platform capabilities: APIs, integrations, extensibility, developer experience
- Security & compliance: Auth hardening, vulnerability scanning, audit trails
Stage-Adaptive Prioritization
- Pre-revenue / Early-revenue: Prioritizes speed-to-market, front-loads core value delivery and MVP infrastructure, defers polish and scale
- Growth: Prioritizes scaling bottlenecks and retention features, balances new features with production hardening
- Scale / Enterprise: Prioritizes reliability, compliance, and governance, front-loads SLA readiness and security hardening
Examples
SaaS Launch Roadmap
Growth-Stage Marketplace Roadmap
Cross-Command Integration
After completion, recommended next steps:board-fill- Create GitHub issues from todo.mdboard-pickup- Start working on highest-priority items
Key Features
- Dual-lens milestones: Business and technical lanes in parallel
- Dependency-aware: Maps business milestones to technical prerequisites
- Research-driven: Uses web search for market intelligence and industry benchmarks
- Parallel work lanes: Identifies independent business and technical tracks
- Stage-calibrated: Prioritization aligned with company maturity
- Board-ready output: todo.md format compatible with
board-fill - Capacity-aware: Estimates duration based on team size and availability

