tb-set-parent-task
Original:🇨🇳 Chinese
Translated
1 scripts
Set parent-child task relationship (subtask)
3installs
Added on
NPX Install
npx skill4agent add kaelzhang321/teambition-agent-toolkit tb-set-parent-taskTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →Set Parent-Child Tasks
Execution Steps
- Read common projects and recent tasks from
.teambition.md - Let the user select a project
- Get the task list, let the user select the parent task
- Let the user select the child task
- Execute:
bash
node scripts/tb-api.mjs set-parent-task --taskId <subtask ID> --parentTaskId <parent task ID>- Update the recent task records in
.teambition.md
Rules:
- If the host supports interactive selection controls, use interactive selection
- If the host does not support interactive selection controls, directly ask the user in the conversation
- Do not automatically determine the parent-child relationship