iiRecord
Agentic AI Atlas · specializations/cli-mcp-development/tui-application-framework
lib-process:cli-mcp-development--tui-application-frameworka5c.ai
II.
LibraryProcess JSON

lib-process:cli-mcp-development--tui-application-framework

Structured · live

specializations/cli-mcp-development/tui-application-framework json

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

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:cli-mcp-development--tui-application-framework",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/cli-mcp-development/tui-application-framework",
    "description": "TUI Application Framework Setup - Set up terminal user interface framework for interactive applications\nusing Ink, Bubble Tea, or Textual with layout systems and input handling.",
    "libraryPath": "library/specializations/cli-mcp-development/tui-application-framework.js",
    "specialization": "cli-mcp-development",
    "references": [
      "- Ink: https://github.com/vadimdemedes/ink",
      "- Bubble Tea: https://github.com/charmbracelet/bubbletea",
      "- Textual: https://textual.textualize.io/"
    ],
    "example": "const result = await orchestrate('specializations/cli-mcp-development/tui-application-framework', {\n  projectName: 'dashboard-tui',\n  language: 'typescript',\n  framework: 'ink',\n  components: ['text', 'box', 'list', 'input']\n});",
    "usesAgents": [
      "tui-component-architect",
      "tui-testing-architect",
      "cli-docs-writer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:cli-mcp-development--tui-application-framework",
      "to": "skill-area:cli-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--tui-application-framework",
      "to": "skill-area:mcp-server-implementation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:cli-mcp-development--tui-application-framework",
      "to": "skill-area:cli-tooling",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:cli-mcp-development--tui-application-framework",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--tui-application-framework",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--tui-application-framework",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--tui-application-framework",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:cli-mcp-development--tui-application-framework",
      "to": "workflow:sdk-api-design",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--tui-application-framework",
      "to": "specialization:cli-mcp-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--tui-application-framework",
      "to": "lib-agent:cli-mcp-development--tui-component-architect",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:cli-mcp-development--tui-application-framework",
      "to": "lib-agent:cli-mcp-development--cli-docs-writer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}