iiRecord
Agentic AI Atlas · specializations/cli-mcp-development/interactive-prompt-system
lib-process:cli-mcp-development--interactive-prompt-systema5c.ai
II.
LibraryProcess JSON

lib-process:cli-mcp-development--interactive-prompt-system

Structured · live

specializations/cli-mcp-development/interactive-prompt-system 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--interactive-prompt-system",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/cli-mcp-development/interactive-prompt-system",
    "description": "Interactive Prompt System - Implement interactive prompts for gathering user input when arguments are missing,\nincluding text inputs, selections, confirmations, and password prompts.",
    "libraryPath": "library/specializations/cli-mcp-development/interactive-prompt-system.js",
    "specialization": "cli-mcp-development",
    "references": [
      "- Inquirer.js: https://github.com/SBoudrias/Inquirer.js",
      "- Questionary: https://github.com/tmbo/questionary",
      "- Survey: https://github.com/AlecAivazis/survey"
    ],
    "example": "const result = await orchestrate('specializations/cli-mcp-development/interactive-prompt-system', {\n  projectName: 'config-cli',\n  language: 'typescript',\n  promptLibrary: 'inquirer',\n  prompts: [\n    { type: 'input', name: 'projectName', message: 'Project name?' },\n    { type: 'list', name: 'template', choices: ['react', 'vue', 'angular'] }\n  ]\n});",
    "usesAgents": [
      "tui-component-architect",
      "terminal-accessibility-expert",
      "cli-docs-writer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:cli-mcp-development--interactive-prompt-system",
      "to": "skill-area:cli-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--interactive-prompt-system",
      "to": "skill-area:mcp-server-implementation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:cli-mcp-development--interactive-prompt-system",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--interactive-prompt-system",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--interactive-prompt-system",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--interactive-prompt-system",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:cli-mcp-development--interactive-prompt-system",
      "to": "workflow:sdk-api-design",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--interactive-prompt-system",
      "to": "specialization:cli-mcp-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--interactive-prompt-system",
      "to": "lib-agent:cli-mcp-development--tui-component-architect",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:cli-mcp-development--interactive-prompt-system",
      "to": "lib-agent:cli-mcp-development--terminal-accessibility-expert",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:cli-mcp-development--interactive-prompt-system",
      "to": "lib-agent:cli-mcp-development--cli-docs-writer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}