phase-workflow-runner

Audit, fill gaps, test, and report readiness for the next project phase.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/sarimofficial/HackathonlPhase-IV-AI-Powered-Kubernetes-Deployment-Minikube-Helm-kubectl-ai-Kagent-Gordon --skill phase-workflow-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-workflow-runner
Source: https://github.com/sarimofficial/HackathonlPhase-IV-AI-Powered-Kubernetes-Deployment-Minikube-Helm-kubectl-ai-Kagent-Gordon/tree/main/.claude/skills/phase-workflow-runne
Command: npx skills add https://github.com/sarimofficial/HackathonlPhase-IV-AI-Powered-Kubernetes-Deployment-Minikube-Helm-kubectl-ai-Kagent-Gordon --skill phase-workflow-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates a complete, repeatable phase workflow for software projects, helping teams audit current work, fill gaps, run tests, verify acceptance criteria, and prepare for the next phase.

Core Features & Use Cases

  • Phase Audit: Inspect project structure, read relevant specs and tasks, and produce a concise audit before any action.
  • Gap Filling & Testing: Create missing source files, add minimal implementations, and execute tests to achieve a passing (green) state.
  • Execution & Verification: Run the full workflow, perform manual smoke checks if needed, and verify acceptance criteria from spec.md.
  • Documentation Update & Completion: Update tasks.md checkboxes, mark checkpoints complete, and trigger the completion gate when all criteria pass.
  • Use Case: When a user asks to run or complete a project phase, the skill audits, fills gaps, tests, and reports readiness for the next phase.

Quick Start

Use the phase-workflow-runner to audit a project, fill gaps, run tests, verify criteria, and report readiness for the next phase.

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 project phase audits and verify acceptance criteria before moving to the next phase?

Automating phase audits requires inspecting structure, reading specs, running tests, and verifying acceptance criteria to gate phase completion. This skill executes that workflow by auditing gaps, filling missing files, and testing to confirm readiness.

What is a phase workflow runner and when do I need to audit software project phases?

A phase workflow runner automates end-to-end software project phase progression by auditing current work and testing readiness. You need it when you require a repeatable process to identify missing pieces, execute tests, and validate acceptance criteria before advancing.

How do I fill gaps and create missing source files during a project phase?

Filling gaps during a project phase involves auditing existing structure, creating missing source files, adding minimal implementations, and executing tests. This gap filling process achieves a passing test state to verify the phase is ready for completion.

Can I use automated testing to validate acceptance criteria and gate project completion?

You can use automated testing to validate acceptance criteria and gate project completion. This workflow relies on tests to define correctness, executes them to reach a passing state, and triggers a completion gate when all specified criteria pass.

What's the best way to update tasks.md and mark checkpoints complete after a phase audit?

The best way to update tasks.md and mark checkpoints complete is to automate documentation updates after tests pass. This workflow updates checkboxes and triggers the completion gate automatically once all acceptance criteria are verified.