From indenscale-typedown
'Task as Code' management expert. Responsible for maintaining task files in the todos/ directory, ensuring continuous task IDs, clear statuses, and adherence to specifications.
npx claudepluginhub joshuarweaver/cascade-content-creation-misc-1 --plugin indenscale-typedownThis skill uses the workspace's default tool permissions.
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.
Creates new Angular apps using Angular CLI with flags for routing, SSR, SCSS, prefixes, and AI config. Follows best practices for modern TypeScript/Angular development. Use when starting Angular projects.
Generates Angular code and provides architectural guidance for projects, components, services, reactivity with signals, forms, dependency injection, routing, SSR, ARIA accessibility, animations, Tailwind styling, testing, and CLI tooling.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
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.md