A production-ready Office skill system for AI agents to create high-quality DOCX/XLSX/PPTX/PDF outputs with a strict workflow:
- Content first
- Structure second
- Design third
- QA before delivery
This repository packages the Office workflow and design references used to produce professional client-facing documents consistently.
Most agent-generated documents fail because they style too early, skip structure, or output visually inconsistent files.
This toolkit fixes that by enforcing:
- deterministic document workflow
- reusable design system tokens
- QA gates before final delivery
- no leakage of internal style-guidance text into user-facing content
- DOCX-focused design system and delivery standard
- Modular references for workflow policy, design tokens, and QA
- Brand-aware styling rules (including primary brand color systems)
- Support for alternate style packs from approved sample docs
- Explicit operating mode for fast tasks without skipping phase order
office-design-toolkit/
├── SKILL.md
├── README.md
└── references/
├── workflow-policy.md
├── design-system-docx.md
└── qa-checklists.md
Core skill contract and execution standard.
Mandatory phase sequence and operating policy.
Typography, color tokens, table rules, brand overrides, adaptive palette modes.
Content / structure / design / technical quality gates.
For Office outputs, always run in this order:
- Content Draft — objective, audience, key facts, actions
- Structure Design — heading hierarchy, information architecture, table/list decisions
- Visual Design & Polish — style tokens, spacing, consistency, readability
- QA & Delivery — content + structure + design + technical checks
- Green-led brand identity can be preserved while adapting dark/light tone by document context.
- Pastel accent colors may be used selectively for creative documents while maintaining a green anchor.
- Readability and hierarchy are prioritized over decoration.
Place this folder inside your skills directory:
~/.agents/skills/office-design-toolkitgit clone https://github.com/0xAstroAlpha/office-design-toolkit.gitThen connect it to your agent's skill loading path.
- Do not insert internal style instructions in final documents unless explicitly requested by the user.
- Keep phase order even when user asks for faster turnaround.
- Apply brand tokens before final styling pass.
- Add PPTX and XLSX visual QA presets
- Add optional template assets for common business document types
- Add packaging script for one-command skill distribution
MIT (or your preferred license; update as needed).
Created with product direction and quality standards by:
Lê Huy Đức Anh — Founder, Vidtory.ai