用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/marblo-app/marblo --skill tf-analyze命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| 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