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.
Build release roadmap
Iteratively gather requirements, define milestones, create timelines, and review until the roadmap is finalized.
Start Loop Execution
Enter the kickoff prompt into your coding agent to begin building the roadmap.
Review Output at Each Step
After each action, run the check_command to validate progress toward defining clear milestones.
Iterate Until Complete
Repeat the process up to max_iterations until all milestones are defined or iteration limit is reached.
Ask user for project name, scope, and high-level objectives.
Gather list of features or deliverables required in the release.
Identify key dependencies and constraints affecting the timeline.
Define initial set of milestones and their expected outcomes.
Planning
This loop helps your team refine and organize your product backlog by ensuring items are clearly defined, properly prioritized, and ready for development. It iteratively works through backlog items to improve clarity, acceptance criteria, and estimation accuracy.
Planning
An automated loop that systematically identifies, analyzes, and documents potential risks in a software project. Designed to help teams proactively manage project threats through structured evaluation cycles.
Planning
A systematic approach to prepare a comprehensive release plan by iteratively assessing project status, identifying risks, and aligning resources. This loop ensures all critical aspects of a software release are covered through automated checks and manual inspections.
Create a preliminary timeline with dates or sprints for each milestone.
Review current roadmap with user using check command for feedback.
Incorporate feedback by adjusting milestones, timeline, or scope.
Repeat steps until all milestones are clearly defined or iteration limit is reached.
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.