What problem does it solve? Auctra projects with localized workspaces (such as zh-CN chinese-novel layouts) mix human-facing display directories like 章节/ and 大纲/ with a machine-owned .auctra/ source of truth. Without clear routing, agents may hand-edit .auctra files, misuse display_path fields, or run the wrong CLI commands during project setup, migration, import, and export. ## Core Features & Use Cases - Workspace Routing: Decides whether a request needs project init, layout plan/apply, directory explanation, import/export, or handoff to a creative writing skill. - Real CLI Command Guidance: Provides verified commands such as auctra project init --locale zh-CN --layout chinese-novel --json and auctra project layout plan/apply with confirmation gates. - Boundary Enforcement: Prevents direct writes to .auctra/project.yaml, .auctra/runs, .auctra/review, SQLite rows, and review decisions, keeping machine state CLI-owned. - Use Case: A user asks to migrate a legacy novel project to Chinese display directories; the Skill routes them to run auctra project layout plan first, then only suggests apply --yes --json after explicit confirmation. ## Quick Start Ask the agent to check whether your Auctra project needs a zh-CN chinese-novel layout and which CLI command to run next.