tb-create-task
Original:🇨🇳 Chinese
Translated
1 scripts
Create new tasks in TeamBition projects
9installs
Added on
NPX Install
npx skill4agent add kaelzhang321/teambition-agent-toolkit tb-create-taskTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →Create TeamBition Task
Execution Steps
1. Select Project
Read common projects from for users to make an explicit selection.
If does not exist, prompt to run first.
.teambition.md.teambition.md/tb-init2. 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 (delete the oldest entry when the upper limit is exceeded).
.teambition.md