plan-million-dollar-app

Orchestrate a multi-agent workflow to turn PRDs into phased implementation plans.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/aiguy611/cc-tools --skill plan-million-dollar-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-million-dollar-app
Source: https://github.com/aiguy611/cc-tools/tree/main/.github/skills/plan-million-dollar-app
Command: npx skills add https://github.com/aiguy611/cc-tools --skill plan-million-dollar-app

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates a multi-agent planning workflow to turn PRDs into actionable implementation plans, enabling teams to move from scaffolding to concrete execution with structured phases and clear handoffs.

Core Features & Use Cases

  • Orchestrates PRD analysis, architecture decisions, and plan generation to produce a .planning/plan.md for scaffolded projects.
  • Incorporates prior feedback from reviews and updates tracking artifacts to enable seamless handoff to the implement phase.
  • Supports resumable execution and parallel sub-agent analysis for token-efficient planning.

Quick Start

Invoke /plan-million-dollar-app with your project slug to generate a phased implementation plan from PRD analysis.

Frequently Asked Questions about plan-million-dollar-app

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

FAQPage Schema
How do I generate an implementation plan from a PRD for a scaffolded project?

To generate an implementation plan from a PRD, you orchestrate multi-agent workflow analysis to produce structured phases, architecture decisions, and a .planning/plan.md file for your scaffolded project. This enables seamless handoff to concrete execution.

What is multi-agent planning orchestration for PRD analysis?

Multi-agent planning orchestration for PRD analysis coordinates parallel sub-agents to evaluate architecture decisions and generate phased tasks. This token-efficient approach turns requirements into structured, actionable implementation plans with feedback-aware handoffs.

Can I resume execution if the planning workflow is interrupted?

Yes, you can resume execution if the planning workflow is interrupted. The orchestration supports resumable execution, allowing you to continue PRD analysis, architecture decisions, and plan generation without losing prior progress or feedback.

Does the planning workflow incorporate review feedback before generating tasks?

Yes, the planning workflow incorporates prior feedback from reviews before generating tasks. It integrates review feedback into the architecture decisions and updates tracking artifacts to ensure accurate, actionable implementation phases.

What's the best way to handle architecture decisions in a multi-phase implementation plan?

The best way to handle architecture decisions in a multi-phase implementation plan is using parallel sub-agent analysis. This approach evaluates architecture constraints during PRD analysis and enforces structured plan output for downstream implementation.