spark: Command for Claude Code

.claude/commands/iterate_plan_nt.md

iterate_plan_nt is a command for Claude Code from buildonspark/spark. It costs 11 tokens per session (1,734 once invoked), scanned A, a copy of iterate_plan, Apache-2.0.

A command for revising an existing implementation plan after receiving feedback. It checks the requested changes against the actual codebase.

In plain words
What is it for?
Use it to update a plan's scope, phases, migration steps, or success criteria after reviewing the relevant code.
Why use it?
It helps keep plans accurate when the project or requirements change, instead of relying on outdated assumptions.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; names the TodoWrite tool.

This is buildonspark/spark's own configuration. It tells Claude Code how to work on spark itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything spark configures →

Part of the spark plugin — 3 skills, 15 commands, 6 agents, 3 hooks shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to buildonspark/spark. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/buildonspark/spark/main/.claude/commands/iterate_plan_nt.md
Clone the repo
git clone --depth 1 https://github.com/buildonspark/spark

Made for: Claude Code.

Or install spark, the plugin that ships this one along with the rest of its 3 skills, 15 commands, 6 agents, 3 hooks.

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 iterate_plan_nt

README.md
[![agentmods](https://agentmods.dev/badge/commands/buildonspark/spark/iterate_plan_nt.svg)](https://agentmods.dev/commands/buildonspark/spark/iterate_plan_nt)
Your own site
<a href="https://agentmods.dev/commands/buildonspark/spark/iterate_plan_nt"><img src="https://agentmods.dev/badge/commands/buildonspark/spark/iterate_plan_nt.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 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,734 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 92% copy Near-identical to another mod 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.00011 $0.01734
Opus 5 $0.00005 $0.00867
Sonnet 5 $0.00002 $0.00347
Haiku 4.5 $0.00001 $0.00173

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

Security

Grade A, and why

iterate_plan_nt 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.

Origin

This is a copy

92% identical to iterate_plan — 17 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/commands/iterate_plan_nt.md · 239 lines

How it starts

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

Iterate Implementation Plan

You are tasked with updating existing implementation plans based on user feedback. You should be skeptical, thorough, and ensure changes are grounded in actual codebase reality.

Initial Response

When this command is invoked:

  1. Parse the input to identify:

    • Plan file path (e.g., thoughts/shared/plans/2025-10-16-feature.md)
    • Requested changes/feedback
  2. Handle different input scenarios:

    If NO plan file provided:

    I'll help you iterate on an existing implementation plan.
    
    Which plan would you like to update? Please provide the path to the plan file (e.g., `thoughts/shared/plans/2025-10-16-feature.md`).
    
    Tip: You can list recent plans with `ls -lt thoughts/shared/plans/ | head`
    

    Wait for user input, then re-check for feedback.

    If plan file provided but NO feedback:

    I've found the plan at [path]. What changes would you like to make?
    
    For example:
    - "Add a phase for migration handling"
    - "Update the success criteria to include performance tests"
    - "Adjust the scope to exclude feature X"
    - "Split Phase 2 into two separate phases"
    

    Wait for user input.

    If BOTH plan file AND feedback provided:

    • Proceed immediately to Step 1
    • No preliminary questions needed

Process Steps

Step 1: Read and Understand Current Plan

  1. Read the existing plan file COMPLETELY:

    • Use the Read tool WITHOUT limit/offset parameters
    • Understand the current structure, phases, and scope
    • Note the success criteria and implementation approach
  2. Understand the requested changes:

    • Parse what the user wants to add/modify/remove
    • Identify if changes require codebase research
    • Determine scope of the update

Step 2: Research If Needed

Only spawn research tasks if the changes require new technical understanding.

If the user's feedback requires understanding new code patterns or validating assumptions:

  1. Create a research todo list using TodoWrite

Read the full file on GitHub · 239 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 · 239 lines · 11 tokens per session scan A fb754d2a678a

Subscribe to this mod's changes

iterate_plan_nt is a command published in the GitHub repository buildonspark/spark (110 stars, last pushed 5d ago), licensed Apache-2.0. It adds 11 tokens to every session and 1,734 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to iterate_plan, differing in 17 lines, and is treated as a copy.