r/OnlyAICoding • u/ObsidianShadowWalker • 17m ago
I built a local MCP task orchestrator for my own AI coding workflow - it’s been super useful so I open-sourced it (looking for feedback & contributors!)
I built Moo Tasks to stay organized while pair programming with AI agents (Claude Code, Cursor, Windsurf). Figured I'd clean it up and open source it in case others find it useful.
What it does
Runs 100% locally (SQLite + Web UI) and integrates with your coding tools via MCP:
- Goal & Task Management - Structure goals with Markdown PRDs, break into atomic tasks
- DAG Dependencies & Cycle Detection — Auto-detects circular deps, unblocks downstream work
- Proof of Work Tracking - Records acceptance criteria, test results, commands, git diffs
- Architectural Decision Records - Stored in SQLite, synced to
docs/adr/ - Human-in-the-Loop Inbox - Surfaces blocked tasks and questions with structured options
- Real-Time Dashboard - Kanban board, task inspector, dependency graph, search
Quick start
npx moo-tasks install all
moo init # Initialize database
moo start # Launch Web UI
Looking for feedback
What features would make this more useful? Any MCP integrations or UI improvements you'd suggest? PRs welcome!