review-draft / default

Validate draft artifacts against plan contracts and context references.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Collectively-Gary/GaryOS --skill review-draft-default
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-draft / default
Source: https://github.com/Collectively-Gary/GaryOS/tree/main/data/skills/review-draft/default
Command: npx skills add https://github.com/Collectively-Gary/GaryOS --skill review-draft-default

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents bad or out-of-scope work from moving forward by verifying that a latest draft artifact matches the plan and respects recorded context references.

Core Features & Use Cases

  • Artifact-first critique: Evaluates the draft using the artifact itself rather than trusting the author’s reasoning.
  • Plan-contract enforcement: Rejects drafts that change kind, location, or expand scope beyond what the plan declared.
  • context_refs validation: Ensures every captured reference is either reflected in the artifact or explicitly dismissed with reasoning.
  • Actionable decision output: Produces an approve/reject decision with explicit, line- or paragraph-level issues for fast retries.

Quick Start

Review the latest draft stage by comparing the draft artifact to the plan and context_refs for the current action ID, then return an approved or rejected decision accordingly.

Frequently Asked Questions about review-draft / default

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

FAQPage Schema
How do I validate a draft artifact against a plan before approval?

Plan-contract enforcement checks whether a draft artifact changes its kind, location, or expands scope beyond what the plan declared. It rejects drafts that violate these constraints, ensuring artifact consistency before advancing required stages.

What is context_refs validation in draft review?

Context_refs validation ensures every captured reference is either reflected in the draft artifact or explicitly dismissed with reasoning. It verifies that all recorded context is properly addressed during artifact inspection.

How to enforce artifact consistency when reviewing workflow drafts?

Enforce artifact consistency by reading the action index, opening the latest draft stage file, loading context_refs, and inspecting each artifact reference. Return an approved or rejected decision with explicit line-level issues for fast retries.

Can I automate draft validation without awaiting an operator?

Yes, automated draft validation can run without awaiting an operator. The review process loads required files, critiques the draft against the plan contract, and outputs an explicit approved or rejected decision independently.

What are the limitations of artifact-first draft inspection?

Artifact-first draft inspection is limited to validating drafts within playbook fallbacks where a draft must be validated before advancing required stages. It cannot evaluate drafts lacking recorded context references or a declared plan contract.