What problem does it solve?
Manual documentation migrations are error-prone and time-consuming, especially when adopting ai-dev standards across multiple projects. This skill automates the entire workflow to safely move existing docs into a standardized ai-dev structure.
Core Features & Use Cases
- Backup existing documentation by renaming docs/ to docs.old/ to preserve a restore point.
- Rebuild the standard ai-dev docs structure via an initialization step (/init-docs) and copy the manual references.
- Generate a comprehensive migration map and execute content migration with visibility for required manual review.
- Validate the new structure with a baseline and final checks to ensure compliance, plus a generated migration report.
- Use cases include migrating buffers, u-safe, or any project to ai-dev doc standards with rollback safety.
Quick Start
Run /migrate-docs <target-project-path> to begin migrating documentation to ai-dev standards.