#164 · Primary category: AI Coding Assistants

context-engineering-intro

Context engineering is the new vibe coding - it's the way to actually make AI coding assistants work. Claude Code is the best for this so that's what this repo is centered around, but you can apply this strategy with any AI coding assistant!

Project last updated:03/16/26

GitHub Stars

13.8K

Forks

2.7K

Contributors

1

License

MIT

Why we included this project

A template like this one treats the context you hand an AI coding assistant as something to engineer deliberately instead of a prompt you hope is worded well enough. You describe a feature in a structured INITIAL.md file, then /generate-prp turns that into a detailed blueprint by working through your codebase and documentation, and /execute-prp walks the assistant through the implementation with validation gates and test checks along the way. The repo ships a CLAUDE.md and command files with project-wide conventions, plus example files you can replace with your own code patterns. It is built around Claude Code, but the same workflow transfers to other assistants. If your coding sessions drift or stall because the model never had enough context, this gives you a concrete structure to clone and adapt rather than a hosted service.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category