Skip to content

Output Routes

Pick a deliverable shape. The right skills and templates follow from the choice.

If the deliverable is…Use…
A single-file HTML artefact you’ll email as an attachmentAn HTML template or the Flexible Artefact
A presentation as a hosted project on S3Presentation Bootstrap
A client-only app on S3App Bootstrap
A .pptx PowerPoint deckThe pptx-from-brain-dump skill
An app with a backend, auth, or persistent shared stateSimple Bootstrap or Full Bootstrap — out of scope of this page

If two rows look right, pick the lighter one. Graduate when the artefact outgrows it.

Each route is content prep, then render. Skills are reused across routes.

StepSkill / template
1brain-dump-cleaner (if raw)
2content-to-layout (Flexible Artefact only — specific templates carry their own structure)
2blayout-designer (if content needs shapes the seven default layouts don’t cover)
3An HTML template or the Flexible Artefact
StepSkill / template
1brain-dump-cleaner (if raw)
2content-to-layout (if structure isn’t clear)
3Presentation Bootstrap
4Continue with the four-prompt spine for slide content
StepSkill / template
1App Bootstrap
2Continue with the four-prompt spine for feature work
StepSkill / template
1brain-dump-cleaner (if raw)
2content-to-layout (always — the pptx skill expects a layout map)
3pptx-from-brain-dump

PPTX needs a .pptx template file with the house style baked in. Per-project design.md informs Tone and Don’ts only — the template owns palette and typography.

SkillInputOutput
brain-dump-cleanerRaw brain-dumpCleaned brain-dump
content-to-layoutCleaned brain-dumpLayout map (per-slide layout tags)
layout-designerBrain-dumpBespoke layout specs for shapes the defaults miss
pptx-from-brain-dumpCleaned brain-dump + layout map + .pptx template.pptx file
  • HTML artefact outgrowing single-file? Move to the Presentation Bootstrap; keep the brain-dump.
  • App growing a need for secrets or a database? Wrong bootstrap — move to Simple or Full.
  • Presentation needs to be a .pptx for the audience? Run the same brain-dump through the PPTX route. Don’t try to convert HTML to PPTX.