prep-project

仓库创建 2026年7月26日最近提交 3 天前SkillHot 收录 2 天前
▸ 精选理由

消除执行歧义,自动把交付路由给最合适的执行器或协同工具。

▸ 风险提示

需读取项目目录及敏感文件以生成规范包

这个 Skill 做什么

分析项目文件夹并生成可直接执行、自动路由的规范包与交付清单。

扫描一个项目文件夹并产出可直接执行的规范包与交付清单,把任务拆成能自动路由到 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 开发管理项目准备规范化路由Claude Code通用
0
Stars
0
Forks
32
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/fullREFIT/skills/main/skills/prep-project/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/fullREFIT/skills/main/skills/prep-project/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有