ソース情報
- リポジトリ
- marblo-app/marblo
- ソースの最終更新活動
- 2026年8月1日 01:19
- 検出された SKILL.md の言語
- 英語
- スター
- 6
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/marblo-app/marblo --skill tf-create-tasksコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Use before merging agent-generated code — review a diff for correctness, security, and simplicity, and report findings ranked by severity.
Analyze requirements and map out components, roles, and dependencies.
Check and respond to PM feedback left on the dashboard — a two-way communication channel.
SOC 職業分類に基づく
SKILL.md を表示中
| 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`.