content-audit

Audit GDD-specified content counts against implemented content.

3|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/Negentropy-Laby/Constitution-Driven-Development --skill content-audit-negentropy-laby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: content-audit
Source: https://github.com/Negentropy-Laby/Constitution-Driven-Development/tree/main/.agents/skills/content-audit
Command: npx skills add https://github.com/Negentropy-Laby/Constitution-Driven-Development --skill content-audit-negentropy-laby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit GDD-specified content counts against implemented content to identify gaps between plans and actual delivery, enabling governance and backlog planning.

Core Features & Use Cases

  • Content inventory: scans design and product documents to extract lists of planned content (systems, levels, items, dialogs, endpoints) and compares them to built artifacts.
  • Gap analysis: flags missing or mismatched content, surfaces priorities for remediation, and supports focused audits per system or across all.
  • Governance workflow: produces actionable steps, summaries, and hand-offs to product and engineering teams to close gaps.

Quick Start

Audit all systems by default, or specify a single system name, or use --summary for a concise report.

Frequently Asked Questions about content-audit

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

FAQPage Schema
How do I audit GDD-specified content counts against implemented content?

To audit GDD-specified content counts, parse design documents and system outputs to build a content inventory, identify gaps between planned and built artifacts, and generate actionable remediation guidance.

What is content gap analysis in game and product development?

Content gap analysis flags missing or mismatched content between planned design documents and actual delivery, surfacing priorities for remediation to enable project governance and backlog planning.

Can I perform a single-system audit instead of scanning all game systems?

Yes, you can perform a single-system audit by specifying the target system name, restricting the content inventory and gap analysis to that specific domain rather than scanning all systems.

How do I generate a concise summary report for a content inventory?

Generate a concise summary report for a content inventory by using the summary mode, which condenses the gap analysis findings into a brief overview for quick review.

Does the content audit work with memory artifacts and CDD documents?

Yes, the content audit parses memory artifacts, CDD documents, and design documents alongside system outputs to extract planned content lists and compare them to built artifacts.

What is the best way to align product plans with reality for backlog planning?

The best way to align plans with reality is running a full content audit to identify gaps between GDD specifications and implemented content, producing actionable steps for engineering teams.