hridaya423/conductor-tasks
If you are the rightful owner of conductor-tasks and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Conductor Tasks is an AI-powered task manager designed to streamline development processes by transforming requirements into actionable tasks, generating implementation plans, and tracking progress.
Tools
Functions exposed to the LLM to take actions
create-task
Create a new task with details
update-task
Update an existing task's details
list-tasks
Get a list of tasks with filtering and sorting options
get-task
Get details of a specific task
add-task-note
Add a note, progress update, or comment to a task
get-next-task
Get the next task to work on
parse-prd
Parse a PRD (Product Requirements Document) and create tasks from it
delete-task
Delete a task
initialize-project
Initialize the project, including task management (TASKS.md) and IDE rules.
generate-implementation-steps
Generate detailed implementation steps for a task
expand-task
Expand a task with more detailed information and subtasks
suggest-task-improvements
Get AI suggestions for improving a task
help-implement-task
Get AI assistance to implement a specific task
visualize-tasks-kanban
Display tasks in a Kanban board view
visualize-tasks-dependency-tree
Display task dependency tree
visualize-tasks-dashboard
Display task dashboard with summary statistics
parse-prd-file
Parse a PRD file from disk and extract tasks
list-task-templates
List available task templates
get-task-template
Get details of a specific task template
create-task-from-template
Create a new task from a template
research-topic
Research a topic using available LLM capabilities (e.g., Perplexity, tool-calling for search).
generate-diff
Generate a diff for a file based on a change description.
propose-diff
Propose a diff to be applied to a file. Currently acknowledges only; does not apply.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client