Skip to content

Latest commit

Β 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GSD β€” Git. Ship. Done.

A phase-driven development methodology and tooling ecosystem for AI-assisted coding projects

Tech Stack

  • Node.js, Express
  • Vanilla HTML/CSS/JS frontend
  • REST API backend

Features

  • 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

Getting Started

Prerequisites

  • Node.js >= 18
  • npm

Installation

cd gsd-gui
npm install
npm start

Open http://localhost:3478

Project Structure

GSD/
β”œβ”€β”€ 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

License

MIT

About

Migrated from monorepo collection

Resources

Stars

7 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages