draft / default

Convert ambiguous playbook actions into reviewable draft artifacts with context constraints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps the system produce a concrete draft artifact for a generic work type when the action shape is ambiguous, while preventing unsafe or low-quality drafts by forcing unresolved context references to be handled first.

Core Features & Use Cases

  • Context-first drafting: Loads action index data, stage files, and context_refs in a canonical order before writing anything.
  • Plan-aware scope enforcement: Treats an existing plan trail (e.g., stages/<NNN>-plan.md) as binding when present.
  • Guardrailed ambiguity handling: If output shape or prerequisites are unclear, blocks and escalates via awaiting_external or awaiting_operator instead of guessing.
  • Artifact placement control: Produces a draft artifact by default inside the action folder to keep scope boundaries clear.

Quick Start

Use the draft / default skill to generate a reviewable artifact for a playbook: other action by ensuring all context references and any plan trail constraints are satisfied.

Frequently Asked Questions about draft / default

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

FAQPage Schema
How do I generate a draft artifact when the action context is ambiguous?▼

To generate a draft artifact with ambiguous action context, load action index data, stage files, and context_refs in a canonical order before writing. This enforces context and plan constraints to safely produce a reviewable artifact.

What happens to artifact generation when context references are unresolved?▼

When context references are unresolved during artifact generation, the process blocks and escalates via awaiting_external or awaiting_operator statuses instead of guessing, ensuring unsafe or low-quality drafts are prevented.

How do I enforce plan trail scope when drafting a generic playbook artifact?▼

To enforce plan trail scope during drafting, treat an existing plan trail file like stages/<NNN>-plan.md as binding when present. This keeps the generated artifact within established scope boundaries.

Where does the drafted artifact get placed by default?▼

The drafted artifact is placed by default inside the action folder. This artifact placement control ensures scope boundaries remain clear for the generic playbook action being processed.

When should I use a context-first drafting workflow for playbook actions?▼

Use context-first drafting for playbook other actions when converting an action's summary and signals into a concrete artifact. It requires ordered context loading before writing to ensure review-draft suitability.

Does the draft workflow support operator escalation for blocked outputs?▼

Yes, the draft workflow supports operator escalation for blocked outputs by emitting safe decision outputs like drafted or blocked. It escalates blocked states via awaiting_external or awaiting_operator when prerequisites are unclear.