qualia-verify

Spawn a verifier agent to validate phase goals and generate verification reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Qualiasolutions/qualia-framework --skill qualia-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qualia-verify
Source: https://github.com/Qualiasolutions/qualia-framework/tree/main/skills/qualia-verify
Command: npx skills add https://github.com/Qualiasolutions/qualia-framework --skill qualia-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spawn a verifier agent to confirm that a phase actually achieves its goals, not just that tasks were completed.

Core Features & Use Cases

  • Load the phase plan and previous verification data, spawn a verifier agent, and generate a formal verification report.
  • Optionally run a browser QA agent for frontend-touched phases and integrate results into the verification record.
  • Update state based on verification outcomes and support passive knowledge capture when issues are found.

Quick Start

Run /qualia-verify to start a verifier for the current phase and generate a verification report.

Frequently Asked Questions about qualia-verify

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

FAQPage Schema
How do I automate phase verification in a project workflow?

Automated phase verification spawns a verifier agent to validate phase goals, generating a formal verification report using the active phase plan and previous verification records.

What is phase verification versus task completion?

Phase verification confirms that a project phase actually achieves its goals, not just that tasks were completed. A verifier agent loads the phase plan and generates a formal verification report to prove success.

Can I run browser QA for frontend changes during phase verification?

Yes, phase verification optionally runs a browser QA agent for frontend-touched phases. The agent integrates its results directly into the verification record for comprehensive validation.

What files do I need to run automated phase verification?

Phase verification requires the active phase plan and verification records, specifically the phase-{N}-plan.md and phase-{N}-verification.md files, to spawn the verifier agent and generate reports.

Does phase verification update project state based on results?

Yes, phase verification updates state based on verification outcomes and supports passive knowledge capture when issues are found, optionally updating or appending to the verification report.

What is the best way to verify phase success in an automated workflow?

Running an automated verifier agent is the best way to verify phase success. It loads the phase plan, optionally runs browser QA for frontend changes, and generates a formal verification report.