Define six specialized Copilot agents with model bindings and role specifications#3
Merged
Merged
Conversation
Co-authored-by: igor-holt <125706350+igor-holt@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Define and document custom Copilot agents for repo
Define six specialized Copilot agents with model bindings and role specifications
Nov 13, 2025
Igor Holt (igor-holt)
approved these changes
Nov 13, 2025
Igor Holt (igor-holt)
approved these changes
Nov 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Establishes named Copilot agent definitions for repository-specific workflows, each bound to an appropriate model for its domain.
Changes
Created
docs/copilot-agents.md(341 lines)instinct-architect(gpt-5): Architecture, H-MOC reports, LID-LIFT pattern applicationinstinct-codesmith(Codestral 25.01): Python/CUDA/K8s/Argo/Terraform implementationinstinct-secops(o1-mini): CVD process, admission webhooks, IAM policiesinstinct-webhook(GPT-4.1-mini): HTTP services, orchestrator bridgesinstinct-docs(Llama-3.3-70B): Runbooks, specifications, operational docsinstinct-embed(text-embedding-3-small): RAG/vector search utility (not conversational)Updated
.copilot/AGENT_GUIDE.mdAll agents enforce defense-only constraints (no exploits, no offensive tooling, no crypto-breaking).
Usage
Paste agent definitions into GitHub Copilot Agents UI using the configuration templates in
docs/copilot-agents.md. Each agent includes explicit scope boundaries and repository awareness patterns (e.g.,config/matter.yaml,prompts/,.copilot/tasks/).Original prompt
Task 100 – Create custom Copilot agents for this repo
Goal
Define and document a set of named Copilot agents for the
cve_matter_analysis_osrepository, each bound to a specific model and role:instinct-architect– big-brain architect / H-MOC / LID-LIFTinstinct-codesmith– core code + infra (Python, CUDA, K8s, Argo, Terraform, USB OS)instinct-secops– security, CVE logic, policiesinstinct-webhook– webhooks and glue servicesinstinct-docs– docs, specs, runbooksinstinct-embed– standard embedding model (for tools, not a chat agent)The output of this task is a repo-local spec that humans can paste into the GitHub Copilot Agents UI, plus an updated AGENT_GUIDE linking to it.
Files to create / modify
docs/copilot-agents.md.copilot/AGENT_GUIDE.mdto reference the new agents specDo not touch other files in this task.
Agent definitions
In
docs/copilot-agents.md, create sections with the following content (you may refine wording but must preserve roles, models, and safety constraints).1.
instinct-architectOpenAI gpt-5run_reportas canonical machine report schema for major decisions.config/matter.yaml,prompts/,capsules/,.copilot/tasks/,src/,k8s/,argo/,terraform/.2.
instinct-codesmithMistral Codestral 25.01src/(ingest, alignment, models, refractors, evaluation, orchestrate)docker/k8s/argo/terraform/scripts/(including USB CUDA live OS build scripts).copilot/tasks/*acceptance criteria strictly.3.
instinct-secopsOpenAI o1-miniSECURITY.md, CVD process, secrets policy.PolicyTriggerCRDs, sedation actions.4.
instinct-webhookOpenAI GPT-4.1-miniwebhook/).src/orchestrate/api.py).5.
instinct-docsMeta Llama-3.3-70B-InstructREADME.md,SECURITY.md,docs/(if present), runbooks for NVD ingest, Argo sweeps, interpreting H-MOC outputs, CUDA USB OS usage.6.
instinct-embedOpenAI Text Embedding 3 (small)spec,tool,code,decision.AGENT_GUIDE update
In
.copilot/AGENT_GUIDE.md, add a short section:docs/copilot-agents.mdfor full definitions and copy-paste text for GitHub Copilot Agents UI.”Example snippet to add (Copilot should adapt formatting to the existing file):