nw-deliver
仓库创建 2026年2月13日最近提交 1 个月前SkillHot 收录 20 天前
▸ 精选理由
一键推进特性实现的完整波段执行器,便于发布流程自动化。
▸ 风险提示
可能会对生产流程或资源做出改变,需权限与变更控制。
这个 Skill 做什么
端到端执行 DELIVER 波段(从路线图到最终化)的编排器。
把 DELIVER 波段从路线图到执行再到收尾的全过程编排并推进,负责把已完成前置波段的产物落地交付。适合当所有前序工作都做完、功能准备进入实施时调用,能触发一键 execute-all 并做最终验收。特点是端到端的协调器视角,语言无关、面向交付流水线管理。
▸ 展开 SKILL.md 英文原文
Orchestrates the full DELIVER wave end-to-end (roadmap > execute-all > finalize). Use when all prior waves are complete and the feature is ready for implementation.
585
Stars
59
Forks
40
仓库内 Skill
+15
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-deliver/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-deliver/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# NW-DELIVER: Complete DELIVER Wave Orchestrator
**Wave**: DELIVER (wave 6 of 6)|**Agent**: Main Instance (orchestrator)|**Command**: `/nw-deliver "{feature-description}"`
## LANGUAGE CONVENTION FRAME (read FIRST — overrides all examples below)
**Code examples in this skill use Python syntax for illustration only.** They are NOT prescriptive about target language. nWave is language-agnostic per the "genericity and agnosticism" mandate (2026-05-24).
**Before crafting**, detect the target project's language from manifest files: `package.json` → TypeScript/JS; `Cargo.toml` → Rust; `go.mod` → Go; `pyproject.toml`/`setup.py`/`Pipfile` → Python; `pom.xml`/`build.gradle` → Java/Kotlin; `*.csprovia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有