This folder contains reusable templates for all content types in the course repository.
| Template | Purpose | Used for |
|---|---|---|
| module-readme-template.md | Standard structure for module README files (theory + guided prompt examples) | /modules/XX-*/README.md |
| summary-template.md | Standard structure for module summaries (key takeaways + Self-Check) | /modules/XX-*/summary.md |
| prompt-template.md | Standard structure for prompt library entries | /prompts/**/*.md |
| agent-definition-template.md | Standard structure for agent persona definitions | /agents/*.md |
When creating a new module, summary, prompt, or agent definition:
- Copy the relevant template.
- Replace all
[PLACEHOLDER]values. - Delete comment blocks (
<!-- -->). - Verify against the completion criteria section.
If you improve a template, open a PR and explain the rationale. A template change affects all future content, so include a migration note in the PR description.