ns-harness
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseNextStage Harness
NextStage Harness
Project harness face. Other catalog skills point here for session boot + artifact paths. Also runs brownfield onboarding via local references — no separate prepare/architecture/agents/reverse/brownfield skills.
Consumer skill convention: point to ; require Session boot (blocking) before other steps. Do not duplicate boot sequence in skill bodies or frontmatter .
references/session-boot.mddescription项目Harness入口模块。目录中的其他技能会指向本模块以完成会话启动和工件路径配置。本模块还可通过本地参考文档完成遗留系统(brownfield)的接入流程——无需单独调用prepare/architecture/agents/reverse/brownfield等技能。
消费端技能约定: 指向;要求在执行其他步骤前先完成会话启动(阻塞式)。请勿在技能主体或前置中重复启动流程。
references/session-boot.mddescriptionDispatch (this skill as face)
任务分发(本模块作为入口)
Session boot () first — pick one row. First matching signal wins.
references/session-boot.md| Signal | Reference |
|---|---|
| Prepare this repo / harness prepare / onboard brownfield / full prepare / stale context after refactor | |
Architecture rules / constitution / "how this repo works for the AI" / | |
Write/refresh | |
| Reverse-engineer / engenharia reversa / business rules from code | |
| Brownfield map / analyze existing project (map only) | |
| Show this table; ask once if intent unclear |
Bare is full . Do not send user to retired slash names.
/ns-harness prepare this repoprepare.mdRead chosen reference in full; follow it. Do not improvise parallel workflow.
首先执行会话启动()——选择一行匹配项,首个匹配的信号生效。
references/session-boot.md| 触发信号 | 参考文档 |
|---|---|
| Prepare this repo / harness prepare / onboard brownfield / full prepare / 重构后上下文失效 | |
Architecture rules / constitution / "how this repo works for the AI" / | |
编写/更新 | |
| 逆向工程 / engenharia reversa / 从代码提取业务规则 | |
| Brownfield地图 / 分析现有项目(仅生成地图) | |
无限定符的 | 展示此表格;若意图不明确,询问用户一次 |
仅输入即等同于完整执行流程。请勿引导用户使用已废弃的命令名称。
/ns-harness prepare this repoprepare.md请完整阅读所选参考文档并严格遵循流程。请勿自行设计并行工作流。
Shared references (other skills)
共享参考文档(供其他技能使用)
| File | When to read |
|---|---|
| Session boot (blocking), rules paths, MCP GitLab pointers |
| Canonical rules layout, manifest schema, |
| SDD artifact paths under |
| Entry priority + handoffs between implementation skills |
| MUST dispatch harness |
| Pre-save on agent-facing drafts only (caveman ultra; never chat) |
| Author project-local skills — requires Anthropics |
Read only file(s) the active workflow names. Do not assume stack unless detected in rules or context.
| 文件 | 阅读时机 |
|---|---|
| 会话启动(阻塞式)、规则路径配置、MCP GitLab指针 |
| 标准规则布局、清单 schema、 |
| |
| 入口优先级 + 实现类技能间的任务交接 |
| 当可用时必须分发Harness的 |
| 仅在面向Agent的草稿中预保存时使用(极简模式;绝不用于聊天场景) |
| 编写项目本地技能——需要Anthropics |
仅读取当前工作流指定的文件。除非在规则或上下文中检测到相关信息,否则请勿预设技术栈。