用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/marblo-app/marblo --skill tf-create-tasks命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | tf-create-tasks |
| description | Bulk-create tasks in Marblo MCP from the analysis results. |
| allowed-tools | Bash, Read, Glob, Grep |
Create tasks based on the
/tf-analyzeanalysis results. After getting the user's confirmation, bulk-create them withcreate_tasks_bulk.
Never use the Claude Code built-in tools (TaskCreate, TaskList, TaskUpdate, TaskGet). You MUST use Marblo MCP's
create_tasks_bulk.⛔ Wrong way: call Claude Code's TaskCreate individually ✅ Right way: call Marblo MCP's create_tasks_bulk once
Build the tasks based on the prior analysis result (conversation context or docs/PRD.md).
TASK-001: [title — one line]
role: backend | frontend | test | devops
priority: 5(urgent) ~ 1(low)
depends_on: [TASK-NNN, ...]
scope: [file paths to modify]
goal: 1-2 sentence goal (what/why)
changes: [bullets of functions/behaviors to add/modify]
acceptance: [verifiable completion criteria]
notes: [constraints/cautions (optional)]
📋 Tasks to create: {N}
📦 Project: {project_name}
TASK-001: [title] (backend, priority: 5)
TASK-002: [title] (backend, priority: 4, depends_on: TASK-001)
TASK-003: [title] (frontend, priority: 4)
...
Create these as-is?
Only create after getting the user's confirmation.
create_tasks_bulk: create all tasks in a single callget_all_tasks✅ Task creation complete
━━━━━━━━━━━━━━━━━━
📦 Project: {project_name}
📋 Tasks created: {N}
backend: {n}
frontend: {n}
test: {n}
devops: {n}
🔗 Dependency chains:
TASK-001 → TASK-002 → TASK-004
TASK-001 → TASK-003 → TASK-005
Ready to start now: {M} (no dependencies)
💡 Next step: deploy agents with `/tf-spawn-agents`.