From claude-impl-tools
Displays TASKS.md progress in real time on Claude Code status bar Line 3, showing completed/total tasks, progress bar, phase, and next task. Use for live project tracking.
npx claudepluginhub insightflo/claude-impl-tools --plugin claude-impl-toolsThis skill uses the workspace's default tool permissions.
Displays project task progress in real time on the Claude Code status bar.
Defines conventions for TASKS.md files: structure with optional sections, status symbols ([ ] todo, [/] ongoing, [x] done, [-] backlog), task descriptions, and testable acceptance criteria. Use for creating, editing, updating tasks or tracking progress.
Manages tasks using Claude Code's native Task tools (TaskCreate, TaskList) for TODO tracking, progress checkpointing via git commits, and resuming work across sessions. Auto-activates on 'add to todos' or 'resume tasks'.
Displays Markdown Kanban board of tasks from openspec/changes/tasks.md and cm-tasks.json, summarizing agent mode (PLANNING/EXECUTION/VERIFICATION) and next step. Invoke via /cm-dashboard to track progress.
Share bugs, ideas, or general feedback.
Displays project task progress in real time on the Claude Code status bar.
๐ 12/34 โโโโโโโโโโ Phase 2 โ T2.1: Build API
./skills/statusline/install.sh
Or installed automatically at Step 5 of the root install.sh.
| Field | Description |
|---|---|
๐ 12/34 | Completed / total task count |
โโโโโโโโโโ | Progress bar (10 segments) |
Phase 2 | Currently active phase |
โ T2.1: ... | Next incomplete task |
statusline-segment.sh โ Parses TASKS.md on each status bar refresh (30-second cache). Installed globally (~/.claude/) since it auto-detects the current project's TASKS.md.hooks/tasks-status-writer.js โ Immediately invalidates the cache whenever TASKS.md is edited. Installed per-project (.claude/hooks/) since it should only activate in projects that have TASKS.md.skills/statusline/
โโโ SKILL.md
โโโ install.sh # Installation script
โโโ statusline-segment.sh # Status bar Line 3 output
โโโ hooks/
โโโ tasks-status-writer.js # PostToolUse hook