devflow-finalize

Validate tests, resolve BLOCK findings, and generate a final summary.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/abdias98/DevFlow --skill devflow-finalize
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: devflow-finalize
Source: https://github.com/abdias98/DevFlow/tree/main/.agents/skills/devflow-finalizer
Command: npx skills add https://github.com/abdias98/DevFlow --skill devflow-finalize

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The DevFlow Finalizer automates the closing phase of a feature by validating tests, resolving BLOCK findings, and producing a clear final summary along with operational guidance for reviewers.

Core Features & Use Cases

  • Verify test results and ensure all criteria in the DoD are satisfied before closing a feature.
  • Collect and record artifacts, update plan checklists, and persist knowledge for future reference.
  • Clean up session memory and reset the environment to prevent stale context in future iterations.

Quick Start

Invoke the DevFlow Finalizer after completing a feature to generate the final summary, verify tests, and clean session memory.

Frequently Asked Questions about devflow-finalize

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

FAQPage Schema
How do I verify tests and resolve blockers before closing a feature?▼

Feature finalization validates test results and resolves BLOCK findings to ensure all criteria are satisfied. It automates the closing phase by verifying tests, updating plan checklists, and generating a concise final summary for reviewers.

What is the best way to automate definition of done verification for software features?▼

Definition of Done (DoD) verification is automated by validating tests and resolving blockers before closing a feature. The process checks required steps, collects artifacts, and persists knowledge to ensure all criteria are fully satisfied.

How do I clean up session memory and reset context after completing a feature?▼

Session memory cleanup is performed by resetting the environment and clearing stale context after feature completion. This prevents leftover data from affecting future iterations and ensures a clean state for subsequent development cycles.

How do I persist knowledge and collect artifacts when finalizing a feature?▼

Knowledge persistence and artifact collection are achieved by recording outputs and updating plan checklists during finalization. This stores critical feature information for future reference and maintains a comprehensive record of completed work.

Does feature finalization work without external dependencies?▼

Feature finalization operates with no external dependencies, requiring no additional components or libraries. It independently executes test verification, memory persistence, and session cleanup within the DevFlow lifecycle.