A phase-driven development methodology and tooling ecosystem for AI-assisted coding projects
- Node.js, Express
- Vanilla HTML/CSS/JS frontend
- REST API backend
- Phase-driven workflow: Discuss β Plan β Execute β Verify β Ship
- Web dashboard: Visual project management interface
- Meta-prompting framework: Structured AI coding agent methodology
- Built-in tools: Project scanner and dotfile manager
- Self-contained projects: Each project tracks its own state via
.planning/files
- Node.js >= 18
- npm
cd gsd-gui
npm install
npm startGSD/
βββ gsd-core/ # Meta-prompting framework for AI coding agents
βββ gsd-gui/ # Web dashboard for managing GSD projects
β βββ public/ # Frontend SPA (vanilla HTML/CSS/JS)
β βββ projects/ # User projects created via the GUI
β βββ server.js # Express backend with REST API
β βββ test.js # Integration and unit tests
βββ README.md
MIT