Context Engineering Intro
StaleDescription
An introductory guide to context engineering - the systematic approach to building high-quality context for AI coding assistants, centered on Claude Code but applicable to any AI coding tool.
Key Features
- Comprehensive template for context engineering — the discipline of providing AI coding assistants with complete project context
- PRP (Product Requirements Prompt) workflow: generate detailed implementation blueprints from feature requests
- CLAUDE.md global rules system for project-aware AI coding with file size limits, testing patterns, and style conventions
- Custom slash commands /generate-prp and /execute-prp for automated PRP generation and feature implementation
- Structured examples/ folder for providing code patterns that dramatically improve AI coding assistant performance
- INITIAL.md feature request template with structured sections for features, examples, documentation, and considerations
Use Cases
Categories
Quick Start
Clone the template repository and edit CLAUDE.md with your project-specific guidelines. Add relevant code examples to the examples/ folder. Write your feature request in INITIAL.md describing functionality, examples, documentation, and considerations. In Claude Code, run '/generate-prp INITIAL.md' to create a comprehensive implementation blueprint. Execute with '/execute-prp PRPs/your-feature-name.md' to implement the feature.