document-review

Dispatch parallel reviewer personas to analyze requirements documents and output structured JSON findings.

50|14|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/All-The-Vibes/ATV-StarterKit --skill document-review-all-the-vibes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-review
Source: https://github.com/All-The-Vibes/ATV-StarterKit/tree/main/.github/skills/document-review
Command: npx skills add https://github.com/All-The-Vibes/ATV-StarterKit --skill document-review-all-the-vibes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Document review is often slow and error-prone when done by a single reviewer. This skill accelerates quality and alignment by running parallel persona agents to analyze requirements or plan documents, surface issues, propose fixes, and provide structured summaries.

Core Features & Use Cases

  • Parallel persona analysis: dispatches coherence, feasibility, product-lens, design-lens, security-lens, scope-guardian, and adversarial reviewers to the same document.
  • Automated quality fixes: auto-fixes where obvious; flag for user judgment where needed.
  • Structured outputs: outputs findings in a JSON schema compatible format, plus residual risks and questions for planning.
  • Interactive or headless modes: supports both modes; can produce headless results or interactive prompts.

Quick Start

Run the document-review skill on a target document to surface parallel insights.

Frequently Asked Questions about document-review

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

FAQPage Schema
How do I run parallel document reviews on requirements and plan files?

To run parallel document reviews, dispatch specialized persona agents like coherence, feasibility, and security reviewers against your requirements or plan documents. The skill orchestrates these agents simultaneously to surface quality issues and propose auto-fixes.

What is parallel persona analysis for document quality assurance?

Parallel persona analysis is a document quality assurance method that dispatches multiple specialized reviewer agents, such as scope-guardian and adversarial reviewers, to analyze the same document simultaneously, surfacing distinct issues and proposing structured findings.

Can I use headless mode to automate document review for downstream tooling?

Yes, you can use headless mode to automate document review for downstream tooling. The skill supports headless workflows by delivering structured findings in a JSON schema compatible format, allowing downstream tools to consume results without interactive prompts.

Does document review output structured JSON findings or just text summaries?

Document review outputs structured JSON findings rather than just text summaries. It applies JSON schema validation to ensure a consistent output format, delivering auto-fixes, structured findings, residual risks, and questions for planning in a compatible schema.

What's the best way to analyze project documents for scope and security issues?

The best way to analyze project documents for scope and security issues is using parallel agent orchestration. Dispatching scope-guardian and security-lens personas simultaneously surfaces targeted quality issues and alignment gaps faster than a single reviewer.

Are there limitations to using automated agent orchestration for requirements planning?

A limitation of automated agent orchestration for requirements planning is that while it auto-fixes obvious issues, it flags complex judgments for user review. It requires phase-based processing and depends on documents being present within a project workspace.