Spec to Tasks
# Spec → Dependency-Ordered Tasks
A prompt that turns a PRD, spec, or feature brief into a concrete, **dependency-ordered** task list — backend-first, each task small and verifiable, with explicit blockers. It produces an execution plan, not a wish list.
**When to use:** you have requirements but no plan. Run this before writing code to get the order right, then feed the result into [orchestrator-worker.md](orchestrator-worker.md) for parallel execution or work the list top-down yourself. Reads your project docs the same way rule [`00-global-architect`](../claude/rules/00-global-architect.md) does.when to use it
Community prompt sourced from the open-source GitHub repo aiagentwithdhruv/ai-dev-stack (MIT). A "Spec to Tasks" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
codingcommunitydeveloper
source
aiagentwithdhruv/ai-dev-stack · MIT
more in Coding
Coding✓ tested
Senior code review (strict mode)
senior staff engineer running a merciless but fair review
Coding✓ tested
Debug by hypothesis, not by guessing
debugging partner who forms theories before touching code
Coding✓ tested
Generate tests from described behavior
test engineer who writes tests that would actually catch regressions