phase-workflow-runner

Audit project phases, fill gaps, run tests, and report readiness.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/UBAIDRAZA1/UBAIDRAZA1-Todo-Web-Application --skill phase-workflow-runner-ubaidraza1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-workflow-runner
Source: https://github.com/UBAIDRAZA1/UBAIDRAZA1-Todo-Web-Application/tree/main/.gemini/skills/phase-workflow-runne
Command: npx skills add https://github.com/UBAIDRAZA1/UBAIDRAZA1-Todo-Web-Application --skill phase-workflow-runner-ubaidraza1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits and orchestrates project phases end-to-end, preventing rework by ensuring gaps are identified and resolved before proceeding.

Core Features & Use Cases

  • Phase audit: Inspect project structure, specs, and tests to identify completed, missing, or failing items.
  • Gap filling: Create missing sources and tests, implement minimal code to satisfy tests, and avoid altering already working code.
  • Execution & verification: Run full test suites, perform smoke checks, and verify acceptance criteria from specs.
  • Documentation & completion: Update task checklists and produce a concise completion summary.

Quick Start

Audit the current phase and initiate the phased workflow to audit, fill gaps, run tests, and report readiness.

Frequently Asked Questions about phase-workflow-runner

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

FAQPage Schema
How do I automate phase audits and gap filling for multi-phase project workflows?

Automate phase audits by inspecting project structure, specs, and tests to identify missing artifacts, then generate minimal code to satisfy tests and verify acceptance criteria before proceeding. This prevents rework by resolving gaps end-to-end.

What is the best way to verify acceptance criteria and run tests before moving to the next project phase?

Verify acceptance criteria by running full test suites and performing smoke checks against project specs. The workflow audits prior work, executes tests, and produces a completion summary to document readiness for the next phase.

Can I use automated phase workflows to generate missing test files and source code?

Yes, automated phase workflows support gap filling by creating missing sources and tests, implementing minimal code to satisfy tests, and avoiding alterations to already working code within the project structure.

How does a phase workflow audit handle test-driven development and explicit phase checks?

The phase workflow audit handles test-driven development by inspecting existing tests, filling code gaps to satisfy tests, and enforcing strict acceptance criteria across code, docs, and tests before allowing phase progression.

What are the limitations of automating project phase execution and gap resolution?

This automation targets multi-phase projects with explicit phase checks and strict acceptance criteria. It may not suit projects lacking structured specs, test-driven development practices, or clearly defined completion gates for verifying readiness.

Do I need explicit acceptance criteria and spec files to run phase workflow audits?

Yes, phase workflow audits require explicit acceptance criteria from specs to verify readiness. The workflow inspects project structure, specs, and tests to identify completed, missing, or failing items before proceeding.