Turn repository todos into a plan.

Repository todos hold known follow-up changes until they are ready for implementation. Once a category or small group is ready, select the items and send them into planning as a draft prompt.

Describe
Run isolated
Review in GitHub

Feature overview

Capture ideas quickly

Add todos from the repository workspace, the global quick-add popover, or the CLI. Choose the repository and category so the item lands in the right backlog.

propr todo add "Follow up on auth edge cases" --json
propr todo list --json

Organize by category

Categories, ordering, completion state, and search keep implementation candidates separate from notes and already-finished items.

Select related items

Choose a related set of todos and keep the prompt focused.

Create the plan draft

The create-plan action opens a draft with the selected todos linked to it.

Refine before implementation

Review generated tasks, adjust boundaries, then approve one implementation or split the prompt into smaller pieces.

Todos are both UI and CLI friendly.

Repository todos cover quick capture, categories, ordering, completion, and CLI support. For larger todo sets, break the prompt into smaller changes ready for review.