Prompt file imported from onchainengineer/copilot-harness (
.github/prompts/add-lesson.prompt.md). Fill in{{topic}}before use. Copyright stays with the author.
Add a new lesson about {{topic}} to the copilot-harness repo.
Process
- Determine the lesson number (highest existing + 1)
- Create
lessons/NN-topic-slug.md - Follow the structure in
.github/instructions/lessons.instructions.md - Update
README.mdto include the new lesson in the learning path table - Update
lessons/07-complete-harness.mdor another "Next lesson" link if needed
Lesson Structure
- Title:
# Lesson N: Topic - "What is it?" section
- "Why it matters" section
- Main content with examples
- "Try it" pointing to an example directory
- "Next lesson" link at bottom
Before Finishing
- Verify all internal links resolve
- Run
npx markdownlint-cli2 lessons/to lint - Report the created file path