What problem does it solve? Setting up a new project involves many scattered decisions: verifying the PRD, categorizing the project, generating architecture and tech-stack standards, configuring quality gates, and wiring up a PM tool. This Skill orchestrates that entire sequence as one idempotent workflow, so nothing is missed and re-running it resumes from the first incomplete phase instead of starting over. ## Core Features & Use Cases - Phased orchestration: Runs PRD verification, project categorization (Type A/B/C), checklist completion, standards generation, quality gate setup, and PM tool configuration in order, with HALT conditions when developer input is required. - Skill composition: Delegates to /process-specify-prd, /capability-setup-pm, /capability-record-decision, and optional assess-* skills, degrading gracefully when any are not installed. - Idempotent resume: Detects existing PRDs, decision-log entries, adoption files, and quality gate registries, skipping completed phases on re-invocation. - Use Case: After writing a PRD for a new product, invoke this Skill to categorize the project, generate architecture.md, tech-stack.md, and way-of-working.md adoption files, register quality gates, and configure the PM tool — with every decision recorded as an ADL or ADR. ## Quick Start Ask the AI to bootstrap the project from the existing PRD, generating all adoption files, quality gates, and PM tool configuration.