This repository contains the frame for a coding dojo on 21.04.2026. It is organized as isolated stages that move from guardrails and durable context into a larger guided example.
The main walkthrough lives in DOJO-GUIDE.md.
There is no root solution file on purpose. Each numbered folder is an isolated stage that can be opened directly in VS Code.
- 000_start: initialize Spec Kit in an existing folder and establish the constitution.
- 001_instructions: use a tiny .NET 10 console tool to show how local instructions and domain context improve a small coding task.
- 002_first_feature_work: compare a vibing calculator prompt, a structured Spec Kit workflow, and the same workflow with a constitution in place.
- 003_guided_stretch: use spec-kit to add four interactive features to the Content Pipeline Razor Pages board, one spec-driven slice at a time.
- GitHub Copilot in VS Code
- Spec Kit / Specify CLI
- .NET 10 for the included console and Razor Pages samples
- Any language you prefer for the calculator exercise in 002_first_feature_work
- Open one numbered folder at a time.
- Follow the local TASK.md in that folder.
- Use DOJO-GUIDE.md as the participant guide for the session.