← ClaudeAtlas

todoslisted

Per-project todo tracking with a relational project-knowledge brain — decisions, business rules, contradictions, stakeholders, scope changes — and a local broadsheet dashboard at localhost:5757. Use when the user wants to plan, sync, or close out implementation work in a project, capture a decision/rule/contradiction/feedback to remember later, or browse the dashboard.
gonoff/claude-todos-skill · ★ 0 · AI & Automation · score 72
Install: claude install-skill gonoff/claude-todos-skill
# Todos Skill Tracks implementation todos per project AND captures the relational project intelligence around them. Each project gets: - `.claude/todos.json` — tasks and phases (committed to repo). - `.claude/brain.db` — SQLite "project brain": stakeholders, feedback, decisions, contradictions, business rules, scope changes, architecture notes (committed to repo). - `.claude/{docs,notes,diagrams}/` — long-form markdown and Mermaid diagrams referenced from `brain.db`. A local Bun server at `http://localhost:5757` reads every tracked project and renders an aggregated newspaper-style dashboard with Today / Project / Activity / Brain / Brief / **Week** / **Hold** / Studio tabs. ## Commands - **`/todos-init`** — bootstrap a project: find the PRD/scope doc, extract feature list, audit the codebase for what's already built, mark MVP/95%/100% stages, dependency-order everything, write `.claude/todos.json`. - **`/todos-sync`** — mid-work check-in: diff the project against the saved board, propose updates in batches, then run brain-capture stages A–D to surface new decisions / business rules / contradictions / scope changes from recent conversation + git. - **`/todos-close`** — register completion: sync first, then either close the active phase or the whole project (auto-detected). Writes a phase summary or appends to `CHANGELOG.md`. - **`/todos-week`** — plan the implementation week: interview the user, pull open tasks across every tracked project, propose a day-by-day Mon–Sun sc