finalize-phase

Finalize feature workflows by generating epic reports, updating roadmaps, and cleaning branches.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Marcus-Mok-GH/Claude-code-conductor --skill finalize-phase-marcus-mok-gh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finalize-phase
Source: https://github.com/Marcus-Mok-GH/Claude-code-conductor/tree/main/.claude/skills/finalize-phase
Command: npx skills add https://github.com/Marcus-Mok-GH/Claude-code-conductor --skill finalize-phase-marcus-mok-gh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the finalization process for feature or epic workflows after deployment, automating the generation of comprehensive documentation, updating the roadmap, archiving artifacts, and cleaning up branches, ensuring a clean workflow closure.

Core Features & Use Cases

  • Epic Walkthrough Generation: Automatically generates a detailed report for epics post-deployment, including velocity metrics, sprint results, and lessons learned.
  • Roadmap Update: Moves completed features or epics to the "Shipped" section of the roadmap with relevant details.
  • Artifact Archival: Verifies and archives all necessary workflow artifacts for future reference.
  • Documentation Update: Updates README, CHANGELOG, and user guides with the latest information for the shipped feature.
  • Branch Cleanup: Deletes feature branches locally and remotely after deployment.
  • Commit Finalization: Documents the finalization process in a commit message, ensuring the workflow closure is tracked in the version control history.
  • Use Case: After deploying a new feature, use this Skill to generate the final documentation, update the roadmap, archive the artifacts, and clean up the branch to close the feature workflow cleanly.

Quick Start

After deployment completes, run: /conductor:finalize

Frequently Asked Questions about finalize-phase

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

FAQPage Schema
How do I automate feature branch cleanup and documentation after deployment?

Automate feature branch cleanup and documentation after deployment by running a finalization workflow that generates epic reports, updates roadmaps, archives artifacts, and deletes branches locally and remotely. This ensures a clean workflow closure with tracked commits.

What is included in an epic walkthrough generation post-deployment?

Epic walkthrough generation post-deployment includes detailed reports with velocity metrics, sprint results, and lessons learned. It serves as comprehensive documentation verifying that deployment is complete before archiving artifacts.

How do I update a roadmap and changelog after shipping a feature?

Update a roadmap and changelog after shipping a feature by automating the finalization process to move completed epics to the "Shipped" section and append the latest information to README and user guides automatically.

Do I need a completed ship report to finalize a workflow?

Yes, you need a completed deployment and a ship report to finalize a workflow. The finalization process requires these inputs to generate the finalization report and update project documentation accurately.

What's the best way to archive workflow artifacts and delete feature branches?

The best way to archive workflow artifacts and delete feature branches is using an automated finalization workflow that verifies and archives artifacts, then removes branches locally and remotely while documenting the closure in a final commit message.