{{template "shellTop" "tasks"}}

Tasks

{{if .Msg}}
{{.Msg}}
{{end}} {{if .Err}}
{{.Err}}
{{end}}

add

{{if .Stalls}}

shapes

{{range .Stalls}}{{end}}
countshape
{{.N}}{{.Line}}
{{end}} {{if .Candidates}}

found, not confirmed {{len .Candidates}}

maven derived these from something she read. nothing counts as your work until you confirm it.
confirming asks for a definition of done: what has to be true for this to be finished. a task without one can never leave the board. a date here also books a reminder that morning.
{{range .Candidates}}{{end}}
taskwhere fromcapturedconfirm
{{.Text}} {{.Source}}{{if .Evidence}} — {{.Evidence}}{{end}} {{.Created}}
{{end}}

open {{len .Open}}

most pressing first — by the deadlines and the urgency you gave. nothing about a task is guessed; the only signal that is not yours is age, which lifts anything sitting here for weeks.
{{if .Open}}
{{range .Open}}{{end}}
taskwhyfromcaptured
{{.Why}} {{.Source}} {{.Created}}
{{else}}
no open tasks
add one above, or tell maven "добавь в задачи …"
{{end}}
{{if .Resolved}}

resolved {{len .Resolved}}

{{range .Resolved}}{{end}}
taskstatuswhenby
{{.Text}} {{.Status}} {{.Resolved}} {{.ResolvedBy}}
{{if .ResolvedMore}}
only the {{len .Resolved}} most recent are shown.
{{end}}
{{end}} {{template "shellBottom"}}