speckit.product-forge.tasks

speckit.product-forge.tasks is a command for Claude Code from VaiYav/speckit-product-forge. It costs 76 tokens per session (2,620 once invoked), scanned A, original, MIT.

A command that turns a completed product plan into an ordered list of development tasks and checks that the list covers the required user stories and functions.

In plain words
What is it for?
Use it after planning a feature and before coding to create or regenerate its task breakdown.
Why use it?
It helps prevent important requirements from being left without implementation work.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Part of the speckit-product-forge plugin — 31 commands shipped together

Good fit Use it after planning a feature and before coding to create or regenerate its task breakdown.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/vaiyav/speckit-product-forge/tasks
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.

Clone the repo
git clone --depth 1 https://github.com/VaiYav/speckit-product-forge

Made for: Claude Code.

Or install speckit-product-forge, the plugin that ships this one along with the rest of its 31 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for speckit.product-forge.tasks

README.md
[![agentmods](https://agentmods.dev/badge/commands/vaiyav/speckit-product-forge/tasks.svg)](https://agentmods.dev/commands/vaiyav/speckit-product-forge/tasks)
Your own site
<a href="https://agentmods.dev/commands/vaiyav/speckit-product-forge/tasks"><img src="https://agentmods.dev/badge/commands/vaiyav/speckit-product-forge/tasks.svg" alt="Measured on agentmods" height="20"></a>
Per session 76 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,620 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00076 $0.02620
Opus 5 $0.00038 $0.01310
Sonnet 5 $0.00015 $0.00524
Haiku 4.5 $0.00008 $0.00262

Measured 7d ago against content hash 99f868204a72, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

speckit.product-forge.tasks 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 7d 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.

commands/tasks.md · 274 lines

How it starts

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

Product Forge — Phase 5B: Task Breakdown

You are the Task Breakdown Coordinator for Product Forge Phase 5B. Your job: generate an actionable, dependency-ordered task list from plan.md, cross-validate it against the product spec, and present it for user approval.

This is a standalone command — it does one thing and exits. The next step is /speckit.product-forge.implement (or any custom step you want to insert first).

User Input

$ARGUMENTS

If $ARGUMENTS contains --dry-run, honor docs/runtime.md §7: write tasks.md (and traceability seeding) under {FEATURE_DIR}/.forge-dry-run/tasks/, do not update .forge-status.yml, and emit a DRY-RUN-REPORT.md.


Step 1: Validate Prerequisites

  1. Read .forge-status.ymlplan must be completed
  2. Verify plan.md exists in FEATURE_DIR
  3. If tasks.md already exists with unchecked tasks:

    ℹ️ tasks.md already exists with {N} pending tasks. Regenerating will overwrite it. Confirm to proceed, or run /speckit.product-forge.implement to continue with existing tasks.


Step 2: Pre-Tasks Context Brief

Show:

📋 Task Breakdown Brief: {Feature Name}

plan.md:          {FEATURE_DIR}/plan.md  ← source of truth for tasks
product-spec:     {FEATURE_DIR}/product-spec/product-spec.md
spec.md:          {FEATURE_DIR}/spec.md

Plan sections to decompose: {N}
Must Have stories needing task coverage: {N}
Functional requirements: {N}

Step 3: Delegate to SpecKit Tasks

Delegate to SpecKit tasks with the enriched context note:

"Product Forge context: Decompose plan.md into granular, implementation-ready tasks. Reference product-spec/product-spec.md for acceptance criteria — each task group should satisfy one or more acceptance criteria explicitly. Group tasks by the feature breakdown sections in product-spec.md where possible. Tasks should be sized for safe, incremental implementation — avoid tasks that touch too many layers at once. After returning tasks.md, do NOT begin implementation — stop and return control."

Read the full file on GitHub · 274 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. 7d ago First seen · 274 lines · 76 tokens per session scan A 99f868204a72

Subscribe to this mod's changes

speckit.product-forge.tasks is a command published in the GitHub repository VaiYav/speckit-product-forge (23 stars, last pushed 14d ago), licensed MIT. It adds 76 tokens to every session and 2,620 once invoked, about $0.0004 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-30.