II.
LibraryProcess overview
Reference · livelib-process:cli-mcp-development--interactive-prompt-system
specializations/cli-mcp-development/interactive-prompt-system overview
Interactive Prompt System - Implement interactive prompts for gathering user input when arguments are missing, including text inputs, selections, confirmations, and password prompts.
Attributes
displayName
specializations/cli-mcp-development/interactive-prompt-system
description
Interactive Prompt System - Implement interactive prompts for gathering user input when arguments are missing,
including 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', {
projectName: 'config-cli',
language: 'typescript',
promptLibrary: 'inquirer',
prompts: [
{ type: 'input', name: 'projectName', message: 'Project name?' },
{ type: 'list', name: 'template', choices: ['react', 'vue', 'angular'] }
]
});
usesAgents
- tui-component-architect
- terminal-accessibility-expert
- cli-docs-writer
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:cli-mcp-development·Specialization
lib_covers_topic1
- topic:developer-experience·TopicDeveloper Experience (DX)
lib_implements_workflow1
- workflow:sdk-api-design·WorkflowSDK / API Design
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:platform-engineer·Role
lib_requires_skill_area2
- skill-area:cli-design·SkillAreaCLI Design
- skill-area:mcp-server-implementation·SkillAreaMCP Server Implementation
uses_agent3
- lib-agent:cli-mcp-development--tui-component-architect·LibraryAgenttui-component-architect
- lib-agent:cli-mcp-development--terminal-accessibility-expert·LibraryAgentterminal-accessibility-expert
- lib-agent:cli-mcp-development--cli-docs-writer·LibraryAgentcli-docs-writer
Incoming edges
None.