prprompts-flutter-generator: Command for Claude Code

.claude/commands/prd/auto-generate.md

Auto Generate PRD is a command for Claude Code from Kandil7/prprompts-flutter-generator. It costs 17 tokens per session (2,340 once invoked), scanned A, original, MIT.

A command that turns a project description file into a complete product requirements document (PRD), which describes what a software product should do. It infers the app’s purpose, users, features, and industry from files such as README.md.

In plain words
What is it for?
Use it to create a PRD from project_description.md, docs/project_description.md, PROJECT_DESCRIPTION.md, or README.md. It can also infer whether the project is for healthcare, finance, education, logistics, online shopping, or business software.
Why use it?
It removes the need to write the initial requirements document by hand or answer a long series of questions. The result gives development work a structured starting point.

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/prd/auto-generate.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 Auto Generate PRD

README.md
[![agentmods](https://agentmods.dev/badge/commands/kandil7/prprompts-flutter-generator/auto-generate.svg)](https://agentmods.dev/commands/kandil7/prprompts-flutter-generator/auto-generate)
Your own site
<a href="https://agentmods.dev/commands/kandil7/prprompts-flutter-generator/auto-generate"><img src="https://agentmods.dev/badge/commands/kandil7/prprompts-flutter-generator/auto-generate.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,340 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.00017 $0.02340
Opus 5 $0.00009 $0.01170
Sonnet 5 $0.00003 $0.00468
Haiku 4.5 $0.00002 $0.00234

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

Security

Grade A, and why

Auto Generate PRD 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/prd/auto-generate.md · 317 lines

How it starts

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

Auto-Generate PRD from Project Description

Overview

Automatically generate a complete Product Requirements Document from a simple project description file. No user interaction required - full AI inference.

Input File Detection

Look for description files in this order:

  1. File specified by user: --file path/to/description.md
  2. project_description.md (root directory)
  3. docs/project_description.md
  4. PROJECT_DESCRIPTION.md
  5. README.md (if contains project description)

Inference Rules

Step 1: Read Description File

Extract:

  • App name and purpose
  • Target users
  • Key features (3-10)
  • Special requirements (compliance, offline, etc.)

Step 2: Infer Project Type

Keywords → Type:

  • "patient", "doctor", "medical", "health", "HIPAA", "telemedicine" → healthcare
  • "payment", "bank", "transaction", "credit card", "financial", "PCI" → fintech
  • "student", "teacher", "course", "learning", "education", "FERPA" → education
  • "delivery", "tracking", "shipping", "logistics", "fleet" → logistics
  • "shopping", "cart", "checkout", "ecommerce", "marketplace" → ecommerce
  • "business", "workflow", "productivity", "SaaS", "enterprise" → saas
  • None of above → generic

Step 3: Infer Compliance Requirements

Keywords → Compliance:

  • "HIPAA", "PHI", "protected health information" → Add "hipaa"
  • "PCI-DSS", "PCI", "credit card", "payment card" → Add "pci-dss"
  • "GDPR", "European", "EU users", "data protection" → Add "gdpr"
  • "SOX", "Sarbanes-Oxley" → Add "sox"
  • "COPPA", "children under 13", "parental consent" → Add "coppa"
  • "FERPA", "student records" → Add "ferpa"
  • "FDA", "medical device" → Add "fda"

Step 4: Infer Platforms

Default: ["ios", "android"] (if not mentioned)

Keywords → Platforms:

  • "iOS", "iPhone", "iPad" → Add "ios"
  • "Android", "Play Store" → Add "android"
  • "web", "website", "browser" → Add "web"
  • "desktop", "Windows", "macOS" → Add respective platform

Step 5: Infer Authentication Method

Read the full file on GitHub · 317 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 · 317 lines · 17 tokens per session scan A 64fea6f0f629

Subscribe to this mod's changes

Auto Generate PRD is a command published in the GitHub repository Kandil7/prprompts-flutter-generator (11 stars, last pushed 9mo ago), licensed MIT. It adds 17 tokens to every session and 2,340 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.