| name | ai-office-director |
| description | This skill should be used when the user asks to create, edit, analyze, convert, or export Office artifacts and mentions PPT, PPTX, PowerPoint, Excel, XLSX, XLS, CSV, Word, DOCX, DOC, PDF, Google Slides, Google Sheets, or Google Docs. |
| version | 0.1.0 |
AI Office Director
Use this skill as the routing layer for Office artifact requests. Keep this entry lean: identify the artifact type, choose the correct child skill, enforce source-file priority, and apply shared quality gates.
Required Reading
Read these files before routing a non-trivial request:
../../shared/references/output-path-rules.md
../../shared/references/native-editable-contract.md
../../shared/references/typography-system.md
../../shared/references/artifact-quality-gate.md
Routing Table
| User intent | Child skill | Runtime wrapper |
|---|
| PPT, PPTX, PowerPoint, slides, 幻灯片, 演示文稿 | ../ai-pptx-director/SKILL.md | Presentations |
| Excel, XLSX, XLS, CSV, sheet, workbook, 表格, 工作簿 | ../ai-xlsx-director/SKILL.md | Spreadsheets |
| Word, DOCX, DOC, document, 文档, 报告, 方案 | ../ai-docx-director/SKILL.md | Documents |
| PDF, export PDF, review PDF, extract PDF, 导出 PDF | ../ai-pdf-director/SKILL.md | PDF |
Multi-format Rule
When the request includes both an editable source and a final distribution format, create the editable source first.
Examples:
- DOCX + PDF: create and verify DOCX first, then export or generate PDF.
- PPTX + PDF: create and verify PPTX first, then export PDF if requested.
- XLSX + PDF: create and verify XLSX first, then produce PDF summary only if requested.
Completion Gate
Do not call a task complete until the selected child skill reports:
- Correct route.
- Artifact-specific spec or outline completed.
- Native Editable Contract checked for PPTX / XLSX / DOCX.
- Typography Gate checked for PPTX / XLSX / DOCX.
- Render or formula QA completed according to artifact type.
- Final artifacts written inside the current project directory.