--- name: auto-context-mapper description: Intelligently links related knowledge assets across tiers. Automatically fetches prerequisite data and high-level mission context for any task. status: implemented arguments: - name: dir short: d type: string description: Project root directory - name: query short: q type: string description: Context query to resolve - name: out short: o type: string description: Output file path category: Engineering & DevOps last_updated: '2026-02-13' tags: - data-engineering - gemini-skill --- # Auto-Context Mapper This skill ensures that no task is performed in isolation. It provides "Deep Context" by chaining related data points. ## Capabilities ### 1. Knowledge Chaining - When a task is started, it identifies related files across `Public`, `Confidential`, and `Personal` tiers. - Example: If analyzing "AWS Costs," it automatically pulls `kpi_standards.md` and past `budget-variance` reports. ### 2. Prerequisite Gathering - Automatically prepares the environment by reading necessary design docs or requirements before subsequent skills are triggered by `mission-control`. ## Usage - "Context-map our current technical debt against the Vision 2030 mission." - "Prepare the deep context for a multi-year financial simulation." ## Knowledge Protocol - Adheres to `knowledge/orchestration/knowledge-protocol.md` and `optimization-standards.md`.