flow-completer

Verify iterations and tasks before updating status and dashboard.

38|4|Updated Oct 1, 2025
One-click install
npx skills add https://github.com/khgs2411/flow --skill flow-completer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-completer
Source: https://github.com/khgs2411/flow/tree/main/framework/skills/flow-completer/SKILL.md
Command: npx skills add https://github.com/khgs2411/flow --skill flow-completer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures all work is verified before marking tasks/phases complete and updates dashboards accordingly.

Core Features & Use Cases

  • Completion Gate Enforcement: Validate iterations/tasks before completion
  • Dashboard Update: Reflect completion in DASHBOARD.md
  • Progress Reporting: Provide next steps and status

Quick Start

Use /flow-task-complete or /flow-phase-complete once verification is done.

Frequently Asked Questions about flow-completer

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

FAQPage Schema
How do I mark tasks complete after verification in project workflows?

Use `/flow-task-complete` after verifying all work is done. The Skill validates iterations and action items against .flow/phase-N/task-M.md files, updates task status, and records completion timestamps to ensure nothing closes without passing verification gates.

What happens when I complete a phase in a multi-phase project?

Run `/flow-phase-complete` once verification passes. The Skill enforces completion gates, validates all phase work, updates DASHBOARD.md to reflect progress, and timestamps the closure for audit trails.

Can I automate task completion without manual verification steps?

No. Task completion enforces verification gates by design—the Skill reads documentation files and validates iterations before allowing status updates, preventing premature closure of incomplete work.

How does the Skill track progress across tasks and phases?

It updates DASHBOARD.md with completion status and provides next steps after each task or phase closes, giving real-time visibility into project progress across the entire workflow.

What file structure does the Skill expect for task verification?

Tasks must be organized in .flow/phase-N/task-M.md files. The Skill reads these markdown files to validate iterations and action items before marking tasks complete.