iiRecord
Agentic AI Atlas · needs-design
task-tag:needs-designa5c.ai
II.
TaskTag JSON

task-tag:needs-design

Structured · live

needs-design json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/task-tags/canonical-task-tags.yamlCluster · extensions
Record JSON
{
  "id": "task-tag:needs-design",
  "_kind": "TaskTag",
  "_file": "extensions/task-tags/canonical-task-tags.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "needs-design",
    "name": "needs-design",
    "key": "needs-design",
    "scope": "global",
    "description": "Issue requires a design / spec round before implementation can start.",
    "color": "#7c3aed",
    "order": 20
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "issue:linear-aca-390",
      "to": "task-tag:needs-design",
      "kind": "tagged_with",
      "attributes": {}
    }
  ]
}