Skip to content
Automation
Skill

/completion-verification

Verify all phases are complete with weighted quality scoring before allowing session exit.

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill completion-verification --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/completion-verification

Context preview

The summary Claude sees to decide when to auto-load this skill.

Verify all phases are complete with weighted quality scoring before allowing session exit.

SKILL.md

completion-verification.SKILL.md
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]

Completion Verification

Verify all phases are complete with weighted quality scoring before allowing session exit.

Agent

Completion Verifier - `pwf-completion-verifier`

Workflow

1. Read all three planning files in parallel 2. Parse checkbox completion state from task_plan.md 3. Cross-reference plan, findings, and progress for consistency 4. Check error resolution status 5. Calculate weighted quality score (phases 40%, errors 25%, findings 20%, continuity 15%) 6. Generate recommendations if threshold not met 7. Write verification report to progress.md

Inputs

  • `projectPath` - Root path for planning files
  • `taskDescription` - Original task description
  • `qualityThreshold` - Minimum score to pass (default: 80)
  • `strictMode` - Require 100% checkbox completion (default: false)

Outputs

  • Quality score with component breakdown
  • Phase completion report
  • Unresolved error list
  • Prioritized improvement recommendations

Process Files

  • `planning-orchestrator.js` - Completion assessment and final verification
  • `planning-verification.js` - Full verification pipeline
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.