mirror of
https://github.com/tiennm99/gsd-framework.git
synced 2026-05-14 00:58:07 +00:00
c195182a0d
- Expand README with full setup instructions, file structure, and testing notes - Add lesson modules for 3.1–3.5 covering What is GSD through Verify & Beyond - Add course-structure.json, PROJECT_BRIEF.md, and .claude/ commands Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"version": "1.0.0",
|
|
"lastUpdated": "2026-02-03",
|
|
"levels": [
|
|
{
|
|
"id": "3",
|
|
"name": "Build with GSD",
|
|
"description": "Learn spec-driven development with the GSD framework",
|
|
"modules": [
|
|
{
|
|
"id": "3.1",
|
|
"title": "What is GSD",
|
|
"slug": "what-is-gsd",
|
|
"path": "lesson-modules/3.1-what-is-gsd/CLAUDE.md",
|
|
"command": "start-3-1",
|
|
"description": "Context rot, fresh subagents, and installing GSD",
|
|
"estimatedMinutes": 15
|
|
},
|
|
{
|
|
"id": "3.2",
|
|
"title": "Start a Project",
|
|
"slug": "start-project",
|
|
"path": "lesson-modules/3.2-start-project/CLAUDE.md",
|
|
"command": "start-3-2",
|
|
"description": "Run /gsd:new-project and tour the .planning folder",
|
|
"estimatedMinutes": 15
|
|
},
|
|
{
|
|
"id": "3.3",
|
|
"title": "Plan the Build",
|
|
"slug": "plan-build",
|
|
"path": "lesson-modules/3.3-plan-build/CLAUDE.md",
|
|
"command": "start-3-3",
|
|
"description": "Run /gsd:plan-phase and understand atomic plans",
|
|
"estimatedMinutes": 15
|
|
},
|
|
{
|
|
"id": "3.4",
|
|
"title": "Execute",
|
|
"slug": "execute",
|
|
"path": "lesson-modules/3.4-execute/CLAUDE.md",
|
|
"command": "start-3-4",
|
|
"description": "Run /gsd:execute-phase and watch fresh subagents build",
|
|
"estimatedMinutes": 20
|
|
},
|
|
{
|
|
"id": "3.5",
|
|
"title": "Verify & Beyond",
|
|
"slug": "verify-beyond",
|
|
"path": "lesson-modules/3.5-verify-beyond/CLAUDE.md",
|
|
"command": "start-3-5",
|
|
"description": "Verification, quick mode, and when to use GSD",
|
|
"estimatedMinutes": 15
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|