Episode Template

Copy this file into prompts/episodes/ with the next free number.

Replace every <placeholder> with concrete content.

Remove the Filled Example section before dispatching the episode.

Follow prompts/how-to-write-episodes.md.

EPISODE-GOAL

EPISODE-ACCEPTANCE

EPISODE-RISKS

EPISODE-TASKS

EPISODE-OUTPUT

EPISODE-FILES

EPISODE-BRANCH

llm/episode-{number}

Filled Example

This example shows the worked Site Build feature as an episode.

It is illustrative; it is not dispatched as-is.

EPISODE-GOAL

Implement the Site Build feature from prompts/features/01-site-build.md.

EPISODE-ACCEPTANCE

EPISODE-RISKS

EPISODE-TASKS

EPISODE-OUTPUT

Report the created files and the result of make test.

EPISODE-FILES

EPISODE-BRANCH

llm/episode-01