From indenscale-typedown
Manages task files in the todos/ directory following the Task as Code philosophy. Ensures continuous task IDs, clear statuses, and adherence to specifications.
How this skill is triggered — by the user, by Claude, or both
Slash command
/indenscale-typedown:task-expertThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides guidance on following the **Task as Code** philosophy. In this system, conversations are fluid, but tasks are persistent. All non-trivial changes must be documented in task files.
This skill provides guidance on following the Task as Code philosophy. In this system, conversations are fluid, but tasks are persistent. All non-trivial changes must be documented in task files.
When a specific requirement or bug is identified, a new task should be immediately created in the todos/zh/active/ directory.
TASK-XXXX number and increment it by 1.TASK-{ID}-{slug}.md (lowercase, hyphen-separated).id, type, status, title, created_at, author.During task execution, the task file is the "Source of Truth":
When a task status changes to done or cancelled:
status in the Front matter.active/ to archive/.Task files must use the following structure:
---
id: TASK-XXXX
type: task
status: active # active | done | cancelled
title: 'Task Title'
created_at: 202X-XX-XX
author: [Your Name]
---
# TASK-XXXX: [Task Title]
## Background
[Briefly explain why this task is needed]
## Objectives
- [ ] Objective 1
- [ ] Objective 2
## Workflow/Notes
[Record thoughts, command outputs, or key code snippets during execution]
active/ directory.todos/zh/active/TASK-0005-setup_skills_reference.mdtodos/zh/archive/TASK-0004-fix_pydantic_validation.mdnpx claudepluginhub joshuarweaver/cascade-content-creation-misc-1 --plugin indenscale-typedownGuides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Guides reception of code review feedback: verify before implementing, avoid performative agreement, push back with technical reasoning when needed.
Runs a structured interview session to sharpen plans or designs, producing ADRs and a glossary as output.