Change roadmap

Reshape the roadmap.

The first roadmap Claude proposes is rarely the one you ship with. Phases get renamed, reordered, merged, split. Tickets move between phases as scope shifts. Storybloq makes all of that a few clicks or a single sentence.

Coming soon

Follow along

  1. 1.

    Open the roadmap view

    In the Storybloq Mac app, click Roadmap. You'll see each phase as a card with its tickets underneath and a derived status (not started, in progress, done) based on the tickets inside.

  2. 2.

    Drag phases to reorder

    Phases are ordered, not set in stone. Drag a phase up or down to reshape the release sequence. Derived statuses update automatically.

  3. 3.

    Move tickets between phases

    Drag a ticket from one phase to another. Its phase field updates in the JSON file. If it was blocking anything, the blocker chain stays intact.

  4. 4.

    Rename or split a phase

    Double-click a phase title to rename it. Need to split a too-big phase in two? Create a new phase, then drag half the tickets over. Or ask Claude Code: "split phase 2 into setup and content generation." Claude does it.

  5. 5.

    Commit the reshape

    .story/roadmap.json and any touched T-NNN.json files change. git add, git commit. Your team sees the new plan the moment they pull.