File contents Phase Workflow Runner
This skill executes a deterministic, repeatable phase workflow.
Core Principles
Never overwrite existing working code
Never redo completed tasks
Always audit before action
Tests define correctness
Phase completion requires verification
Workflow Steps (MANDATORY)
1. Phase Audit
Inspect project structure
Read relevant spec and tasks files
Identify:
Completed items
Missing files
Failing or absent tests
Partial implementations
Produce a concise audit report before proceeding.
2. Gap Filling
Only after audit:
Create missing source files
Create missing test files (RED)
Implement minimal code to pass tests (GREEN)
Refactor if required
Rules:
Do not modify completed, passing code
Do not remove existing functionality
3. Execution & Verification
Run full test suite
Perform manual smoke checks if CLI/project requires
Verify acceptance criteria from spec.md
4. Documentation Update
Update tasks.md checkboxes
Mark checkpoints complete
Add short completion summary
5. Completion Gate
If all criteria pass:
Declare phase COMPLETE
Ask user:
“Phase X complete. Proceed to Phase X+1?”
If not:
Safety Rules
Never hallucinate missing work
Never assume tests exist
Never skip audit
Never continue if tests fail
Output Format
Always output:
Audit Summary
Actions Taken
Test Results
Acceptance Criteria Status
Next Step Recommendation
1 --- 2 name: phase-workflow-runne 3 description: Phase Workflow Runner 4 --- 5 6 # Phase Workflow Runner 7 8 This skill executes a deterministic, repeatable phase workflow. 9 10 ## Core Principles 11 - Never overwrite existing working code 12 - Never redo completed tasks 13 - Always audit before action 14 - Tests define correctness 15 - Phase completion requires verification 16 17 ## Workflow Steps (MANDATORY) 18 19 ### 1. Phase Audit 20 - Inspect project structure 21 - Read relevant spec and tasks files 22 - Identify: 23 - Completed items 24 - Missing files 25 - Failing or absent tests 26 - Partial implementations 27 28 Produce a concise audit report before proceeding. 29 30 ### 2. Gap Filling 31 Only after audit: 32 - Create missing source files 33 - Create missing test files (RED) 34 - Implement minimal code to pass tests (GREEN) 35 - Refactor if required 36 37 Rules: 38 - Do not modify completed, passing code 39 - Do not remove existing functionality 40 41 ### 3. Execution & Verification 42 - Run full test suite 43 - Perform manual smoke checks if CLI/project requires 44 - Verify acceptance criteria from spec.md 45 46 ### 4. Documentation Update 47 - Update tasks.md checkboxes 48 - Mark checkpoints complete 49 - Add short completion summary 50 51 ### 5. Completion Gate 52 If all criteria pass: 53 - Declare phase COMPLETE 54 - Ask user: 55 “Phase X complete. Proceed to Phase X+1?” 56 57 If not: 58 - Report blockers and stop 59 60 ## Safety Rules 61 - Never hallucinate missing work 62 - Never assume tests exist 63 - Never skip audit 64 - Never continue if tests fail 65 66 ## Output Format 67 Always output: 68 1. Audit Summary 69 2. Actions Taken 70 3. Test Results 71 4. Acceptance Criteria Status 72 5. Next Step Recommendation
sarimofficial/HackathonlPhase-IV-AI-Powered-Kubernetes-Deployment-Minikube-Helm-kubectl-ai-Kagent-Gordon/tree/main/.claude/skills/phase-workflow-runne commit 1b2be537c1
Frequently asked questions How do I install the Phase Workflow Runne skill? Run npx skillmds@latest add sarimofficial/phase-workflow-runne in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Phase Workflow Runne skill do? Phase Workflow Runner It is listed under Productivity on SkillMD.
Is Phase Workflow Runne safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Phase Workflow Runne? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Phase Workflow Runne free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Phase Workflow Runne? sarimofficial (@sarimofficial) published this skill. Their other Agent Skills are listed on their SkillMD profile.