What problem does it solve? In long-running AI-assisted projects, conversations drift between planning and building phases, causing out-of-phase suggestions and lost context. This Skill maintains a persistent, project-global conversation Mode (Plan, Dev, Dual, or Neutral) so every joined chat stays in-phase and out-of-mode requests trigger a gentle nudge instead of silent drift. ## Core Features & Use Cases - Four conversation modes: Plan (planning work only), Dev (building work only), Dual (both allowed), and Neutral (no enforcement), stored in .tandem-mode.json at the repo root. - Opt-in joining and isolation: Chats join the global mode via session start or explicit mode setting, and can be isolated back to a free state with a leave command. - Soft enforcement nudges: When a joined chat's request conflicts with the active mode, the Skill offers to switch modes, go Dual, or handle the task as a one-off without changing state. - Use Case: A founder planning a PRD in one chat says "go to plan mode"; later, when they accidentally ask for code changes in that chat, they get a nudge offering to switch to Dev mode rather than silently mixing phases. ## Quick Start Tell the assistant to set the project to plan mode for this session, for example by saying "go to plan mode".