Konductro.

Tools Reference

Both CLI plugins (@conductor/claude-plugin and @conductor/q-plugin) expose the same set of MCP tools. The AI in your IDE calls these tools during conversation to interact with Konductro.

Ticket Tools

ToolDescription
list_my_ticketsList all tickets assigned to you — includes status, project, sprint, and branch name
get_ticket_contextLoad full ticket context: acceptance criteria, architectural notes, parent story, repository, and approved artefacts. Accepts UUID or ticket key (e.g. MRB-1)
start_workStart work on an assigned ticket — creates a feature branch on the git provider, pushes the ticket spec file to the repo, and updates status to in_progress

Pull Request Tools

ToolDescription
create_prCreate a pull request for a ticket — PR is created on ADO or Gitea with title, description, and acceptance criteria checklist populated. Reviewer assigned automatically

Technical Analysis Tools

ToolDescription
list_tech_analysis_tasksList pending technical analysis assignments for your user
get_task_contextLoad requirements and project context for a technical analysis task
submit_tech_analysisSubmit the completed technical analysis document back to Konductro. Supports filePath for large documents

Decomposition Tools

ToolDescription
list_decomposition_tasksList pending decomposition assignments
get_decomposition_contextLoad the story and repository context needed for decomposition
submit_decomposition_taskSubmit a single decomposed task (title, implementation steps, files, architectural notes)
complete_decompositionFinalise the decomposition after all tasks have been submitted

Repository Tools

ToolDescription
profile_repositoryScan the current repository and submit its profile to Konductro — tech stack, dependencies, APIs, architecture patterns

Prototype Tools

ToolDescription
list_prototype_tasksList assigned prototype build tasks
get_prototype_contextLoad design system, approved documents, and preview context for a prototype task
start_prototype_workMark a prototype task as in progress
request_upload_credentialsGet scoped STS credentials for uploading prototype files to S3
submit_prototypeSubmit a completed prototype with a page manifest

Tool Authentication

All tools authenticate using your personal CLI token, configured during installation. The token is sent with each API request to the Konductro backend. No additional authentication is needed per-tool.