| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A structured Spec-Driven Development (SDD) methodology and toolkit for building applications with AI coding agents.
Based on a proposition SPECS ARE THE NEW CODE. The code written on a programming language is just an artefact of the specs compilation. Similar as binaries are artefacts of the code compilation.
This repository contains a comprehensive framework for managing AI-assisted software development projects. It includes:
graph TD
S1["Step 1: Discovery & Concept"] -->
S2["Step 2: High-Level System Design"] -->
S3["Step 3: Feature Roadmap & Prioritization"] -->
S4["Step 4: Foundation & Setup"]
S3 --> S5["Step 5: Design"] -->
S6["Step 6: Implementation"] -->
S7["Step 7: Phase Completion & Integration"]
More detailed workflow description in the sdd-workflow.md file.
AICoding/ ├── sdd-workflow.md # The main methodology doc with workflow and references to all other files ├── common/ # Shared helper prompts and standards ├── prompts/ # AI prompt templates │ ├── 1.1_initial_hypothesis.md │ ├── 2_system_architecture.md │ ├── 5.1_functional_design.md │ └── ... ├── templates/ # Document templates │ ├── 1.1_initial_hypothesis.md │ ├── 2_system_architecture.md │ └── ... ├── general-preferences.md # templates for AI assistant steering files (CLAUDE.md, GEMINI.md, etc)
After cloning this repository to your local machine, you can start a new project by following the steps:
Start a New Project in a separate folder
Copy or create symlinks for templates - see the templates/README.md for details
Create custom commands or subagents via symlinks for prompts - see the prompts/README.md for details
Copy or create symlinks for common files - see the common/README.md for details
Follow the flow - see the complete workflow in sdd-workflow.md
You can always copy-paste the content of the prompts and templates to your project or LLM chats (ChatGPT, Gemini, Claude, etc) and adjust them to your needs.
Contributions are welcome! Please try it out!
Reach me in Telegram directly @ataden for any questions or feedback.
This project is licensed under the MIT License
| Back | FazBrowse Home | New Git URL |