prep-project
消除执行歧义,自动把交付路由给最合适的执行器或协同工具。
需读取项目目录及敏感文件以生成规范包
分析项目文件夹并生成可直接执行、自动路由的规范包与交付清单。
扫描一个项目文件夹并产出可直接执行的规范包与交付清单,把任务拆成能自动路由到 Cowork(内容/研究/文档)或 Claude Code(bash/部署/Git)的自包含任务。用在要把项目分解成可独立执行的子任务、准备交给自动化执行器或协作平台时。特点是自动判断路由目标、生成明确的输出路径和可验证的验收标准,减少来回沟通。
▸ 展开 SKILL.md 英文原文
Analyze a project folder and produce executor-ready specification packages. Auto-routes deliverables to Cowork (content, research, docs, analysis) or the Claude Code task-orchestrator (bash, MCP tools, deployment, Git), and produces both packages when a project spans surfaces. Outputs a single COWORK-BATCH.md (Cowork) or a 5-file spec — README.md, 00-PROJECT-INDEX.md, CLAUDE-TASKS.md, SPECS.md, DEPENDENCIES.md (orchestrator). Every task is self-contained with an absolute output path and verifiable acceptance criteria. Use when decomposing a project into autonomous-execution-ready tasks. MANDATORY TRIGGERS: prep project, prepare project, prep for cowork, prep for orchestrator, prep for execution, project spec, execution spec, batch execution prep, task decomposition, cowork batch, orchestrator spec.
帮我安装这个 skill:https://raw.githubusercontent.com/fullREFIT/skills/main/skills/prep-project/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/fullREFIT/skills/main/skills/prep-project/SKILL.md"# Prep Project Analyze a project folder and produce a specification package the executing agent runs with zero ambiguity. Replaces the older split between `prep-project-for-cowork` and `prep-project-for-orchestrator` — this skill detects routing automatically and produces both packages when a project spans surfaces. ## Two Output Targets | Target | Format | When | |---|---|---| | **Cowork** | Single `COWORK-BATCH.md` file | Deliverables are content, documents, research, analysis, structured files. No terminal, MCP tools, or deployment. | | **Orchestrator** (Claude Code task orchestrator) | 5-file spec package: `README.md`, `00-PROJECT-INDEX.md`, `CLAUDE-TASKS.md`, `SPECS.md`, `DEPENDENCIE