Skip to content

fix(jon): A2A agent card advertises zero skills — causes orphaned skill in fleet health #3513

@mabry1985

Description

@mabry1985

Problem

The jon (protoContent) agent is reachable and has a valid A2A card, but advertises an empty skills array ([]). The fleet health collector reports orphanedSkillCount: 1, triggering the fleet.no_skill_orphaned goal.

Evidence

From agent_health domain (tick 2):

"jon": {
  "skills": [],
  "executorType": "a2a",
  "reachable": true,
  "latencyMs": 2,
  "cardAvailable": true
}

agent_fleet_health.orphanedSkillCount: 1

Expected

Jon should advertise at least chat (and ideally content_review, antagonistic_review, or similar skills matching its role as content strategist).

Fix

  1. Update Jon's A2A agent card to declare its supported skills
  2. Verify the skill names match any GOAP actions that target Jon
  3. Confirm orphanedSkillCount drops to 0 after fix

Impact

  • GOAP cannot route work to Jon for content tasks
  • Fleet health goal fleet.no_skill_orphaned stays violated
  • Autonomous dispatch fires repeatedly to investigate this

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions