← ClaudeAtlas

iw-doc-systemlisted

Unified documentation generation system for InnoForge deliverable documents. Generates markdown content with diagrams, then renders to branded HTML + PDF. Reads brand config, editorial guidelines, and catalog manifest for consistent output. Triggers on "generate document", "generate doc", "doc system", "iw doc", "/iw-doc-system", or when creating deliverable documentation for clients. Supersedes iw-tech-doc-writer and iw-doc-generator for deliverable documents.
innovation-ways/iw-ai-core · ★ 0 · Data & Documents · score 67
Install: claude install-skill innovation-ways/iw-ai-core
# Innovation Ways Document System ## Purpose Generate publication-ready deliverable documents for InnoForge. Each document follows centralized branding, editorial guidelines, and structured templates. Output includes Markdown (committed to git), HTML, and PDF (generated on demand via Playwright). This skill handles the **content generation** step. The rendering pipeline (`doc-system/scripts/`) handles HTML templating and PDF conversion separately. ## Prerequisites Before generating ANY document, you MUST read these files in order: 1. **System instructions**: `doc-system/CLAUDE.md` (if it exists) 2. **Brand configuration**: `doc-system/brand/brand.json` 3. **Global editorial guidelines**: `doc-system/editorial/_default.md` 4. **Category editorial guidelines**: `doc-system/editorial/{category}.md` — if this file does not exist, `_default.md` already covers the required guidelines; proceed without it 5. **Document catalog**: `doc-system/catalog/index.json` — find the target document entry (skip if the doc is not listed; use `doc_title` and `editorial_category` from the job context instead) 6. **Generation manifest**: `doc-system/catalog/generation-manifest.json` — find source files for this document (skip if not listed; read `CLAUDE.md` and relevant `docs/` files instead) 7. **Source files**: Read ALL files listed in the manifest's `sources` array for this document The editorial guidelines contain critical instructions that affect content, tone, and structure. Do NOT skip