| 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.md as a starting point.
- The file should follow the
{exercise-name}-outline.md name format.
- If they don't specify where to save the file, put it in the
/workspaces/repos/ folder.
-
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.
-
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.