tb-create-task

Original🇨🇳 Chinese
Translated
1 scripts

Create new tasks in TeamBition projects

9installs

NPX Install

npx skill4agent add kaelzhang321/teambition-agent-toolkit tb-create-task

Tags

Translated version includes tags in frontmatter

SKILL.md Content (Chinese)

View Translation Comparison →

Create TeamBition Task

Execution Steps

1. Select Project

Read common projects from
.teambition.md
for users to make an explicit selection. If
.teambition.md
does not exist, prompt to run
/tb-init
first.

2. Fill in Task Information

Collect information step by step:
  • Task Title (required)
  • Priority — Options: None(0) / Low(1) / Medium(2) / High(3)
  • Deadline — Options: None / Today / Tomorrow / This Friday / Next Friday / Custom
Rules:
  • If the host supports interactive selection controls, use interactive selection
  • If the host does not support interactive selection controls, ask the user for each item directly in the conversation
  • Do not automatically select projects, priorities or dates for users

3. Create Task

bash
node scripts/tb-api.mjs create-task --projectId <ID> --content "<标题>" --priority <N> --dueDate <ISO日期>

4. Update Recent Tasks

After successful creation, use the Edit tool to append the new task to the front of the recent task table in
.teambition.md
(delete the oldest entry when the upper limit is exceeded).