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.
curl -O https://raw.githubusercontent.com/Kandil7/prprompts-flutter-generator/master/.claude/commands/automation/full-cycle.mdgit clone --depth 1 https://github.com/Kandil7/prprompts-flutter-generatorWrote 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.
[](https://agentmods.dev/commands/kandil7/prprompts-flutter-generator/full-cycle)<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>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.
| Model | Per session | Once 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 |
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.
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
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.
- 6d ago First seen · 72 lines · 0 tokens per session scan A c330dbbbb0c4
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.
Other commands, from other repositories
implement-feature
Implement an approved feature plan with fresh-context slices, TDD, evidence, and PR-ready output.
traceability-audit
Map requirements, acceptance criteria, implementation, tests, and release artifacts into one traceability report.
building-flutter-apps-skill-ac1294fc
Flutter Riverpod app architecture and Windows installer delivery. Use before changing a Riverpod Flutter app/package or its Windows desktop packaging/update pipeline; skip non-Riverpod stacks and pure-Dart work.
review
Fast review of staged changes. Critical findings only — no style nits.
pre-commit
Run zetetic pre-commit checks manually on staged files.
pre-push
Run the full review skill on all changes since last push.