What problem does it solve? New projects lack the documentation layout and AI instruction files that spec-driven development workflows depend on, and manually creating AGENTS.md, REVIEW.md, CLAUDE.md, and .coderabbit.yaml consistently is error-prone. ## Core Features & Use Cases - Docs scaffolding: Creates docs/specs/, docs/changes/, docs/tasks.md, docs/index.yml, and docs/index.md only when missing, never overwriting existing content. - Instruction file setup: Seeds AGENTS.md with a task-tracking pointer, REVIEW.md with PR review rules, a CLAUDE.md @AGENTS.md import, and a .coderabbit.yaml that points CodeRabbit at REVIEW.md. - Legacy detection without migration: Detects symlinks, obsolete .github/copilot-instructions.md, and stale task-tracking language, then reports them and defers migration to /fx-upgrade. - Use Case: When /spec-writer or /project-management runs on a fresh repository, this skill runs automatically as a prerequisite to guarantee the docs structure and instruction files exist before any spec or task work begins. ## Quick Start Ask the agent to set up the docs structure and project instruction files for spec-driven development in this repository.