Skip to content

playdelaybluelay-stack/obsidian-projectops-plugin

Repository files navigation

Project Ops Dashboard

Obsidian plugin for single-project scheduling with an Explainable Prioritization Engine.

Development

npm install
npm run dev
npm run test
npm run build
npm run benchmark

Concept

  • Focus on one active project.
  • Suggest "Today Focus" tasks with score + explanation.
  • Keep markdown-first project logs for decisions and progress.

Task Metadata

  • estimate:: 45m or estimate:: 1h 30m
  • importance:: low|medium|high|critical
  • status:: todo|doing|blocked|deferred
  • blocked-by:: ISSUE-1
  • defer-reason:: blocked-external
  • deferred-at:: 2026-02-23
  • context:: coding
  • project:: toy

Dashboard Actions

  • Start: append a session entry to today's log
  • Stop: append session stop with duration to today's log
  • Done: check task and append done date
  • Defer: move due date to tomorrow and mark status:: deferred
    • prompts for reason code and writes defer-reason:: ...
  • 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 rate
    • average lead time, lead time p50/p90
  • monthly review includes Month over Month Change and Reason 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)

Commands

  • Open Project Ops Dashboard
  • Select project root from vault
  • Reindex Project Ops Tasks
  • Recompute Today Focus
  • Create/Open today project log
  • Initialize project markdown structure
  • Show task parse warnings
  • Generate weekly review note
  • Generate monthly review note
  • Export diagnostics note
    • exports diagnostics note and paired user report template note
  • Export advanced KPI presets to markdown
  • Import advanced KPI presets from markdown

About

옵시디언 프로젝트 일정 관리 대시보드 플러그인

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors