Home/Clyde Commands/Journal/Sprint Planning

Sprint Planning

Journalbuilt-in

Four-prompt sprint planning session. Capture the goal, tasks, risks, and your definition of done.

Download Clyde

WHAT IT DOES

  • Sprint goal
  • Tasks
  • Risks
  • Definition of done

TRIGGERS

sprintsprint list / sprint history

DATA

local only
// ~/.clyde/journal/sprint.json
[
  {
    "date": "2026-03-06T09:14:00Z",
    "template": "sprint",
    "fields": {
      "goal": "Ship onboarding v2 to production",
      "tasks": "Flow redesign, email triggers, analytics events",
      "risks": "Design handoff delay, third-party email API limits",
      "definition_of_done": "Live in prod, no P0 bugs, analytics verified"
    }
  }
]

Entries are stored as JSON files at ~/.clyde/journal/<template>.json—one file per template, array of entries with date and field values. Nothing is sent to a server. No account required.

This is a built-in Clyde command. No installation required—it ships with every copy of the app.