Task DigestTrack tasks with statuses across fully custom report sections. Built for daily standups, weekly summaries, sprint reviews, or any recurring status report. What it doesAdd tasks to the sections you define (for example accomplishments, plan, and blockers). Optionally set a status per task. Export a formatted report to the clipboard in one click. Features
Getting started
Commands
Customizing sections & statusesOpen Settings with the gear icon, or use VS Code Settings ( Sections (
|
| Field | Description |
|---|---|
id |
Stable key tasks are linked to. Avoid changing this once tasks exist. |
label |
Header text shown above the section. |
indent |
Prefix used when formatting section lines (e.g. 4 spaces or a tab). |
showStatusSuffix |
Show status controls and append status suffixes in the report. |
emptyText |
Line shown when the section has no tasks. |
clearCompletedOnGenerate |
Remove tasks marked clear-on-export after copying a report. |
Example — a sprint-review format:
"taskDigest.sections": [
{ "id": "done", "label": "Completed this sprint:", "indent": " ", "showStatusSuffix": false, "emptyText": "Nothing completed.", "clearCompletedOnGenerate": true },
{ "id": "carried-over", "label": "Carried over:", "indent": " ", "showStatusSuffix": true, "emptyText": "Nothing carried over.", "clearCompletedOnGenerate": false },
{ "id": "risks", "label": "Risks / dependencies:", "indent": " ", "showStatusSuffix": false, "emptyText": "None.", "clearCompletedOnGenerate": false }
]
Statuses (taskDigest.statuses)
Customize labels, report suffixes, accent colors, and whether a status clears on export. Manage these in the panel Settings UI or in VS Code Settings under taskDigest.statuses.
Requirements
None — no external dependencies or accounts needed.
Known issues
- Renaming a section's
idafter tasks already reference it will orphan those tasks until theidis fixed or a matching section is re-added.
License
MIT