Phase Generator

Generate Core, Quality, or Demo phases of PRPROMPTS files for Flutter projects.

11|2|Updated Oct 15, 2025
One-click install
npx skills add https://github.com/Kandil7/prprompts-flutter-generator --skill phase-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Phase Generator
Source: https://github.com/Kandil7/prprompts-flutter-generator/tree/main/.qwen/skills/prprompts-core/phase-generator
Command: npx skills add https://github.com/Kandil7/prprompts-flutter-generator --skill phase-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires prd-analyzer.

What problem does it solve?

This Skill prevents information overload by generating PRPROMPTS files in logical stages (Core, Quality, Demo) instead of all at once. It helps developers focus on one area of development at a time, providing relevant guidance precisely when needed, and streamlining the overall project workflow.

Core Features & Use Cases

  • Phased Generation: Generate essential architecture (Phase 1: Core), testing & security (Phase 2: Quality), or demo & deployment (Phase 3: Demo) files.
  • PRD-Driven Customization: Each generated file is dynamically tailored to your project's specific requirements (e.g., HIPAA for healthcare, BLoC for state management) based on your Product Requirements Document (PRD).
  • Use Case: Start a new Flutter project by generating only Phase 1 (Core) files to establish the foundational architecture. Once core features are built, generate Phase 2 (Quality) to add comprehensive testing and security, then Phase 3 (Demo) for launch preparation.

Quick Start

Generate Phase 1 (Core) of your Flutter project guides. @claude use skill prprompts-core/phase-generator --phase 1

Frequently Asked Questions about Phase Generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Flutter project guides in phases instead of all at once?

Phase Generator creates PRPROMPTS files in three staged phases: Phase 1 (Core) for architecture, Phase 2 (Quality) for testing and security, and Phase 3 (Demo) for deployment. This prevents information overload by delivering relevant guidance exactly when your team needs it during development.

Can I customize generated guides based on my Flutter project's specific requirements?

Yes. Phase Generator reads your PRD (Product Requirements Document) and tailors each phase's files to your project: compliance needs (HIPAA, SOC2), state management (BLoC, Riverpod), authentication methods, target platforms, and project type. Context flows from your PRD metadata into every generated file.

What's the workflow for scaffolding a Flutter app using phased generation?

Start by generating Phase 1 (Core) to establish foundational architecture. Once core features are built, generate Phase 2 (Quality) to add testing and security practices. Finally, generate Phase 3 (Demo) for launch preparation and deployment guidance. Each phase builds on the previous foundation.

Do I need a PRD to use Phase Generator for my Flutter project?

Yes. Phase Generator requires a PRD file at a specified path; it loads your project's metadata (compliance, platforms, state management, auth method) from that document to customize all generated guidance. Without a PRD, phase-specific context customization cannot occur.

What happens if I run Phase Generator multiple times—will it overwrite existing files?

Phase Generator supports an optional overwrite flag. By default, it generates files to your PRPROMPTS directory; you control whether to replace existing phase files or preserve them. This lets you regenerate specific phases without losing manual customizations in other phases.