From cctd
Show detailed view of a story or task. Auto-detects type by ID format: S001 = story, S001-001 = task.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cctd:viewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
$ARGUMENTS = ID. Auto-detect story (S001) or task (S001-001).
$ARGUMENTS = ID. Auto-detect story (S001) or task (S001-001). Display and stop. No AskUserQuestion.
No ID → show: 使い方: /cctd:view {ID} (例: S001, S001-001)
Read .tasks/stories/{ID}.md + child tasks from index.
┌──────────────────────────────────────────────┐
│ 📖 {ID}: {Title} │
├──────────────────────────────────────────────┤
│ Status / Priority / Labels / Created │
└──────────────────────────────────────────────┘
## User Story
{content}
## Acceptance Criteria
{checklist}
## Tasks
| ID | Status | Title | Agent | Model | Deps |
## Work Log
Read .tasks/tasks/{ID}.md.
┌──────────────────────────────────────────────┐
│ 🔧 {ID}: {Title} │
│ Story: {StoryID} - {StoryTitle} │
├──────────────────────────────────────────────┤
│ Status / Agent / Model / Priority / Deps │
└──────────────────────────────────────────────┘
## Spec
{content}
## Work Log
Footer: /cctd:spec {ID} /cctd:list
npx claudepluginhub esakat/cctd --plugin cctdRetrieves full details of a task by ID or name from .md files in a tasks directory. Finds matches via Glob, reads with Read tool, shows frontmatter and markdown body. Use to view tasks.
Displays complete details of a Rulebook task including proposal, checklist, design, and specs. Review requirements, progress, and rationale before implementation.
Retrieves task details by ID or name using taskmd CLI via Bash, including ID, title, status, priority, tags, and description. Lists tasks if not found.