prprompts-flutter-generator: Command for Claude Code

.claude/commands/prprompts/phase-3.md

Generate Phase 3 is a command for Claude Code from Kandil7/prprompts-flutter-generator. It costs 25 tokens per session (1,970 once invoked), scanned A, original, MIT.

A command for generating ten Phase 3 PRPROMPTS files and a README focused on demos and learning. It adapts the files to the project requirements and follows a fixed six-section format with examples, constraints, checks, practices, and references.

In plain words
What is it for?
Use it to generate guides for AI pair programming, analytics, refactoring, demo setup and deployment, branding, progress tracking, client reports, role adaptation, and lessons learned.
Why use it?
It creates a complete, consistently structured set of project guides instead of requiring each file to be written and formatted separately.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code.

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/prprompts/phase-3.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 Generate Phase 3

README.md
[![agentmods](https://agentmods.dev/badge/commands/kandil7/prprompts-flutter-generator/phase-3.svg)](https://agentmods.dev/commands/kandil7/prprompts-flutter-generator/phase-3)
Your own site
<a href="https://agentmods.dev/commands/kandil7/prprompts-flutter-generator/phase-3"><img src="https://agentmods.dev/badge/commands/kandil7/prprompts-flutter-generator/phase-3.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 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,970 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.00025 $0.01970
Opus 5 $0.00013 $0.00985
Sonnet 5 $0.00005 $0.00394
Haiku 4.5 $0.00003 $0.00197

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

Security

Grade A, and why

Generate Phase 3 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/prprompts/phase-3.md · 224 lines

How it starts

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

Generate Phase 3: Demo & Learning (v2.0)

Overview

Generate the 10 demo and learning PRPROMPTS files plus README, following v2.0 strict PRP pattern.

Input

Read: docs/PRD.md - Extract YAML frontmatter for customization.

V2.0 SPECIFICATION

PRP Pattern (MANDATORY)

Every file MUST follow this exact 6-section structure:

## FEATURE
What this guide helps you accomplish

## EXAMPLES
Real code with actual file paths

## CONSTRAINTS
✅ DO / ❌ DON'T rules

## VALIDATION GATES
Manual checklist + automated CI checks

## BEST PRACTICES
Junior-friendly "Why?" explanations

## REFERENCES
Official docs, tools, templates

Quality Requirements

  • Length: 500-600 words per file (README: 300-400 words)
  • No Placeholders: All content actionable
  • Real Examples: Actual code, workflows, templates
  • Junior-Friendly: Explain benefits and rationale
  • PRD-Adapted: Files 26 and 31 heavily customized

Output

IMPORTANT: All files MUST go inside the PRPROMPTS/ folder.

Files to Generate (10 files + README, numbered 23-32)

  1. 23-ai_pair_programming_guide.md (500-600 words)

    • Claude Code, GitHub Copilot integration
    • AI-assisted refactoring, test generation
    • Human review required for AI code
  2. 24-dashboard_and_analytics.md (500-600 words)

    • Firebase Analytics, Crashlytics
    • Event tracking, performance monitoring
    • Privacy review, NO logging PII/PHI
  3. 25-tech_debt_and_refactor_strategy.md (500-600 words)

    • Debt scoring (High/Medium/Low)
    • 20% sprint capacity for refactors
    • GitHub Issues labeled tech-debt
  4. 26-demo_environment_setup.md (500-600 words) ⭐ PRD-CUSTOMIZED

    • MUST adapt based on PRD's project_type
    • Healthcare: Pre-populated patient records
      final demoPatientsHealthcare = [
        Patient(id: '1', name: 'John Doe', condition: 'Diabetes'),
      ];
      
    • Fintech: Test credit cards (4242...)
      final demoCardsFintech = [
        CreditCard(last4: '4242', brand: 'Visa', expiryMonth: 12, expiryYear: 2025),
      ];
      
    • Education: Sample courses and students
    • E-commerce: Demo products, orders
    • SaaS: Sample workspaces, users

Read the full file on GitHub · 224 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 · 224 lines · 25 tokens per session scan A 91d02d36a507

Subscribe to this mod's changes

Generate Phase 3 is a command published in the GitHub repository Kandil7/prprompts-flutter-generator (11 stars, last pushed 9mo ago), licensed MIT. It adds 25 tokens to every session and 1,970 once invoked, about $0.0001 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.