This directory contains curated documentation for AI-assisted development. These docs are referenced in PRPs to provide comprehensive context.
When creating PRPs, you may need to include specific documentation that isn't easily accessible via URLs or is critical for implementation success. This directory serves as a repository for such documentation.
Reference documents in your PRPs using:
- docfile: PRPs/ai_docs/library-guide.md
why: Specific implementation patterns and gotchas- Library Documentation - Key sections from official docs
- Implementation Patterns - Common patterns and best practices
- API References - Detailed API documentation for complex integrations
- Migration Guides - When upgrading versions or switching libraries
- Internal Standards - Team-specific coding standards and practices
- Use descriptive names:
react-hooks-guide.md,fastapi-async-patterns.md - Include version if relevant:
nextjs-15-app-router.md - Use lowercase with hyphens
PRPs/ai_docs/
├── README.md (this file)
├── react-hooks-guide.md
├── fastapi-async-patterns.md
├── postgres-optimization.md
└── aws-lambda-best-practices.md
Remember: The goal is to provide AI with all necessary context for one-pass implementation success.