What problem does it solve? Teams and solo developers need different levels of process ceremony, and switching between a lightweight solo workflow and a full team pipeline usually means rewriting project configuration. This Skill shows or switches the Archflow ceremony mode in place, without rewriting any project data. ## Core Features & Use Cases - Show Current Mode: Reads the mode from .archflow/roadmap.yaml and explains what it means for releases, gates, and roles. - Switch Modes In Place: Moves between quick (solo, auto-satisfied gates) and full (team, enforced advisory-recorded gates) with no data loss, since both modes share the same v2.0 schema. - Smart Graduation Prompt: Detects growth signals such as a second release, a second contributor, or project size thresholds, and offers an upgrade to full mode without forcing it. - Use Case: A solo developer whose side project gains a collaborator runs the mode switch to full, which materializes release files, enables readiness gates, and optionally turns on code review for every story. ## Quick Start Ask the agent to run /archflow-mode full to switch the project from quick mode to full team ceremony.