Delivery orchestration
Skill ligyDt/ai-ide-init-template/codex/.agents/skills/delivery-orchestration
面向 Codex、Cursor、CodeBuddy、TRAE 的中文 AI IDE 项目初始化模板,内置多角色协作、Skills、MCP、Hooks 与安全验证。
npx -y skills add ligyDt/ai-ide-init-template --skill delivery-orchestrationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 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
将已确认的需求组织为跨角色交付路径。用于需要产品、设计体验、前端、后端、质量、运维或安全职责协同,明确任务顺序、依赖、交接产物和完成门禁时。
SKILL.md
1.3 KB, as published. Nobody here has run it
交付协同编排
以已确认需求为输入,为多角色工作建立清晰的执行顺序和交接边界。
流程
- 确认需求基线、验收标准、高风险限制和当前仓库状态已经可用;缺失时先调用
$product-intake。 - 按产品、设计体验、前端、后端、质量、运维与安全七类职责拆分工作,只启用确实需要的角色。
- 标注依赖关系、可并行工作、每项工作的输入、输出、文件或系统责任边界。
- 为架构取舍调用
$architecture-decision,为体验定义调用$experience-specification。 - 将质量、安全和发布门禁放在交付链路中,分别调用
$quality-gate、$security-risk-review与$release-readiness。
输出
- 交付阶段与顺序
- 角色责任和交接产物
- 并行与阻塞依赖
- 风险门禁和验证要求
- 最终完成定义
停止条件
若需求验收标准或外部操作权限边界仍未确定,仅输出缺口和决策请求,不推进实施分配。