An open API service indexing awesome lists of open source software.

https://github.com/oxide-byte/d2c

Doc 2 Code (AI)
https://github.com/oxide-byte/d2c

Last synced: 9 days ago
JSON representation

Doc 2 Code (AI)

Awesome Lists containing this project

README

          

# D2C – Doc to Code

## Purpose

This project is linked to the idea of Spec Driven Development, but it focus as starting point and base the documentation first. This based on MD-Book of Rust, the and based on the quote "English" as first programming language, the creation of the software is based on a book and chapters.

## Functional Chapters

- introduction.md: Containing a summary of the application to create.
- ai_rules.md: Containing the rules and constraints for the AI.
- stack.md: Containing the technology stack and dependencies.

## Story Chapter

The application is build on chapters representing features and having it's own md file. The MD files are included in the SUMMARY.md. One MD file should build in
- first part, description, non technical and defining the feature in business
- second part short architectural description of the implementation
- third part after code implementation, the references to the code part.