What problem does it solve?
This Skill ensures that project workflows are formally completed, valuable documentation is preserved, and product roadmaps are kept up-to-date after a feature has been deployed.
Core Features & Use Cases
- Roadmap Updates: Automatically moves features from "In Progress" to "Shipped" on the product roadmap, adding completion dates and production URLs.
- Artifact Archival: Archives all project documents, including specifications, plans, tasks, and reports, for future reference and audit.
- Documentation Updates: Updates user-facing documentation like
README.md and CHANGELOG.md to reflect the new feature.
- Use Case: After successfully deploying a new feature to production, use this Skill to update the roadmap, archive all related project artifacts, update the public-facing documentation, and clean up the feature branch, ensuring a clean project state.
Quick Start
Update roadmap, archive artifacts, update docs, clean branches
git add .spec-flow/memory/roadmap.md README.md CHANGELOG.md
git commit -m "chore: finalize student-progress-dashboard feature
- Updated roadmap: Moved to Shipped (v1.3.0)
- Updated README: Added progress dashboard to features list
- Updated CHANGELOG: Added v1.3.0 release entry
- Archived all artifacts in specs/042-student-progress-dashboard/
- Cleaned up feature branch
Feature complete - workflow closed
"