tb-set-parent-task

Original🇨🇳 Chinese
Translated
1 scripts

Set parent-child task relationship (subtask)

3installs

NPX Install

npx skill4agent add kaelzhang321/teambition-agent-toolkit tb-set-parent-task

Tags

Translated version includes tags in frontmatter

SKILL.md Content (Chinese)

View Translation Comparison →

Set Parent-Child Tasks

Execution Steps

  1. Read common projects and recent tasks from
    .teambition.md
  2. Let the user select a project
  3. Get the task list, let the user select the parent task
  4. Let the user select the child task
  5. Execute:
bash
node scripts/tb-api.mjs set-parent-task --taskId <subtask ID> --parentTaskId <parent task ID>
  1. 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