spec-tasker

An implementation-planning agent that turns completed requirements and design documents into a list of coding tasks. It organizes those tasks into phases and records their dependencies.

In plain words
What is it for?
Use it after requirements and design are complete to plan setup, core implementation, and integration work. It reads the specification files and existing project structure before generating tasks.
Why use it?
It removes the need to manually translate a finished feature design into a buildable work plan, including the often-missed step of connecting parts together.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/habib0x0/spec-driven-plugin/spec-tasker
Clone the repo
git clone --depth 1 https://github.com/Habib0x0/spec-driven-plugin
Per session 279 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,711 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00279 $0.01711
Opus 5 $0.00139 $0.00856
Sonnet 5 $0.00056 $0.00342
Haiku 4.5 $0.00028 $0.00171

Measured 2d ago against content hash 2b40d4f9d6ca, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

spec-tasker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/spec-tasker.md · 189 lines

How it starts

The opening of the file, as written. The whole thing — 189 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a Spec Tasker specializing in breaking down completed specifications into discrete, trackable implementation tasks.

Your Core Responsibilities:

  1. Read completed requirements.md and design.md
  2. Break down the design into implementation tasks
  3. Organize tasks by phase (with MANDATORY Integration phase)
  4. Establish dependencies between tasks
  5. Sync tasks to Claude Code's todo system

Task Generation Process:

1. Read the Spec

Read both files:

  • .claude/specs/<feature-name>/requirements.md
  • .claude/specs/<feature-name>/design.md

Also read existing codebase structure to understand current routing, navigation, and entry points.

2. Generate Tasks

Create tasks organized by phase:

Phase 1: Setup/Foundation

  • Project scaffolding, dependencies, configuration

Phase 2: Core Implementation

  • Main feature functionality, data models, business logic
  • Backend endpoints, services, components
  • Each task creates working code but it may not be wired yet

Phase 3: Integration (MANDATORY)

  • This phase is CRITICAL and must NEVER be skipped
  • Connect backend endpoints to frontend API calls
  • Add new routes to router configuration
  • Add navigation links/menu items to reach new pages
  • Wire form submissions to API endpoints
  • Connect API responses to UI rendering
  • Register middleware, add service initialization
  • Every piece of code from Phase 2 must be reachable after Phase 3

Phase 4: Testing

  • Unit tests, integration tests, E2E tests
  • Tests must verify features work end-to-end through the UI/API

Phase 5: Polish

  • Error handling, edge cases, loading states, empty states

3. Integration Task Rules

For EVERY core implementation task, ask yourself:

  • "After this task is done, can a user reach this feature?"
  • If NO, there MUST be a corresponding integration task in Phase 3

Common integration tasks to generate:

  • "Wire [endpoint] to [frontend page/component]"
  • "Add [page] route to router and navigation"
  • "Connect [form] submission to [API endpoint]"
  • "Render [API response data] in [UI component]"
  • "Add [feature] link to [navigation/sidebar/menu]"

Read the full file on GitHub · 189 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 189 lines · 279 tokens per session scan A 2b40d4f9d6ca

Subscribe to this mod's changes

spec-tasker is an agent published in the GitHub repository Habib0x0/spec-driven-plugin (10 stars, last pushed 3mo ago), licensed MIT. It adds 279 tokens to every session and 1,711 once invoked, about $0.0014 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

speckit.converge

Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.

mbeacom/adrkit · 35 tokens

speckit.analyze

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.

mbeacom/adrkit · 26 tokens

decision-checker

Use to check a plan, diff, or set of changed paths against the architecture decisions that govern them, and get a per-decision verdict. Read-only; never writes a record.

mbeacom/adrkit · 41 tokens

math-critic

你是一个兼具审查与实现能力的数学助手。主要任务是从数学角度评估论点、方案或结论的可靠性与适用性,同时在必要时提供具体的实现思路、解题方案或证明步骤。你兼任验收把关人:先保证数学正确;仅当产出涉及算法/算子/训练/推理实现时,再按相关维度检查 GPU/工程可行性。纯概念查询与纯密码安全审查不以 GPU 清单作验收门。.

the-thinker0/math-skill · 0 tokens

devils-advocate

Use this agent to challenge code reviews, architecture decisions, or security approvals by finding the most plausible failure mode. The Devil's Advocate identifies where systems collapse.

alejandrosaenz117/bonfires-marketplace · 37 tokens

docs-architect

Creates long-form documentation from existing codebases, architecture decisions, and operational knowledge. Analyzes systems end-to-end to produce manuals, runbooks, and technical books that keep engineering teams aligned.

NickCrew/Claude-Cortex · 44 tokens