Before Every Request, Ask Yourself
// The Context Checklist:
1. Does the agent know what I want?
→ Clear task description with expected outcome
2. Does it know where to look?
→ File references, @ mentions, directory hints
3. Does it know how I want it done?
→ Pattern examples, conventions, rules file
4. Does it know what not to do?
→ Constraints, forbidden patterns, edge cases
5. Does it have the types and schemas?
→ Data models, interfaces, API contracts
The Compound Investment
Context engineering compounds over time:
• Week 1: Write your first rules file. 30 minutes.
• Week 2: Add conventions you keep correcting. 10 minutes.
• Week 4: Rules file handles 80% of your preferences automatically.
• Month 2: New team members get AI that already knows your codebase.
• Month 6: Your rules file is the best onboarding document you have.
The Transferable Skill
Context engineering transfers across every AI tool. When you switch from one tool to another, your understanding of context windows, retrieval, curation, and rules files applies immediately. Tools change every 6 months. Context engineering is the skill that lasts.
Key insight: The best AI-assisted developers aren’t the ones who write the cleverest prompts. They’re the ones who maintain the best context: clean rules files, well-organized codebases, thoughtful file references, and focused sessions. Context engineering is the new software craftsmanship.