ソース情報
- リポジトリ
- marblo-app/marblo
- ソースの最終更新活動
- 2026年8月1日 01:19
- 検出された SKILL.md の言語
- 英語
- スター
- 6
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/marblo-app/marblo --skill tf-analyzeコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Use before merging agent-generated code — review a diff for correctness, security, and simplicity, and report findings ranked by severity.
Bulk-create tasks in Marblo MCP from the analysis results.
Check and respond to PM feedback left on the dashboard — a two-way communication channel.
| name | tf-analyze |
| description | Analyze requirements and map out components, roles, and dependencies. |
| allowed-tools | Bash, Read, Glob, Grep, Write, Edit |
The step where you analyze requirements and understand the structure before writing any code. This skill does not create tasks. It only performs analysis. When the analysis is done, create tasks with
/tf-create-tasks.
Never use the Claude Code built-in tools (TaskCreate, TaskList, TaskUpdate, TaskGet). All task-related work MUST use the Marblo MCP tools.
Take the user's input (natural language, documents, URLs, etc.) and grasp the essentials.
When adding a feature to an existing project, analyze the codebase first.
Glob🔍 Requirements analysis complete
━━━━━━━━━━━━━━━━━━━━
📦 Project: {project_name}
🎯 Goal: {one-line summary}
📐 Component analysis:
Backend:
- {component 1}: {description}
- {component 2}: {description}
Frontend:
- {component 1}: {description}
👤 Roles needed:
- backend: {N} tasks expected
- frontend: {N} tasks expected
- test: {N} tasks expected
🔗 Dependency graph:
Layer 1 (foundation): DB schema, project setup
Layer 2 (API): core endpoints
Layer 3 (UI): screen implementation
Layer 4 (integration): tests, deployment
⚠️ Risks/considerations:
- {risk 1}
- {risk 2}
💡 Next step: create tasks with `/tf-create-tasks`.
/tf-plan: /tf-plan goes all the way to writing a PRD document; /tf-analyze only does a quick analysis