← back to A2a Lab

cards/vp-cncp.agent-card.json

51 lines

{
  "name": "vp-cncp",
  "description": "CROSS-CUTTING flow officer (chief-of-staff). Standing operations owner whose one job is to keep the WHOLE operation moving so nothing stalls \u2014 drives the CNCP command center (http://localhost:3333, repo ~/cncp-starter, cncp-*.json) and ORCHESTRATES every other cabinet officer. Clears the approvals queue, advances stalled tasks + the 1700+ parking-lot items, un-sticks quiet projects, and logs wins as work lands. PROPOSE + ORCHESTRATE ONLY \u2014 routes reversible work to the owning officer, surfaces o",
  "supportedInterfaces": [
    {
      "url": "http://127.0.0.1:41300/vp-cncp/",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "version": "0.1.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "coordinating-agents",
      "name": "coordinating-agents",
      "description": "officer morning standup \u2014 who-helps-whom cross-help round; propose-only",
      "tags": [
        "skill",
        "cabinet"
      ]
    },
    {
      "id": "officers-overnight",
      "name": "officers-overnight",
      "description": "end-of-shift officer synthesis + overnight project queue; propose-only",
      "tags": [
        "skill",
        "cabinet"
      ]
    },
    {
      "id": "officer-idea-council",
      "name": "officer-idea-council",
      "description": "7-officer idea brainstorm \u2192 Top-5; the daily idea generator this officer composes with",
      "tags": [
        "skill",
        "cabinet"
      ]
    }
  ]
}