What problem does it solve? Multi-stage agent workflows lose context between stages, forcing downstream agents to re-gather information or work from incomplete knowledge. This Skill consolidates issue data, wiki pages, codebase context, and prior evidence into a compact, durable blackboard that every downstream stage can consume directly. ## Core Features & Use Cases - Context Synthesis: Selects only context relevant to the current workflow variant and summarizes problems, constraints, relevant files, decisions, risks, and open questions. - Source Traceability: Records source references, hashes, and page paths so every claim carries evidence or a confidence level, while keeping raw logs out of the blackboard. - Structured Handoff: Produces typed outputs (context.blackboard, context.sources, context.open_questions) with used_evidence, assumptions, blockers, and confidence fields for cross-stage handoff. - Use Case: In a spec-ops pipeline, after issue classification, run this Skill to build the shared blackboard so planning, implementation, and review stages start without broad re-search. ## Quick Start Compile the issue, wiki, and codebase context for the current stage into a compact blackboard with sources and open questions.