Skip to content

Your First Flow

A Flow represents any unit of work — a feature, bug fix, or task. To create one:

  1. Open your project
  2. Click “New Flow” or use the + button on the Kanban board
  3. Enter a summary (short title describing the task)
  4. Optionally add a description and acceptance criteria
  5. Choose a type: Feature, Bug, or Chore
  6. Click Create

Your Flow starts in the idea state.

When you are ready to work on a Flow, move it to planning. If you have an AI agent connected, it will:

  1. Analyze the requirements
  2. Research the codebase
  3. Create a detailed implementation plan with tasks

Once the plan is ready, the Flow moves to approval. You can:

  • Read the plan — Review the proposed approach, file changes, and acceptance criteria
  • Approve — Move the Flow to ready for implementation
  • Reject with feedback — Send it back to planning with your comments

When you (or the AI agent) start implementing, the Flow moves to in_progress. During this phase:

  • Code is written following the approved plan
  • Tasks are checked off as they are completed
  • Git commits are tracked and linked to the Flow

After implementation, the Flow moves to review. You receive:

  • A summary of what was done
  • Testing instructions — How to verify the changes
  • Links to the PR and commits

You can then:

  • Test the changes yourself
  • Approve — Move the Flow to done
  • Reject with feedback — Send it back to in_progress

The Flow is complete. The code is merged, time is tracked, and everything is documented.

Each Flow has a detail view showing:

  • Description and acceptance criteria
  • Implementation plan (after planning)
  • Tasks with completion status
  • Git information (branch, commits, PR)
  • Agent sessions (AI work history)
  • Time entries linked to this Flow
  • Write clear acceptance criteria — they help the AI agent understand what “done” means
  • Review plans carefully — a good plan leads to better implementation
  • Use the Kanban board for a visual overview of all your Flows