finalize-phase

Finalize feature workflows by updating roadmaps, archiving artifacts, and cleaning branches.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/marcusgoll/robinhood-algo-trading-bot --skill finalize-phase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finalize-phase
Source: https://github.com/marcusgoll/robinhood-algo-trading-bot/tree/main/.claude/skills/finalize-phase
Command: npx skills add https://github.com/marcusgoll/robinhood-algo-trading-bot --skill finalize-phase

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, yq, and includes references (resource) components.

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 "

Frequently Asked Questions about finalize-phase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update the product roadmap after deploying a feature to production?

Update the roadmap to move the feature from In Progress to Shipped, add the version number and production URL, then commit the change. This Skill automates that transition alongside documentation and artifact updates in a single workflow.

What's the best way to archive project artifacts and documentation after a feature ships?

Archive specifications, plans, tasks, and reports under a versioned specs directory for audit and future reference. This Skill archives all artifacts and updates README and CHANGELOG automatically after deployment.

Can I automate cleaning up feature branches and finalizing workflows with git?

Yes. This Skill automates branch cleanup, commits a finalization record, and executes the complete workflow—roadmap updates, artifact archival, documentation refresh—in a repeatable 10-15 minute process after production deployment.

Do I need both git and yq to finalize feature workflows?

Yes. This Skill requires git for version control and branch management, and yq for structured data handling during the finalization process across roadmap, artifact, and documentation tasks.

What happens if I don't update documentation and roadmap after shipping a feature?

Projects become misaligned—users don't know what shipped, audit trails disappear, and future development loses context. This Skill prevents that by automating roadmap moves to Shipped, archiving artifacts, and updating public documentation in one commit.

How long does the finalization workflow take?

The complete finalization process—roadmap updates, artifact archival, documentation refresh, and branch cleanup—executes as a repeatable 10-15 minute workflow once triggered after production deployment.