Guide Creation Plan - Overview
Project: Context Engineering PDF Guide
Purpose
Create a comprehensive, shareable PDF guide on Context Engineering based on existing articles, interviews, and presentation materials.
Phase Overview
┌─────────────────────────────────────────────────────────────────┐
│ PHASE 1: ANALYSIS │
├─────────────────────────────────────────────────────────────────┤
│ Step 1: Syllabus Creation │
│ Step 2: Topic Deep Analysis │
│ Step 3: Topic Review & Restructure │
├─────────────────────────────────────────────────────────────────┤
│ PHASE 2: PREPARATION │
├─────────────────────────────────────────────────────────────────┤
│ Step 4: Document Requirements Analysis │
│ Step 5: Introduction Writing │
├─────────────────────────────────────────────────────────────────┤
│ PHASE 3: EXECUTION │
├─────────────────────────────────────────────────────────────────┤
│ Step 6: Chapter Writing (iterative) │
├─────────────────────────────────────────────────────────────────┤
│ PHASE 4: VALIDATION │
├─────────────────────────────────────────────────────────────────┤
│ Step 7: Completeness Review │
│ Step 8: Technical Review │
└─────────────────────────────────────────────────────────────────┘
Document Index
| File | Step | Phase | Description |
|------|------|-------|-------------|
| 01_syllabus_creation.md | 1 | Analysis | How to create topic syllabus |
| 02_topic_analysis.md | 2 | Analysis | How to analyze each topic in depth |
| 03_topic_review_restructure.md | 3 | Analysis | How to review and restructure topics |
| 04_document_requirements.md | 4 | Preparation | What's needed for final document |
| 05_introduction_writing.md | 5 | Preparation | How to write the guide introduction |
| 06_chapter_writing.md | 6 | Execution | How to write each chapter |
| 07_completeness_review.md | 7 | Validation | How to verify all topics covered |
| 08_technical_review.md | 8 | Validation | How to do final technical review |
| 09_final_checklist.md | - | Reference | Pre-publish checklist |
Execution Flow
Input Sources:
├── articles/context_engineering_new/*.md (9 articles)
├── articles/context_engineering_new/linkedin_post_*.md (9 posts)
├── articles/context_engineering/_chatgpt/otazky.md (interview)
├── articles/context_engineering/_chatgpt/start.md (research)
├── codecon_materials/presentation_structure.md (presentation)
└── codecon_materials/*.md (supporting materials)
↓ Step 1: Syllabus Creation
Output: syllabus.md (topic structure)
↓ Step 2: Topic Analysis
Output: topic_analysis/
├── topic_01_[name].md
├── topic_02_[name].md
└── ... (one file per topic)
↓ Step 3: Topic Review
Output: syllabus_revised.md (updated structure)
↓ Step 4: Document Requirements
Output: document_spec.md (format, style, requirements)
↓ Step 5: Introduction
Output: guide_draft/00_introduction.md
↓ Step 6: Chapter Writing
Output: guide_draft/
├── 00_introduction.md
├── 01_chapter_[name].md
├── 02_chapter_[name].md
└── ...
↓ Step 7: Completeness Review
Output: review_completeness.md (gaps identified)
↓ Step 8: Technical Review
Output: review_technical.md (issues identified)
↓ Final Assembly
Output: CONTEXT_ENGINEERING_GUIDE.md (final document)
Key Principles
1. No Content Loss
Every valuable insight from source materials must be captured in the analysis phase and transferred to the final guide.
2. Single Source of Truth
Each topic should be analyzed once, thoroughly. The analysis documents become the reference for chapter writing.
3. Iterative Refinement
The syllabus may change after topic analysis. This is expected and encouraged.
4. Quality Gates
Each phase has a validation step. Don't proceed to next phase until current phase passes quality criteria.
5. Traceability
Every claim in the final guide should trace back to:
- Original article
- Interview answer
- External citation (Karpathy, Chroma Research, etc.)
Estimated Effort
| Phase | Steps | Estimated Time | |-------|-------|----------------| | Analysis | 1-3 | 2-3 hours | | Preparation | 4-5 | 1-2 hours | | Execution | 6 | 3-5 hours | | Validation | 7-8 | 1-2 hours | | Total | | 7-12 hours |
How to Use This Plan
- Read this overview first
- Execute steps in order (1 → 8)
- For each step:
- Read the corresponding document
- Follow the process described
- Create the required outputs
- Verify against quality criteria
- If issues found in validation, loop back to relevant step
- Final output: Single markdown file ready for PDF conversion
Next Step
→ Proceed to 01_syllabus_creation.md