Skip to content

Add support for Claude agent teams#404

Open
bborn wants to merge 1 commit intomainfrom
task/1063-add-support-for-claude-agent-teams
Open

Add support for Claude agent teams#404
bborn wants to merge 1 commit intomainfrom
task/1063-add-support-for-claude-agent-teams

Conversation

@bborn
Copy link
Owner

@bborn bborn commented Feb 6, 2026

Summary

  • Add parent_id column to tasks table enabling parent-child task relationships for agent team orchestration
  • Add three new MCP tools: taskyou_delegate_task (create subtasks), taskyou_get_team_status (monitor progress), and taskyou_wait_for_task (poll until subtask completes)
  • Add team progress indicators (👥 3/5) and child task links (↑feat: add scheduled and recurring tasks #123) to the kanban UI
  • Add comprehensive tests for all new team DB methods

Test plan

  • All existing tests pass (go test ./...)
  • 7 new tests in teams_test.go covering: GetChildTasks, GetTeamStatus, TeamStatusComplete, TeamStatusEmpty, HasChildTasks, GetTeamStatusMap, ParentIDInTaskCRUD
  • Manual: verify kanban UI shows team indicators for parent tasks
  • Manual: verify MCP delegate_task creates child tasks with correct parent_id
  • Manual: verify MCP get_team_status returns progress for a team

🤖 Generated with Claude Code

Enable AI agents to delegate subtasks to other agents via parent-child
task relationships. Adds parent_id column to tasks, three new MCP tools
(taskyou_delegate_task, taskyou_get_team_status, taskyou_wait_for_task),
team progress indicators in the kanban UI, and comprehensive tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant