Spectastic.Tasks — Testing skill for Claude Code
Derive the task breakdown from a spec + design — an ordered, parallelizable, test-first task list.
How to install Spectastic.Tasks
Installs to ~/.claude/skills/spectastic-spectastic-spectastic.tasks/SKILL.md
mkdir -p ~/.claude/skills/spectastic-spectastic-spectastic.tasks && curl -fsSL https://raw.githubusercontent.com/spectastic/spectastic/HEAD/commands/spectastic.tasks.md -o ~/.claude/skills/spectastic-spectastic-spectastic.tasks/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Spectastic.Tasks does
description: Derive the task breakdown from a spec + design — an ordered, parallelizable, test-first task list. Use when turning a spec and design into the executable checklist that /spectastic.implement drains — not the architecture (/spectastic.design) or the execution itself (/spectastic.implement). argument-hint: [spec-id, defaults to most recent] triggers:
- "break the spec into tasks"
- "derive the task list"
- "generate an ordered task breakdown"
- "what tasks implement this s
Alternatives in Testing
- Spec Driven Develop — Spec-driven development workflow for AI coding agents: architecture-first planning, task decomposition, GitHub 975 ★
- Specweave — Spec-first AI development: describe a feature → AI creates spec + plan + tasks, builds autonomously, syncs to 158 ★
- M Branch Prune Lite — Git Branch Management and Test/Merge Workflow List (no test version) 139 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Decompose Spec
Prompt: Decompose a Feature Spec into an Executable Task List
Implement Feature.Skill
Implement a spec-driven feature by reading requirements/design/tasks, building task-by-task, and producing a v
Execute Tasks
Execute the task DAG for a work item — implement, verify against the testing plan, self-check, self/critic-rev
Spec Impl Task
Implement one or more vertical-slice tasks from tasks.md. Accepts task IDs (1.2) or whole groups (1). Auto-tic
Agentarena
Adversarial coding-agent evaluation harness that pits Claude Code, Codex, and Gemini CLI against the same repo
04 Task Breakdown
角色:任务拆解主 Agent(Lead)— Spec → Task + 依赖 DAG + 并行 Wave
Related Agents
Gaia Planner
Use when planning a feature or decomposing work from a brief into an executable plan -- turning objectives and
Backend Planner.Agent
Use when turning a backend/service architecture decision into an ordered, reviewable implementation plan: work
Task Planner
Breaks down projects into atomic, executable tasks. Expert at work breakdown, dependency mapping, effort estim