with one click
tracking-doc-worker
// Audit and finalize inline source-document status blocks for the timer refactor mission.
// Audit and finalize inline source-document status blocks for the timer refactor mission.
Use when working in this repository after receiving recurring coding feedback, adding or reviewing durable lint guardrails from AGENTS.md, updating Rules/*.md, or finishing changes that should be checked by harness-lint.
Build and verify real-Postgres Go tests and thin transport smoke for tracking behavior.
Build and verify page-flow and E2E coverage for the tracking browser surface.
Build cross-layer regression coverage that ties browser-visible behavior to backend truth.
Harden shared test infrastructure, runtime readiness, schema setup, and parallel lane behavior.
Update backend timer/time-entry contracts, regressions, and source docs for the timer refactor mission.
| name | tracking-doc-worker |
| description | Audit and finalize inline source-document status blocks for the timer refactor mission. |
NOTE: Startup and cleanup are handled by worker-base. This skill defines the work procedure.
Use for features that primarily update or audit the inline status blocks in the closed set of implementation-driving source docs.
None.
mission.md, mission AGENTS.md, .factory/library/documentation-traceability.md, and the current features.json.AGENTS.md as canonical. Do not audit docs outside that list unless the orchestrator changes it first.AgentStatusCurrent code differencesTodoFully implementedFully implemented: yesTodo is none, the remaining fields must also describe a landed state.factory/services.yaml after the edits.Fully implemented value is truthful{
"salientSummary": "Updated the inline mission status blocks across the closed timer source-doc set and verified the canonical fields and consistency rules. The blocks now reflect which timer docs are fully landed versus which still describe open implementation gaps.",
"whatWasImplemented": "Added or refreshed one active mission status block in each directly used timer source document listed in mission `AGENTS.md`, using the canonical field schema and aligning every block with the verified implementation state from the completed features. Ran the repo traceability check to confirm field presence and block coverage.",
"whatWasLeftUndone": "",
"verification": {
"commandsRun": [
{
"command": "rg -n \"Mission status|Agent:|Status:|Current code differences:|Todo:|Fully implemented:\" docs/product/tracking.md docs/research/toggl-timer-*.md",
"exitCode": 0,
"observation": "Every listed source doc exposed one mission status block with the canonical field names."
}
],
"interactiveChecks": [
{
"action": "Manually reviewed each listed source doc against the final feature evidence.",
"observed": "The status blocks matched the verified implementation state and no doc marked itself fully implemented while still listing open todo items."
}
]
},
"tests": {
"added": []
},
"discoveredIssues": []
}
AGENTS.md