⚠️ Work in Progress:
- The library contains prompts at various stages of development
- Prompts within the Post-Scaffolding Sprint Workflow have been most rigorously tested
- Many individual prompts are not yet part of a defined workflow and have not been fully tested
- Ongoing development and validation is in progress
A collection of AI-powered prompts designed to streamline software development workflows. Each prompt is crafted to work directly with AI coding assistants, providing consistent guidance across different development phases.
-
AI Workflow Chains
- Structured sequences of connected prompts
- Input/output dependencies between phases
- Verification points for chain integrity
- Systematic development processes
- Progress tracking and validation
-
Project Initialization
- Requirements generation and refinement
- Technology stack selection with BOM
- Architecture design
- Project scaffolding
-
Development Support
- Feature story creation
- Code health analysis
- System visualization
- Unit test generation
-
Documentation
- README generation
- Code explanation and tutoring
- Navigate to the relevant prompt in
/prompts
directory - Share the raw URL with your AI assistant
- Begin using the workflow
Each prompt has two components:
[prompt-name].md
- AI instructions[prompt-name].meta.md
- Usage documentation
- Review available workflows in
/workflows
directory - Choose a workflow that matches your development phase
- Follow the chain sequence, ensuring each phase's:
- Required inputs are available
- Outputs are validated
- Dependencies are satisfied
software-dev-prompt-library/
├── prompts/
│ ├── architecture/
│ ├── documentation/
│ ├── planning/
│ ├── testing/
│ └── visualization/
├── workflows/
│ └── [workflow guides]
└── docs/
├── getting-started.md
└── prompt-guidelines.md
- Streamlined development workflows from project inception to maintenance
- Intelligent adaptation to different programming languages and frameworks
- Focused, single-purpose prompts that chain together for complex tasks
- Built-in validation and best practices
- Promotes consistent development patterns across teams
- Reduces cognitive load during development tasks
- Enables rapid prototyping and iteration
- Review getting-started.md to understand available workflows
- Choose your starting point:
- New project? Start with requirements generation
- Existing project? Begin with code health analysis
- Follow the workflow guides for your chosen development path
- Chain prompts together as needed for more complex tasks
- Review prompt-guidelines.md for prompt structure and principles
- Each prompt needs both implementation (.md) and documentation (.meta.md)
- Test prompts across different AI models and project types
- Submit additions that focus on specific development tasks
- Maintain language and framework agnosticism