What problem does it solve? Developers and stakeholders often need quick answers about how a codebase works or what the other agents in a multi-agent development pipeline are doing, without interrupting the agents that write code or manage issues. This Skill provides a dedicated read-only question-answering seat that explains the cc-director codebase, reports pipeline status from GitHub issue labels, and keeps the CenCon architecture documents accurate. ## Core Features & Use Cases - Codebase Q&A: Searches code, docs, and git history with Grep/Glob/Read and answers with file:line citations, never from memory. - Pipeline status reporting: Reads flow:* labels on GitHub Issues via gh to summarize what the Product, Developer, and QA agents are doing and what is stuck. - CenCon doc maintenance: The only write access it has — updates docs/cencon/ (architecture_manifest.yaml, security_profile.yaml, INDEX.md) and regenerates diagrams when the architecture drifts. - Use Case: Ask "what are the agents doing right now" and get a stage-by-stage summary of open issues, including escalations marked flow:needs-human and repeatedly rejected items. ## Quick Start Ask the support agent to explain how a specific part of the cc-director codebase works or to summarize the current state of the issue pipeline.