prprompts-flutter-generator: Command for Claude Code

.claude/commands/automation/update-plan.md

update-plan is a command for Claude Code from Kandil7/prprompts-flutter-generator. It costs 0 tokens per session (3,409 once invoked), scanned A, original, MIT.

A command for updating an implementation plan, a document that records project tasks, estimates, owners, and progress.

In plain words
What is it for?
Use it to read the project plan, calculate progress and delivery speed, and revise sprint allocations when the required plan file exists.
Why use it?
It compares the plan with completed work so the team can adjust future sprints and identify blocked tasks.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is Kandil7/prprompts-flutter-generator's own configuration. It tells Claude Code how to work on prprompts-flutter-generator 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 prprompts-flutter-generator configures →

Part of the prprompts-flutter-generator plugin — 25 commands, 4 hooks shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to Kandil7/prprompts-flutter-generator. 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/Kandil7/prprompts-flutter-generator/master/.claude/commands/automation/update-plan.md
Clone the repo
git clone --depth 1 https://github.com/Kandil7/prprompts-flutter-generator

Made for: Claude Code.

Or install prprompts-flutter-generator, the plugin that ships this one along with the rest of its 25 commands, 4 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 update-plan

README.md
[![agentmods](https://agentmods.dev/badge/commands/kandil7/prprompts-flutter-generator/update-plan.svg)](https://agentmods.dev/commands/kandil7/prprompts-flutter-generator/update-plan)
Your own site
<a href="https://agentmods.dev/commands/kandil7/prprompts-flutter-generator/update-plan"><img src="https://agentmods.dev/badge/commands/kandil7/prprompts-flutter-generator/update-plan.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,409 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.00000 $0.03409
Opus 5 $0.00000 $0.01705
Sonnet 5 $0.00000 $0.00682
Haiku 4.5 $0.00000 $0.00341

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

Security

Grade A, and why

update-plan 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.

.claude/commands/automation/update-plan.md · 466 lines

How it starts

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

EXECUTE: Update Implementation Plan

IMPORTANT: This is an EXECUTION command. Immediately perform all steps below without waiting for confirmation.

Re-plan based on actual progress, calculate velocity, identify blockers, and adjust sprint allocations.


STEP 1: Prerequisites Check

First, check if IMPLEMENTATION_PLAN.md exists:

ls docs/IMPLEMENTATION_PLAN.md

If missing:

❌ Error: docs/IMPLEMENTATION_PLAN.md not found

Please run:
  claude generate-implementation-plan

Then try update-plan again.

STEP 2: Read Current Plan

Read docs/IMPLEMENTATION_PLAN.md and extract:

Metadata:

  • Team Size: How many developers
  • Sprint Duration: 2 weeks (standard)
  • Initial Velocity: Planned SP/sprint
  • Actual Velocity: Average from completed sprints
  • Total Tasks: Total count
  • Total Story Points: Sum of all tasks

Current Progress:

For each task, extract:

  • Task ID: e.g., "Task 1.2"
  • Status: TODO | IN_PROGRESS | BLOCKED | DONE | SKIPPED
  • Estimated: Hours planned
  • Actual: Hours spent (if DONE or IN_PROGRESS)
  • Owner: Team member assigned
  • Sprint: Which sprint it's in

Completed Sprints:

For each sprint marked [COMPLETED] or [IN_PROGRESS]:

  • Sprint Number: 1, 2, 3...
  • Planned SP: Story points allocated
  • Completed SP: Story points actually done
  • Velocity %: (Completed / Planned) × 100%

STEP 3: Calculate Actual Velocity

Velocity Formula:

Actual Velocity = Average(Completed SP per sprint)

Example:

Sprint 1: 32 planned, 32 completed → 100%
Sprint 2: 32 planned, 26 completed → 81%
Sprint 3: 32 planned, 10 completed → 31% (Week 1 only, not counted)

Average velocity = (32 + 26) / 2 = 29 SP/sprint

Velocity Trend:

  • Increasing: Team getting faster (learning curve)
  • Stable: Consistent delivery
  • Decreasing: Technical debt, blockers, team issues

Compare to Planned Velocity:

Planned Velocity: 44 SP/sprint (team capacity)
Actual Velocity: 29 SP/sprint
Velocity Ratio: 29 / 44 = 66% (delivering 66% of capacity)

Read the full file on GitHub · 466 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 · 466 lines · 0 tokens per session scan A b303788846ed

Subscribe to this mod's changes

update-plan is a command published in the GitHub repository Kandil7/prprompts-flutter-generator (11 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,409 tokens. 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.