{
  "$schema": "https://lindixu6-hash.github.io/awesome-agentic-engineering/schema/agent-card.schema.json",
  "name": "Starter Agent",
  "version": "0.1",
  "owner": "TODO: team or maintainer",
  "users": [
    "TODO: intended user"
  ],
  "workflow": "TODO: define one bounded workflow, its input, output, and success condition",
  "risk_profile": "draft-only",
  "non_goals": [
    "TODO: name at least one action this agent must never take"
  ],
  "tools": [
    {
      "name": "replace_with_draft_workspace",
      "purpose": "TODO: describe the isolated, non-published draft workspace",
      "access": "write",
      "effect": "draft",
      "approval_required": false
    }
  ],
  "launch_blockers": [
    "Starter card: replace every TODO and attach repeatable evidence before release"
  ],
  "scorecard": {
    "goal_clarity": 0,
    "tool_permissions": 0,
    "memory": 0,
    "evals": 0,
    "failure_handling": 0,
    "security": 0,
    "observability": 0,
    "cost_control": 0,
    "human_review": 0,
    "documentation": 0
  }
}
