name: migrate-docs-workflow description: Documentation workflow for design specs and progress tracking in the migrate project. Use when planning, implementing milestones, or recording project status updates.
Migrate Docs Workflow
Use specs for design
- Keep design documents in
specs/. - Record enough detail to derive implementation with minimal extra decisions.
Use PROGRESS.md for execution status
- Track completed work, current work, and next steps in
PROGRESS.md. - Update
PROGRESS.mdwhen finishing major milestones. - Update
PROGRESS.mdduring active development when plan status changes.