What problem does it solve?
Instructors and teams often need a clean, executable student scaffold derived from complete solutions. This Skill automatically strips implementations and inserts instructional TODO comments, producing a ready-to-use starter structure that guides learners without exposing solutions.
Core Features & Use Cases
- Strips code implementations from solution files while preserving the original directory structure for the student starter.
- Inserts clear TODO placeholders and instructional notes to guide student progress.
- Writes output to ../health-referral-starter/ preserving paths so instructors can review changes alongside the starter repo.
- Triggers on common commands like /scaffold, "generate scaffold", and "create student version" to streamline workflows in teaching environments.
Quick Start
Use the /scaffold command with a target filepath and module number to generate the student scaffold in the health-referral-starter directory.