spectastic

Spectastic.Tasks — Testing skill for Claude Code

Testing community

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

Terminal
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 Repository