nw-continue

仓库创建 2026年2月13日最近提交 1 个月前SkillHot 收录 20 天前
▸ 精选理由

适合回归项目时快速定位并恢复未完成工作流。

▸ 风险提示

会读取/分析仓库文档目录,需仓库访问权限

这个 Skill 做什么

扫描项目文档并检测当前功能的进度,自动继续下一步。

会扫一遍项目里的 docs/feature/ 文档,识别出当前某个功能已经完成到哪一步,然后自动帮你发起下一步命令。适合你中断几小时或几天后回来,不想手动翻找各种 artifact 时用。特别之处是能读出“波次/阶段”信息并接续上下文,省去重复确认进度的麻烦。

▸ 展开 SKILL.md 英文原文

Detects current wave progress for a feature and resumes at the next step. Scans docs/feature/ for artifacts.

自动化集成进度恢复文档扫描工作流通用
585
Stars
59
Forks
40
仓库内 Skill
+15
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-continue/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-continue/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# NW-CONTINUE: Resume a Feature

**Wave**: CROSS_WAVE (entry point) | **Agent**: Main Instance (self — wizard) | **Command**: `/nw-continue`

## Overview

Scans `docs/feature/` for active projects, detects wave artifacts, displays progress summary, launches next wave command. Eliminates manual artifact inspection when returning after hours/days.

You (main Claude instance) run this wizard directly. No subagent delegation.

## Behavior Flow

### Step 1: Scan for Projects

If project ID provided as argument, use it directly.

Otherwise scan `docs/feature/` for project directories:
```bash
ls -d docs/feature/*/
```

**No directories found:** Display "No active projects found under `docs/feature
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有