KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
meta_ai_prd
★ 25
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
smk-37-pro-docs
:
Documentation repository for M-Vave SMK 37 Pro
Windows-XAML-Styles
:
Custom Windows XAML styles for Windhawk's various XAML styler mods for Windows 11
open-translate
:
A browser plugin that retains only the core translation function. Click to translate and then view the page. That's all.
community-use
:
Paid Workflows: Free for Community Use
PrivacyCheckGo
:
Privacy Check Go
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
meta_ai_prd
?
Download (.md)
# Meta AI PRD This repository contains the definition document for the **Meta AI PRD** system - a structured approach for AI-driven software development using phased Product Requirements Documents (PRDs). ## What is Meta AI PRD? The Meta AI PRD is a framework that enables controlled, iterative development of applications using AI agents. It solves common AI development problems by: - Providing clear scope boundaries for each development phase - Preventing AI from preserving placeholder code instead of replacing it - Ensuring consistent naming and structure across development phases - Establishing a chain of authority between the Meta-PRD and individual phase PRDs ## Using This Definition ### Option 1: Custom ChatGPT (Recommended) Use our pre-configured custom GPT that already includes this definition: **[→ Access Meta AI PRD Custom GPT](https://chatgpt.com/g/g-68a3c110bda08191988f988296b1afdd-meta-ai-prd)** *Note: Requires ChatGPT subscription to access custom GPTs* ### Option 2: Manual Implementation 1. Download or copy the contents of `meta_ai_prd_definition.md` 2. Provide it to your preferred AI assistant along with your project transcript and phase PRD 3. Follow the structured development process outlined in the definition ## How It Works The system uses two key documents: - **Meta-PRD**: The governing document (this repository's definition) - **Phase PRDs**: Individual development phase specifications (PRD1, PRD2, PRD3, etc.) Each development phase follows the pattern: ``` Project Transcript + Meta-PRD + Current Phase PRD → AI Implementation ``` ## Key Benefits - **Scope Control**: Prevents AI from implementing features outside the current phase - **Placeholder Management**: Ensures proper replacement of stub code in later phases - **Consistency**: Maintains stable naming and structure across all phases - **Iterative Development**: Enables building complex applications step-by-step ## Getting Started 1. Review the [Meta AI PRD Definition](meta_ai_prd_definition.md) 2. Create your project transcript describing the application you want to build 3. Use either the custom ChatGPT or your preferred AI with the definition document 4. Follow the phased development approach outlined in the definition --- *For questions or contributions, please open an issue in this repository.*