> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaasskills.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Drafts workflow (web UI)

> Author, validate, and publish from the browser

The web UI's authoring workspace lets a user create a draft, edit its files (including `manifest.yaml`) in a Monaco-backed editor, validate it against the guardrails service before committing to anything, and publish when ready.

<Steps>
  <Step title="Create a draft">
    Starts an editable, unpublished working copy scoped to one skill id.
  </Step>

  <Step title="Validate">
    Runs structural validation and a guardrails scan without publishing — surfaces both blocking and warning findings in the same response.
  </Step>

  <Step title="Publish">
    Re-runs validation; a BLOCK finding halts before any archive is written. WARN findings never block, but are recorded on the publish audit event.
  </Step>
</Steps>
