From track
Guide challenge sequencing, difficulty progression, and infrastructure planning for a track.
How this skill is triggered — by the user, by Claude, or both
Slash command
/track:design-challengesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide challenge sequencing, difficulty progression, and infrastructure planning for a track.
Guide challenge sequencing, difficulty progression, and infrastructure planning for a track.
Do not create your own top-level task list. The invoking command owns the user-facing task list. If this skill represents a single user-visible step in that list, your work maps to one entry. If you need finer-grained progress, update the existing task list rather than starting a new one.
Load relevant guidance using discover-best-practices:
references/best-practices/components/challenge-structure/ — numbering, ordering, slug naming, difficultyreferences/best-practices/holistic/educational-progression/ — progressive complexity, scaffolding, concept islandsreferences/best-practices/holistic/functional-integrity/ — setup-challenge alignment, script-assignment alignmentreferences/best-practices/holistic/learner-experience/ — pacing, cognitive load, target audienceLoad infrastructure patterns using discover-examples:
references/infrastructure/ — sandbox architecture optionsreferences/decision-frameworks/ — trade-off guidance for infrastructure choicesWhen designing challenges, consider what infrastructure changes each needs:
For each challenge, define:
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub instruqt/ai-plugins --plugin track