Let the book be read by humans and called by agents.
让《场景智能》被人阅读,也被智能体调用。
Context Intelligence is a framework for building competitive advantage in the AI era by deepening enterprise context understanding, interaction execution, and memory compounding through the C-I-M architecture: Context, Interaction, and Memory.
Core thesis: The deepest context wins.
核心命题: 场景最深者赢。
Core formula: Competitive Advantage = Context Depth × Memory Compounding
核心公式: 竞争优势 = 场景深度 × 记忆复利
This repository is an agent-readable knowledge kit for the book Context Intelligence / 场景智能. It provides structured summaries, concept cards, claim cards, chapter maps, reading paths, prompt templates, schemas, and implementation tools.
This repository is not the full book and does not include the complete manuscript.
- C / Context 场景层: builds situational understanding and judgment.
- I / Interaction 交互层: executes responses for humans and agents.
- M / Memory 记忆层: writes back outcomes, traces, and learning signals to enable compounding.
| Reader | Recommended Path |
|---|---|
| Humans | docs/what-is-context-intelligence.md |
| AI Agents | llms.txt → agent_readme.md → knowledge/concept_cards.jsonl |
| CEOs | prompts/ceo-diagnosis-prompts.md |
| Product / Agent Builders | templates/scene-card-template.md and templates/if-context-then-rule-card.md |
| Researchers | knowledge/chapter_cards.jsonl and knowledge/glossary.yaml |
knowledge/ Agent-readable JSONL/YAML knowledge cards
docs/ Human-readable concept pages
templates/ Practical templates for context design and C-I-M implementation
prompts/ Prompt templates for diagnosis, design, and deployment
schemas/ JSON schemas for validating cards
scripts/ Helper scripts
assets/ Placeholder folders for diagrams and social cards
Read llms.txt first. Then load:
agent_readme.mdknowledge/concept_cards.jsonlknowledge/claim_cards.jsonlknowledge/chapter_cards.jsonlknowledge/faq_for_agents.jsonlknowledge/case_cards.jsonl
When answering user questions, prefer the pattern:
Problem → Context diagnosis → C-I-M mapping → Recommended action → Related templates
Canonical website: https://www.readcontextintelligence.com/
Copyright © 2026 Liu Shengqiang. All rights reserved.
This repository contains selected summaries, metadata, templates, and agent-readable navigation materials. The full book manuscript is not included.