prprompts-flutter-generator: Command for Claude Code

.claude/commands/automation/full-cycle.md

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

An automation command that implements several planned software features in sequence, runs tests, reviews the work, and commits the code.

In plain words
What is it for?
Use it for end-to-end feature work in projects containing PR prompts, product and architecture documents, an implementation plan, and a pubspec.yaml file.
Why use it?
It combines repeated implementation, checking, and commit steps into one workflow when a project has the required planning files.

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/full-cycle.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 full-cycle

README.md
[![agentmods](https://agentmods.dev/badge/commands/kandil7/prprompts-flutter-generator/full-cycle.svg)](https://agentmods.dev/commands/kandil7/prprompts-flutter-generator/full-cycle)
Your own site
<a href="https://agentmods.dev/commands/kandil7/prprompts-flutter-generator/full-cycle"><img src="https://agentmods.dev/badge/commands/kandil7/prprompts-flutter-generator/full-cycle.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 404 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.00404
Opus 5 $0.00000 $0.00202
Sonnet 5 $0.00000 $0.00081
Haiku 4.5 $0.00000 $0.00040

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

Security

Grade A, and why

full-cycle 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 6d 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/full-cycle.md · 72 lines

What it actually says

EXECUTE: Full-Cycle Automation

IMPORTANT: This is an EXECUTION command. Immediately start the automation loop without waiting for confirmation.

Complete end-to-end automation: implements multiple features, runs tests, commits code.

STEP 1: Ask User

"How many features to implement? (1-10, recommended: 3)"

Wait for user input. Default to 3 if no answer.

STEP 2: Pre-Flight Check

Verify these exist:

  • PRPROMPTS/ (32 files)
  • docs/PRD.md
  • docs/ARCHITECTURE.md
  • docs/IMPLEMENTATION_PLAN.md
  • pubspec.yaml

If ANY missing, STOP and show error.

STEP 3: Implementation Loop

For each feature (1 to N):

3.1 Execute /implement-next

  • Find next TODO task
  • Load PRPROMPTS
  • Implement with tests
  • Validate

3.2 Execute /review-and-commit

  • PRPROMPTS compliance check
  • Security validation
  • Test coverage check
  • Auto-commit

3.3 Progress Update

✅ Feature [X]/[N] complete
   Task: [Task Name]
   Files: [count]
   Tests: [count]
   Coverage: [X]%

STEP 4: Final Summary

╔════════════════════════════════════════╗
║     FULL-CYCLE COMPLETE                ║
╚════════════════════════════════════════╝

✅ Features Implemented: [N]
✅ Total Files: [count]
✅ Total Tests: [count]
✅ Average Coverage: [X]%
✅ All Tests Passing
✅ Security Validated
✅ PRPROMPTS Compliant

📊 Time Saved: ~[X] hours (vs manual)
🚀 Ready for QA!

Next Steps:
1. Run /qa-check for compliance audit
2. Test app manually
3. Deploy to staging
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. 6d ago First seen · 72 lines · 0 tokens per session scan A c330dbbbb0c4

Subscribe to this mod's changes

full-cycle 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 404 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.