| 1 | --- |
| 2 | description: Maintainer-only registry of PPT Master's route and supporting-workflow inventory. |
| 3 | --- |
| 4 | |
| 5 | # Workflow Registry |
| 6 | |
| 7 | Maintainer-only inventory for adding, moving, or removing workflow documents. Runtime task execution does not consume this file. |
| 8 | |
| 9 | ## 1. Route Authorities |
| 10 | |
| 11 | | ID | Class | Authority path | |
| 12 | |---|---|---| |
| 13 | | `generate-pptx` | Top-level route | [`generate-pptx.md`](./generate-pptx.md) | |
| 14 | | `create-template` | Top-level route | [`create-template.md`](./create-template.md) | |
| 15 | | `template-fill-pptx` | Top-level route | [`template-fill-pptx.md`](./template-fill-pptx.md) | |
| 16 | | `native-enhance-pptx` | Top-level route | [`native-enhance-pptx.md`](./native-enhance-pptx.md) | |
| 17 | |
| 18 | ## 2. Supporting Documents |
| 19 | |
| 20 | | ID | Class | Path | Parent / lifecycle slot | |
| 21 | |---|---|---|---| |
| 22 | | `beautify-pptx` | Generation profile | [`profiles/beautify-pptx.md`](./profiles/beautify-pptx.md) | Generate PPTX | |
| 23 | | `quick-generate` | Generation profile | [`profiles/quick-generate.md`](./profiles/quick-generate.md) | Generate PPTX direct SVG-to-PPTX short circuit | |
| 24 | | `apply-template-workspace` | Template-input stage | [`stages/apply-template-workspace.md`](./stages/apply-template-workspace.md) | Non-free Default Stage-1 selection after confirmation, or Quick direct exact-root input | |
| 25 | | `create-brand` | Template child workflow | [`create-template/create-brand.md`](./create-template/create-brand.md) | Create Template | |
| 26 | | `create-style` | Template child workflow | [`create-template/create-style.md`](./create-template/create-style.md) | Create Template | |
| 27 | | `create-layout` | Template child workflow | [`create-template/create-layout.md`](./create-template/create-layout.md) | Create Template | |
| 28 | | `create-deck` | Template child workflow | [`create-template/create-deck.md`](./create-template/create-deck.md) | Create Template | |
| 29 | | `topic-research` | Factual-preparation stage | [`stages/topic-research.md`](./stages/topic-research.md) | Inside Generate Step 1 | |
| 30 | | `resume-execute` | Control stage | [`stages/resume-execute.md`](./stages/resume-execute.md) | Generate Step 6 resume | |
| 31 | | `refine-spec` | Planning stage | [`stages/refine-spec.md`](./stages/refine-spec.md) | After Design Spec Gate 1, before lock Gate 2 | |
| 32 | | `verify-charts` | Quality gate | [`stages/verify-charts.md`](./stages/verify-charts.md) | Before Generate Step 7 | |
| 33 | | `visual-review` | Quality gate | [`stages/visual-review.md`](./stages/visual-review.md) | Before Generate Step 7 | |
| 34 | | `live-preview` | Editor stage | [`stages/live-preview.md`](./stages/live-preview.md) | Generate preview / post-export | |
| 35 | | `customize-animations` | Post-processing stage | [`stages/customize-animations.md`](./stages/customize-animations.md) | Generate conditional export | |
| 36 | | `generate-audio` | Shared audio stage | [`stages/generate-audio.md`](./stages/generate-audio.md) | Generate / Enhance Native | |
| 37 | | `failure-recovery` | Governance | [`governance/failure-recovery.md`](./governance/failure-recovery.md) | All routes | |
| 38 | |
| 39 | ## 3. Maintenance Rules |
| 40 | |
| 41 | 1. Add a top-level route only for a distinct artifact lifecycle and mutation model; synchronize [`routing.md`](./routing.md). |
| 42 | 2. Register profiles, stages, governance files, and Create Template children only in §2. |
| 43 | 3. Keep commands and trigger procedures in the owning authority, not in this registry. |
| 44 | 4. Update `scripts/prompt_audit_manifest.json` load sets and coverage in the same change. |
| 45 | 5. Keep this registry out of runtime load sets. |
| 46 |