Parent Issue
#79
Objective
Implement automation skills for manifest evolution and validation: manifest-evolution-planner for auto-generating migration steps and manifest-doctor for validating/repairing Squad layout.
Description
Implement two automation skills: (1) manifest-evolution-planner that auto-generates migration steps from manifest version diffs, and (2) manifest-doctor that validates Squad layout against manifest and offers repair options.
Scope
- Implement manifest-evolution-planner skill
- Implement manifest-doctor skill
- Auto-generate migration steps from manifest v(N) vs v(N+1) diffs
- Validate Squad directory structure against manifest
- Offer automated repair suggestions
- Implement dry-run mode
- Implement post-migration validation
- Document rollback instructions
Acceptance Criteria
Files Likely Touched
- skills/manifest-evolution-planner/ (new)
- skills/manifest-doctor/ (new)
- src/cli-doctor.ts (new or modify)
- test/manifest-evolution-planner.test.ts (new)
- test/manifest-doctor.test.ts (new)
- test/e2e-migration.test.ts (new)
Dependencies
- Depends on: Sub-issue 1 (Foundation — Manifest Schema + Path Resolver)
- Depends on: Sub-issue 2 (Code Migration — Audit Skill + Runtime Integration)
Parent Issue
#79
Objective
Implement automation skills for manifest evolution and validation: manifest-evolution-planner for auto-generating migration steps and manifest-doctor for validating/repairing Squad layout.
Description
Implement two automation skills: (1) manifest-evolution-planner that auto-generates migration steps from manifest version diffs, and (2) manifest-doctor that validates Squad layout against manifest and offers repair options.
Scope
Acceptance Criteria
Files Likely Touched
Dependencies