Task details
What you'll find on the task details page.
A task's details page lives at /tasks/{taskId} (or /tasks/PD-123 if your Space uses task keys). It's the canonical view of one task — the description, plan, walkthrough, branch, and PR all in one place.
Layout
The page is split into two regions:
- Main area on the left — the task header and three tabs: Activity, Plan, Walkthrough
- Properties panel on the right — status, who's involved, links to the branch / PR / Slack thread
On smaller screens the properties panel slides in from the bottom — tap the info icon to open it.

Header
The header shows:
- A breadcrumb back to the Space (
Acme Product › PD-202) - The task title
- The full description, with a Show more / Show less toggle if it's long
- A three-dot menu with Mark as done for tasks you want to close manually
Tabs
What's visible depends on how far the task has progressed. Tabs reveal as work happens.
Activity
A chronological log of everything that's happened on the task — Andy's planning passes, attempts at implementation, branch creation, PR events. File attachments show inline (images) or as downloads (other formats).
Activity also shows action banners when there's something for you to do:
- Plan — Needs approval with a Review button when planning is done
- Walkthrough ready for review with a Review button when implementation is ready
- New branch created with a link to the branch on GitHub or GitLab
- PR open for review with a link to the pull / merge request
Plan
Andy's plan, rendered as Markdown — code blocks, tables, and Mermaid diagrams all render properly. If Andy has produced multiple plan versions, a dropdown lets you switch between them.
When the task is in Needs plan approval, this tab shows two buttons:
- Approve plan — let Andy start coding
- Request changes — leave a note about what to revise; Andy plans again
You can also download the plan as a Markdown file.
Walkthrough
Once Andy has written code, the Walkthrough tab shows a summary of the changes — what files were touched, before/after snippets, and any caveats Andy flagged. From here you can:
- Approve preview — let Andy open the PR
- Request changes — Andy revises the implementation
The Walkthrough tab only appears after the task has reached the implementation stage.
Properties panel
The right-hand panel shows:
- Progress — a vertical 3-step indicator: Plan → Walkthrough → Review and merge
- Status — a color-coded badge for the task's current state ("Needs plan approval", "Implementing", "In review", "Done", and so on)
- Users — the task creator and any other members involved
- Code — pull or merge requests Andy has opened for this task, with their current state (open, merged, closed). A task that touches multiple repos shows one entry per PR/MR.
A speech-bubble icon at the top of the panel links back to the original Slack thread, when the task was started from Slack.
How the page updates
While Andy is actively working, the page polls every few seconds and updates in place — you don't need to refresh. Polling stops once the task is idle.
Where this task is in its lifecycle
The status badge and the Plan → Walkthrough → Review and merge progress indicator both track the task's position in the overall flow. For the full reference of statuses and what each one means, see Task lifecycle.
See Reviewing Andy's work for the review steps once the PR is open.