agentsclimarketplace

Express incubate

Skill lzx-Bill/Project-Factory-Core/.agents/skills/express-incubate

Docs-first project incubation with 34 composable AI Agent skills—from idea and requirements to architecture, acceptance, and implementation handoff.

Install
npx -y skills add lzx-Bill/Project-Factory-Core --skill express-incubate

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 23 days oldThe repository was created 23 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when the user explicitly wants a fast, one-pass project incubation, such as "快速孵化", "快速出计划", "express plan", "帮我规划一下这个项目". This skill orchestrates the existing Project Factory skills with bounded multi-agent batches, dependency gates, document reviews, execution logging, a final project audit, and one implementation-kit handoff. Do not trigger it for ordinary single-stage planning or when the user requests gradual confirmation at every stage.

SKILL.md

8.4 KB, ~2.7k tokens by cl100k_base, as published. Nobody here has run it

Express Incubate

把一句项目想法快速推进为可审计、可交接的完整设计草案。它只负责编排,不替代各阶段 Skill。

When to Use

  • 用户明确说“快速孵化”“快速出计划”“一轮生成完整草案”
  • 用户接受 AI 对可逆技术选择采用合理默认值
  • 目标是设计和实现交接资料,不是直接创建产品代码

NOT When to Use

  • 用户只要求需求、架构、验收等单一阶段
  • 用户要求逐阶段确认后再继续
  • 关键合规、安全或商业决策尚未确认,继续会造成不可逆影响

Input

来源内容
用户消息项目想法、名称、目标用户、已知约束
已有项目可选;HOME.md、执行 checkpoint 和已完成文档

Output

  • <项目>/HOME.mdwiki/** 项目设计文档
  • reports/stage-review/** 阶段评审报告
  • reports/execution/express-incubate-<timestamp>/** 执行日志与 checkpoint
  • reports/audit/** 最终审计报告
  • implementation-kit/** 唯一一次实现交接输出

Orchestration Contract

使用当前运行环境实际提供的多 Agent 工具,不在文档中伪造工具调用:

动作Codex 当前语义
派发独立阶段spawn_agent
等待阶段完成wait_agent
补充或重试任务followup_task
查看运行状态list_agents

规则:

  • 主 Agent 必须先完整读取本 Skill,以及本阶段要用的每个 Skill。
  • 给子 Agent 的任务必须明确要求它完整读取对应 .agents/skills/<name>/SKILL.md
  • 主 Agent 占用一个并发槽;子 Agent 数不得超过当前剩余槽位。无法确定时,最多同时运行 3 个子 Agent。
  • 只有输出文件互不重叠且输入依赖已完成的阶段才允许并行。
  • 每个并行批次必须全部结束并完成 review,才能进入依赖它的下一阶段。
  • 主 Agent顺序写 execution-log,避免多个 Agent 并发修改同一个日志文件。

Pipeline

Phase阶段Skill主要输入主要输出Gate
0启动/恢复execution-log用户输入、已有 checkpoint执行目录、项目名检查是否续跑
1项目启动project-bootstrap用户想法HOME、最小 wiki 内容、目录骨架stage-review
2方向探索incubation-discoveryHOME、vision 初稿idea-landscape、scenario-matrixstage-review
3项目定界overview-framingPhase 2vision、scope、glossarystage-review
4需求澄清requirements-spec + assumptions-trackingPhase 3user-stories、constraints、assumptions、open-questionsstage-review
5研究验证research-spikes未验证的关键假设technical-spikes、market-notes(按需)关键假设有结论
6架构与契约architecture-decisionsdata-api-design需求、研究结论system-design、tech-stack、module-map、data/API 文档顺序执行并 review
7基线一致性consistency-reviewPhase 3-6consistency-report高严重度矛盾为 0
8派生设计见下方批次已通过一致性的架构/APIUI、安全、性能、测试、对抗性场景全部完成并 review
9设计一致性consistency-reviewPhase 8 全部输出更新 consistency-report高严重度矛盾为 0
10交付与量化验收delivery-planningquantified-acceptance所有设计文档task-breakdown、里程碑、quantified-checklist依赖闭合
11交付配套见下方批次Phase 10风险、验收、运维、历史、HOME全部完成并 review
12收尾交接project-auditimplementation-kit完整项目审计报告、implementation-kit审计无 BLOCKER

Phase 8 派生设计批次

可并行执行,但受可用并发槽限制,超过容量时分波次:

Skill输出
ui-designwiki/03-architecture/ui-design.md
security-designwiki/03-architecture/security.md
performance-designwiki/03-architecture/performance.md
test-strategywiki/06-quality/test-strategy.md
adversarial-scenarioswiki/03-architecture/threat-scenarios.md

性能和测试必须在 api-spec.md 已存在后执行。Phase 9 必须等待五项设计全部完成。

Phase 11 交付配套批次

先并行执行以下互不重叠的任务:

  • risk-registerwiki/02-research/risk-register.md
  • acceptance-designwiki/06-quality/acceptance-plan.mdacceptance/**
  • operations-planningwiki/07-operations/**

全部完成后再顺序执行:

  1. history-sync 汇总实际变更和决策。
  2. home-navigation 更新阶段、下一步、风险和导航。
  3. project-audit standard;有 BLOCKER 就修复并重审。
  4. implementation-kit 只调用一次,并等待完成。

Stage Execution

每个阶段统一执行以下最小循环:

  1. 读取阶段 Skill 和已完成的上游文档。
  2. 派发一个范围明确、文件所有权不重叠的子任务。
  3. 等待产出完成,检查文件存在、非空、关键章节齐全。
  4. 使用 stage-review:默认只报告;仅机械性缺口可用 mode=fix
  5. FAIL 时对原子阶段补充任务并重试一次;仍失败则记录 BLOCKER,不得假装完成。
  6. 主 Agent 写入 stage-end 日志和 checkpoint。

Decision Policy

类型处理
不可逆业务、法律、合规、安全决策暂停管线并向用户确认
会改变范围或主要成本的关键未决项暂停管线并向用户确认
可逆技术选择选择维护成本最低的合理默认值,记录 [AUTO-DECISION]
信息不足但不阻塞后续写入 assumptions/open-questions,继续
格式或缺字段stage-review mode=fix 自动修复

Recovery

  • checkpoint 唯一键为 phase ID;同一 phase 重跑时更新,不追加重复完成记录。
  • 发现已有项目和 checkpoint 时,先询问用户续跑还是重新开始。
  • “重新开始”只清理本次执行报告;不得删除已有 wiki 或用户内容。
  • 子任务失败最多重试一次;不能证明完成的阶段必须保留为未完成。

Minimum Viable Output

  • Phase 1-10 的核心设计链完整
  • 所有阶段有 review 结果与 checkpoint
  • 无未处理的高严重度一致性问题
  • project-audit 无 BLOCKER

Complete Output

  • Minimum Viable Output 全部满足
  • Phase 11 配套文档完整
  • HOME 导航、任务、Prompt、验收和报告可追踪
  • implementation-kit 生成且数量与任务一致

Dependencies

  • 阶段产出:project-bootstrapincubation-discoveryoverview-framingrequirements-specresearch-spikesarchitecture-decisionsdata-api-designui-designsecurity-designperformance-designtest-strategyadversarial-scenariosdelivery-planningquantified-acceptancerisk-registeracceptance-designoperations-planninghistory-synchome-navigation
  • 质量与追踪:assumptions-trackingconsistency-reviewstage-reviewexecution-logproject-audit
  • 后置:implementation-kit

Target Pages

  • <项目根目录>/HOME.md
  • <项目根目录>/wiki/**
  • <项目根目录>/reports/**
  • <项目根目录>/implementation-kit/**

Changelog

日期变更原因
2026-07-15v9:改用当前 Codex 多 Agent 语义;按可用槽位分批;修复 API、设计、交付和历史阶段依赖;统一 review/提问/恢复契约;implementation-kit 改为唯一一次同步调用修复 v8 工具失效、依赖倒置、并发越限、文件竞写和重复交接
2026-04-30v8:扩展一致性、派生设计和量化验收阶段完善快速孵化覆盖面

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.