Planningprompt onlyMedium

Roadmap Builder

This loop helps generate a structured release roadmap by iteratively gathering project details, defining milestones, and refining the timeline through continuous review until the exit condition is met.

← all loops
planningroadmapreleasemilestonestimeline

Goal

Build release roadmap

How to Run

Iteratively gather requirements, define milestones, create timelines, and review until the roadmap is finalized.

  1. 01

    Start Loop Execution

    Enter the kickoff prompt into your coding agent to begin building the roadmap.

  2. 02

    Review Output at Each Step

    After each action, run the check_command to validate progress toward defining clear milestones.

  3. 03

    Iterate Until Complete

    Repeat the process up to max_iterations until all milestones are defined or iteration limit is reached.

Workflow Steps

  1. 01

    Ask user for project name, scope, and high-level objectives.

  2. 02

    Gather list of features or deliverables required in the release.

  3. 03

    Identify key dependencies and constraints affecting the timeline.

  4. 04

    Define initial set of milestones and their expected outcomes.

  5. 05

    Create a preliminary timeline with dates or sprints for each milestone.

  6. 06

    Review current roadmap with user using check command for feedback.

  7. 07

    Incorporate feedback by adjusting milestones, timeline, or scope.

  8. 08

    Repeat steps until all milestones are clearly defined or iteration limit is reached.

Kickoff Prompt

Start the "Roadmap Builder" loop.

Goal: Build release roadmap
Max iterations: 10
Between iterations run: roadmap review
Exit when: Milestones defined


Let's build a roadmap for your release. Please provide the following: 1) Project name and brief description. 2) High-level objectives. 3) Estimated total timeline (weeks/months). 4) Any known constraints or dependencies. Once I have this, I'll start defining milestones and structuring the release plan.

Self-pace this loop. After each iteration, run `roadmap review` and evaluate the output, and only continue if the exit condition is not met (Milestones defined). Stop when the exit condition passes or 10 iterations are reached. Give a short status update each pass.

Guardrails

hardcoded
  • ·Ensure all gathered information is validated before proceeding.
  • ·Require user confirmation after each major step to avoid assumptions.
  • ·Do not proceed if critical data like project scope or timeline is missing.
  • ·Prevent loops by tracking iteration count and prompting for external input if stalled.

Flow Diagram

rendering…

Related loops — Planning