Obsidian plugin for single-project scheduling with an Explainable Prioritization Engine.
npm install
npm run dev
npm run test
npm run build
npm run benchmark- Focus on one active project.
- Suggest "Today Focus" tasks with score + explanation.
- Keep markdown-first project logs for decisions and progress.
estimate:: 45morestimate:: 1h 30mimportance:: low|medium|high|criticalstatus:: todo|doing|blocked|deferredblocked-by:: ISSUE-1defer-reason:: blocked-externaldeferred-at:: 2026-02-23context:: codingproject:: toy
Start: append a session entry to today's logStop: append session stop with duration to today's logDone: check task and append done dateDefer: move due date to tomorrow and markstatus:: deferred- prompts for reason code and writes
defer-reason:: ...
- prompts for reason code and writes
- carry-over reasons are aggregated into recommended actions in dashboard and weekly review
- weekly/monthly review auto-computes success metrics:
planned count,plan attainment,carry-over rateaverage lead time,lead time p50/p90
- monthly review includes
Month over Month ChangeandReason Trend (Week over Week) - optional dashboard KPI cards can show
plan attainment,carry-over rate, and lead-time stats- order/items can be customized in settings with keys:
plan-attainment,carry-rate,lead-avg,lead-p50-p90
- current KPI configuration can be saved as named preset and switched from settings
- presets can be exported/imported as markdown note (
Project Ops Presets/advanced-kpi-presets.md)
- order/items can be customized in settings with keys:
Open Project Ops DashboardSelect project root from vaultReindex Project Ops TasksRecompute Today FocusCreate/Open today project logInitialize project markdown structureShow task parse warningsGenerate weekly review noteGenerate monthly review noteExport diagnostics note- exports diagnostics note and paired user report template note
Export advanced KPI presets to markdownImport advanced KPI presets from markdown