iiRecord
Agentic AI Atlas · authoring (Library)
page:library-authoringa5c.ai
II.
Page JSON

page:library-authoring

Structured · live

authoring (Library) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · wiki/library/authoring.mdCluster · wiki
Record JSON
{
  "id": "page:library-authoring",
  "_kind": "Page",
  "_file": "wiki/library/authoring.md",
  "_cluster": "wiki",
  "attributes": {
    "nodeKind": "Page",
    "title": "authoring (Library)",
    "displayName": "authoring (Library)",
    "slug": "library/authoring",
    "articlePath": "wiki/library/authoring.md",
    "article": "\n# authoring\n\nWritten-artifact production and maintenance: getting prose from nothing to published, and\nkeeping already-published prose true to the code it describes.\n\n## Processes\n\n- `documenter.js` (`@process specializations/authoring/documenter`)\n  — Documenter persona. Scans existing docs -> detects drift vs current code -> drafts\n  updates following a5c documentation guidelines (hierarchy, active voice, real examples,\n  chunked info, cross-links, defined acronyms, listed prerequisites) -> opens a docs PR.\n- `editorial-lifecycle.js` (`@process specializations/authoring/editorial-lifecycle`)\n  — Full editorial lifecycle for long-form written work: outline -> draft -> self-edit ->\n  fact-check -> developmental-edit (via breakpoint) -> copy-edit -> legal check -> publish\n  -> track revision requests. Unified workflow; no fragmented per-role processes.\n\nThe two processes are independent: neither composes the other, and they share no\ncomposition chain. `documenter.js` maintains existing docs against code; `editorial-lifecycle.js`\ncarries a new long-form piece end to end.\n\n## Assets\n\nNone. This specialization has no agents and no skills, matching the shape of\n[`../developer-relations/`](../developer-relations/README.md) — a small, correctly-formed\nspecialization is allowed to be README-only.\n\n---\n\nDescriptions in this README are transcribed from the files' own `@description` headers,\nnot invented.\n",
    "documents": [
      "specialization:authoring"
    ]
  },
  "outgoingEdges": [
    {
      "from": "page:library-authoring",
      "to": "specialization:authoring",
      "kind": "documents"
    }
  ],
  "incomingEdges": [
    {
      "from": "page:index",
      "to": "page:library-authoring",
      "kind": "contains_page"
    }
  ]
}