agent-grounding-reviewer

Compare feature specs against project context to flag grounding risks.

8|13|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/queen-of-code/AI-DLC --skill agent-grounding-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-grounding-reviewer
Source: https://github.com/queen-of-code/AI-DLC/tree/main/plugins/ai-dlc-skills/skills/agents/agent-grounding-reviewer
Command: npx skills add https://github.com/queen-of-code/AI-DLC --skill agent-grounding-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Grounding Reviewer identifies inconsistencies, unrealistic assumptions, and missing dependencies in a feature spec by comparing it to the project's technical context and existing features.

Core Features & Use Cases

  • Flags technical impossibilities, overlapping features, and missing dependencies with concrete evidence.
  • Produces a prioritized grounding review that distinguishes blocking from advisory issues and provides actionable mitigation steps.
  • Use Case: Given a new feature spec, run a grounding review to surface issues before design and implementation, saving rework.

Quick Start

Analyze the attached spec against the project context and generate a structured grounding review.

Frequently Asked Questions about agent-grounding-reviewer

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

FAQPage Schema
How do I identify grounding risks and technical feasibility issues in a feature spec?

To identify grounding risks in a feature spec, compare the proposed specification against the project's existing technical context and features. This process surfaces technical impossibilities, overlapping functionality, and missing dependencies with concrete supporting evidence before implementation begins.

What is a grounding review for software architecture and SaaS integration?

A grounding review is a structured analysis that examines a feature spec for backend SaaS feasibility, architecture constraints, and integration risks. It distinguishes blocking issues from advisory concerns, providing severity levels, evidence, and actionable mitigation recommendations to prevent rework.

How do I check a feature spec for missing dependencies and overlapping functionality?

You can check a feature spec for missing dependencies and overlapping features by running an automated grounding review against the project context. This comparison flags inconsistencies and unrealistic assumptions, categorizing them by severity with concrete evidence and actionable steps.

Can I use a grounding review to validate backend SaaS feasibility before design?

Yes, you can validate backend SaaS feasibility before design by analyzing the spec against technical context. The review scopes architecture and integration constraints, returning a structured report that flags blocking issues with concrete evidence and actionable mitigation recommendations.

What is the best way to prevent spec rework caused by unrealistic technical assumptions?

The best way to prevent spec rework is to perform a rigorous grounding review prior to design and implementation. By comparing the spec against project context, you surface technical impossibilities and missing dependencies early, generating a prioritized list of actionable recommendations.

When should I run a spec grounding risk assessment during the development lifecycle?

You should run a spec grounding risk assessment after drafting the feature spec but before design and implementation. Analyzing the spec against the technical context at this stage surfaces blocking architecture and SaaS feasibility issues, saving significant rework costs later.