About
The Context Skill establishes a structured wiki system within the .ai-dev-team directory to solve the problem of context drift and high token costs during long-running development tasks. By separating active workflow state from stable project knowledge, it allows AI agents to initialize with a condensed summary of the architecture, tech stack, and historical patterns instead of re-reading the entire codebase or conversation history. This ensures that every agent spawn starts with a consistent, high-level understanding of the project's source of truth without the overhead of processing thousands of redundant tokens.