gpd-verify-work

Verify research results through physics consistency checks and computational spot-checks.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/MichaelsEngineering/sentinel-multiscale-field-dynamics --skill gpd-verify-work-michaelsengineering
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gpd-verify-work
Source: https://github.com/MichaelsEngineering/sentinel-multiscale-field-dynamics/tree/main/.agents/skills/gpd-verify-work
Command: npx skills add https://github.com/MichaelsEngineering/sentinel-multiscale-field-dynamics --skill gpd-verify-work-michaelsengineering

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Research phases produce derivations, numerical results, and plots whose correctness is easy to claim but hard to confirm. This Skill systematically validates phase outputs against the plan contract, independently recomputing results before asking the researcher to confirm, and records everything in a persistent VERIFICATION.md file. ## Core Features & Use Cases - Contract-backed verification: Extracts claims, deliverables, acceptance tests, and forbidden proxies from the PLAN contract and turns each into a check with qualitative expectations plus a concrete computational test. - Independent pre-computation: Runs numerical spot-checks (dimensional analysis, limiting cases, convergence tests) via shell-executed Python/SymPy before presenting results, so the researcher compares against concrete numbers. - Persistent session state: Writes .gpd/phases/XX-name/{phase}-VERIFICATION.md with frontmatter ledgers (contract_results, comparison_verdicts, gaps) that survive context resets and feed diagnosed gaps into plan-phase. - Use Case: After executing a turbulence modeling phase, run targeted checks with --dimensional or --convergence flags to confirm equations are dimensionally consistent and numerical results converge at the expected order. ## Quick Start Ask the AI to verify phase 4 of the research roadmap by running the gpd-verify-work workflow with the phase number as the argument.

Frequently Asked Questions about gpd-verify-work

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

FAQPage Schema
How do I verify research results with physics consistency checks?▼

Run the verify-work workflow with a phase number after the phase has been executed. It extracts contract-backed claims and deliverables, independently recomputes spot-checks, and walks you through confirming each result one check at a time.

How to run only specific verification checks like dimensional analysis?▼

Pass targeted flags with the phase argument: --dimensional for dimensional analysis, --limits for limiting cases, --convergence for numerical convergence, or --regression to re-verify previously validated outcomes. Use --all or no flags for the full suite.

What prerequisites are required before running research verification?▼

The phase must have reached the phase_executed state, and the project must contain a .gpd/ROADMAP.md file plus the phase artifacts. A review preflight check runs first and blocks the session if project state, roadmap, or artifacts are missing.

Can verification sessions be resumed after interruption?▼

Yes. Verification progress is stored in the phase VERIFICATION.md file with a session_status field. Running the workflow again detects active sessions, shows progress in a table, and lets you resume from the first pending check.

What happens when verification finds issues in research results?▼

Issues are logged with inferred severity (blocker, major, minor, cosmetic) based on the researcher's description. Diagnosed gaps are recorded as structured YAML in the Gaps section, ready to feed into plan-phase --gaps for resolution.