What problem does it solve? Setting up a phase-based AI development workflow requires creating many interlinked configuration files by hand, and missing or inconsistent files cause agents to fail mid-task. This Skill bootstraps the entire .archflow/ directory structure correctly in one guided pass. ## Core Features & Use Cases - Project State Bootstrap: Creates .archflow/current-phase.yaml and project-settings.yaml with phase tracking, ceremony mode, and gap tracking, plus copies phase, schema, stack, and design-system reference files without overwriting existing ones. - Guided Stack and Design System Selection: Offers stack profiles (e.g., NestJS + PostgreSQL + React, FastAPI, React Native) and a platform-filtered design system picker, writing the choices to YAML so every agent builds against the same contract. - Git and Agent Instruction Setup: Initializes git if needed, makes the initial commit, and injects an Archflow section into AGENTS.md/CLAUDE.md with update markers. - Use Case: A developer starting a new fullstack app runs the init command, picks the FastAPI + React profile and Material 3 design system, and immediately has a Phase 1-ready project where all 17 agents share consistent settings. ## Quick Start Ask your coding agent to run /archflow-init in the root of a new empty project to set up Archflow and start at Phase 1.