ag-validar-execucao

Validate plan items against the codebase and report done, partial, and missing totals.

19|4|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-validar-execucao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ag-validar-execucao
Source: https://github.com/andregusman-raiz/a-gusman-claude/tree/main/skills/ag-validar-execucao
Command: npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-validar-execucao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Compara o plano de execução com o código produzido e verifica se TODOS os itens foram implementados. Validação independente de completude sem modificar o código.

Core Features & Use Cases

Spawn a read-only agent to validate completeness against a SPEC or task_plan.md, and report totals of done, partial and missing items without changing the source. Example: apply to a project SPEC.md to ensure every planned item is implemented.

Quick Start

Spawn the ag-validar-execucao agent using a path to task_plan.md or SPEC to begin validation.

Frequently Asked Questions about ag-validar-execucao

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

FAQPage Schema
How do I validate a task plan against my codebase to find missing implementations?

You can validate a SPEC or task_plan.md by spawning a read-only subagent that compares every planned item against the codebase. It reports totals of done, partial, and missing items to verify implementation completeness without modifying the source.

What is automated spec validation for software engineering projects?

Automated spec validation is the process of spawning a read-only agent to independently verify that every requirement listed in a SPEC or task_plan.md is actually implemented in the codebase, reporting done, partial, and missing totals without modifying source files.

Can I check if a task_plan.md is fully implemented without modifying the source code?

Yes, you can spawn a read-only validation agent to compare a task_plan.md against the codebase. It identifies done, partial, and missing items to ensure complete implementation without modifying the source code.

Does execution plan validation work with SPEC files and task plans?

Yes, execution plan validation works by applying a read-only agent to either a SPEC.md or task_plan.md file. It identifies and validates every planned item against the codebase to ensure complete implementation, reporting totals and gaps without modifying source.

What are the limitations of using a read-only agent for code review validation?

The main limitation of a read-only validation agent is that it cannot fix missing or partial implementations. It only compares plan items with the code to report completeness totals and gaps, requiring you to manually address any identified issues afterward.

What's the best way to verify that all planned items in a SPEC are implemented?

The best way to verify all planned items in a SPEC are implemented is to spawn a read-only validation agent. It independently compares every item against the codebase and reports done, partial, and missing totals to ensure complete implementation without altering the code.