From cctd
Show overview of all stories and tasks. Quick status check with filtering by status, priority, agent, model, or story ID.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cctd:listThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read `.tasks/index.md` and display stories + tasks overview.
Read .tasks/index.md and display stories + tasks overview.
Display and stop. No AskUserQuestion.
📋 Stories ({done}/{total})
| ID | Status | Title | Progress | Priority |
|------|--------|----------------|----------|----------|
Progress = DONE tasks / total tasks per story.
🔧 Tasks ({done}/{total})
| ID | Status | Title | Agent | Model | Deps | Priority |
|----------|--------|-----------|----------|--------|------|----------|
BACKLOG=⚪ DEFINED=🔵 AI_READY=🟣 IN_PROGRESS=🟡 TESTING=🟠 REVIEW=🔶 DONE=🟢
$ARGUMENTS applied as AND filters:
End with:
💡 ヒント:
/cctd:view {ID} — 詳細表示
/cctd:start {ID} — 作業開始
/cctd:spec — 新しいストーリーを作成
npx claudepluginhub esakat/cctd --plugin cctdLists tasks from directories like focus/active/paused/completed by parsing Markdown files for progress, status, priority, estimates, and dependencies. Filters by status/dir; outputs table/list/JSON with aggregates.
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.
Displays ultra-concise progress summary of current tasks from task.md: last completed, next task, and blocks. Invoke via /cm-status for quick checks during workflows.