nw-deliver-orchestration
仓库创建 2026年2月13日最近提交 1 个月前SkillHot 收录 20 天前
▸ 精选理由
适合需要可中断、可重试与质量门控的交付自动化场景。
▸ 风险提示
可能会触发部署或调用外部服务,需严格权限与审计。
这个 Skill 做什么
命令化编排并执行完整 DELIVER 波段的交付生命周期。
围绕一个功能从基线到交付,把整个 DELIVER 波段的九个阶段自动编排并执行,支持中断后续接续和智能跳过步骤。想用命令化流程(例如 *deliver)让系统按评审、修正、测试、验收等环节自动推进时用。亮点是内建状态追踪、重试与质量门控,确保交付可复现又不会漏步。
▸ 展开 SKILL.md 英文原文
DELIVER wave orchestration workflow -- 9 phases from baseline to finalization. Load when user invokes *deliver command. Covers state tracking, smart skip logic, retry, resume, and quality gate enforcement.
585
Stars
59
Forks
40
仓库内 Skill
+15
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-deliver-orchestration/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-deliver-orchestration/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# DELIVER Wave Orchestration
When invoked via `*deliver "{feature-description}"`, Apex orchestrates the complete DELIVER wave lifecycle.
## Orchestration Role
Parse feature description, derive feature ID, execute 9 phases in order. Track state for resume capability.
**Invocation**: `*deliver "Implement user authentication with JWT tokens"`
## 9 Phases
### Phase 1-2: Baseline Creation + Review
Create: `docs/feature/{feature-id}/deliver/baseline.yaml`. Reviewer: @nw-software-crafter-reviewer.
Smart skip: yes (if file exists AND `validation.status == "approved"`).
### Phase 3-4: Roadmap Creation + Dual Review
Create: `docs/feature/{feature-id}/deliver/roadmap.json`.
Reviewer 1: @nw-produvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有