From slide-forge
Reforge an existing PowerPoint presentation following Slide Forge conventions
How this command is triggered — by the user, by Claude, or both
Slash command
/slide-forge:reforgeThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Reforge Presentation Reforge (edit or improve) an existing PowerPoint presentation following Slide Forge conventions. ## Input $ARGUMENTS ## Procedure **Step 1: Scope Assessment (Required First Step)** Before choosing a workflow, assess the scope of the requested changes: | Change Type | Examples | Action | |-------------|----------|--------| | **Structural** | Add/delete slides, reorder, restructure narrative | Full pipeline from Phase 1a (Storyteller) | | **Content** | Update data, fix text, replace visuals | Smith direct (Phase 2 only) | | **Ambiguous** | Unclear scope | Ask use...
Reforge (edit or improve) an existing PowerPoint presentation following Slide Forge conventions.
$ARGUMENTS
Step 1: Scope Assessment (Required First Step)
Before choosing a workflow, assess the scope of the requested changes:
| Change Type | Examples | Action |
|---|---|---|
| Structural | Add/delete slides, reorder, restructure narrative | Full pipeline from Phase 1a (Storyteller) |
| Content | Update data, fix text, replace visuals | Smith direct (Phase 2 only) |
| Ambiguous | Unclear scope | Ask user to clarify |
Ask: "이 변경은 구조적 변경(슬라이드 추가/삭제/순서변경)인가, 내용 수정(데이터 갱신/텍스트 교정)인가?"
Step 2: Choose orchestration mode
Step 3: Execute the workflow
For structural changes with agents (slide-foundry):
.slide-forge/ workspaceslide-storyteller → analyzes existing deck + writes revised narrativeslide-crucible on revised narrative-full.md → strategic reflectionslide-plan.md + visual-spec.mdslide-gauge + slide-assayer → PASS/FAILslide-smith → rebuilds PPTXFor content changes with agents:
markitdown on existing PPTX, compare slide count and titles against slide-plan.md. If mismatch detected, warn user and optionally reroute to structural path. (See slide-foundry SKILL.md [Artifact Freshness Check] for details.).slide-forge/narrative/ artifactscreate_slides.py and rebuilds the PPTXWithout agents (slide-anvil Enhanced Smith Fallback):
markitdown for text, thumbnail for layouts)Deliver the updated .slide-forge/build/output.pptx file and rendered slide images for verification.
Before starting the workflow:
Before delivering to the user:
npx claudepluginhub c0sogi/slide-forge --plugin slide-forge/pptx-createCreates and edits PowerPoint presentations programmatically using python-pptx. Supports template-based styling and slide layout management.
/editEdits a Slidev slide by number: reads context from slides.md/outline/notes, shows position/title/layout summary, offers menu for quality analysis, content/layout edits, visuals, notes, or deletion.
/deckGenerates slide deck presentations from briefs or research, producing a PowerPoint file via a multi-step pipeline of brief, research, outline, and rendering.
/presentationGenerates PPTX presentation from topic via interactive outline refinement, multi-phase quality reviews using chained commands, and python-pptx slide creation.
/mckinsey-deckBuilds a McKinsey-style PPTX deck from a brief. Uses agent to plan slide arc, pick templates with rationales, generate Python build script, produce .pptx file, and render PNG previews if tools available.