This collection of templates helps you rapidly build and deploy applications using AI assistance. These templates are part of a structured workflow designed to enhance your development process and help you code more efficiently.
These templates guide you through using AI to efficiently build applications. The templates provide a systematic approach to development, from generating a master plan for your project to fully implementing production-ready code.
-
Generate Master Plan:
- Define the overall structure and purpose of your app
- Generate a comprehensive project blueprint
- Set clear objectives and milestones
-
AI-Centric Milestone Planning:
- Break down the project into manageable milestones
- Create dependency graphs for task scheduling
- Define clear success criteria
-
Project Stubbing:
- Create the basic architecture
- Set up component skeletons
- Define interfaces and contracts
-
Implementation Guide:
- Transform stubs into functional code
- Ensure proper testing and documentation
- Maintain code quality standards
- Clone this repository
- Start with the master plan template in
10_generate_master_plan.txt
- Follow the sequential templates to build your project
- Use the example files as reference
.
├── 10_generate_master_plan.txt
├── 15_AI-Centric-Milestone-Planning.md
├── 20_stub_out_project.txt
├── 30_fully_code_out_implementation.txt
├── api-contract-template.md
├── example_masterplan.md
├── milestone-dependency-graph.mermaid
└── schema-definition-instructions.md
- Follow the templates in numerical order
- Keep your AI prompts clear and specific
- Review and validate AI-generated code
- Maintain documentation throughout the process
We welcome contributions! Please feel free to:
- Fork the repository
- Create a feature branch
- Submit a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to all contributors who have helped shape these templates
- Inspired by best practices in AI-assisted development