verify-plan-grounding

Generate bash verification scripts to validate coding plan claims against repository state.

2|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/getspur/spur --skill verify-plan-grounding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-plan-grounding
Source: https://github.com/getspur/spur/tree/main/.claude/skills/verify-plan-grounding
Command: npx skills add https://github.com/getspur/spur --skill verify-plan-grounding

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill prevents execution errors caused by stale plans that have drifted from the actual codebase, ensuring that load-bearing assumptions like file paths, line numbers, and function signatures remain valid before an agent begins work.

Core Features & Use Cases

  • Drift Detection: Automatically validates plan claims against the current state of the repository.
  • Standardized Verification: Uses a shared helper library to perform consistent assertions across different plans.
  • Use Case: Before executing a multi-agent plan from the documentation that is several days old, run this skill to confirm that all referenced files and code structures still exist as expected.

Quick Start

Run the verify-plan-grounding skill to generate and execute a bash script that validates all load-bearing claims in the specified plan file.

Frequently Asked Questions about verify-plan-grounding

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

FAQPage Schema
How do I verify if a coding plan still matches the current repository state?

To verify if a coding plan matches the current repository state, you can generate and execute a bash script that asserts load-bearing claims like file paths, line numbers, and function signatures against the actual codebase.

What is plan drift detection in software refactoring?

Plan drift detection is the process of validating outdated coding plans against the current codebase to identify stale assumptions caused by file movements, refactoring, or dependency updates before execution begins.

How do I validate outdated file paths and function signatures before executing a multi-agent plan?

You can validate outdated file paths and function signatures by generating a bash-based verification script that checks these load-bearing claims against the repository's current state using standardized assertion logic.

Do I need a POSIX-compliant shell to run automated codebase verification scripts?

Yes, you need a POSIX-compliant shell environment to run these automated codebase verification scripts, along with access to the project's internal helper scripts for standardized assertion logic.

When should I use automated verification scripts for code analysis?

You should use automated verification scripts for code analysis when executing multi-agent plans that are several days old to confirm all referenced files and code structures still exist as expected and prevent execution errors.