name: create-exercise-outline description: Create or refine a GitHub Skills exercise outline. Use when asked to plan a new exercise, draft an outline, turn notes into an outline, or improve an existing outline before implementation.
Create Exercise Outline
Create a new exercise outline for a GitHub Skills exercise with the information provided by the user. If there is information missing, ask for it.
To create an outline follow these steps:
Create a new file using the template from
.github/ISSUE_TEMPLATE/skill-exercise-outline.mdas a starting point.- The file should follow the
{exercise-name}-outline.mdname format. - If they don't specify where to save the file, put it in the
/workspaces/repos/folder.
- The file should follow the
Search for relevant documentation that can be used in the outline references and theory sections.
Fill out the sections in the template with the relevant information.
- Use the
outline instructionsfile as a guide for how to fill out the sections.
- Use the
Review the complete outline. Verify:
- Each step builds on previous knowledge.
- Activities match theory sections.
- The actions taken in the activity will trigger the selected trigger.