ns-harness

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

NextStage 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
references/session-boot.md
; require Session boot (blocking) before other steps. Do not duplicate boot sequence in skill bodies or frontmatter
description
.
项目Harness入口模块。目录中的其他技能会指向本模块以完成会话启动和工件路径配置。本模块还可通过本地参考文档完成遗留系统(brownfield)的接入流程——无需单独调用prepare/architecture/agents/reverse/brownfield等技能。
消费端技能约定: 指向
references/session-boot.md
;要求在执行其他步骤前先完成会话启动(阻塞式)。请勿在技能主体或前置
description
中重复启动流程。

Dispatch (this skill as face)

任务分发(本模块作为入口)

Session boot (
references/session-boot.md
) first — pick one row. First matching signal wins.
SignalReference
Prepare this repo / harness prepare / onboard brownfield / full prepare / stale context after refactor
references/prepare.md
(four workers in order)
Architecture rules / constitution / "how this repo works for the AI" /
.nextstage-harness/rules/architecture-rules.md
references/architecture-rules-generator.md
Write/refresh
AGENTS.md
/
CLAUDE.md
/ agent entry
references/agents-md.md
Reverse-engineer / engenharia reversa / business rules from code
references/codebase-reverse-spec.md
Brownfield map / analyze existing project (map only)
references/bootstrap-brownfield.md
/ns-harness
with no qualifier
Show this table; ask once if intent unclear
Bare
/ns-harness prepare this repo
is full
prepare.md
. Do not send user to retired slash names.
Read chosen reference in full; follow it. Do not improvise parallel workflow.
首先执行会话启动
references/session-boot.md
)——选择一行匹配项,首个匹配的信号生效。
触发信号参考文档
Prepare this repo / harness prepare / onboard brownfield / full prepare / 重构后上下文失效
references/prepare.md
(按顺序调用四个工作模块)
Architecture rules / constitution / "how this repo works for the AI" /
.nextstage-harness/rules/architecture-rules.md
references/architecture-rules-generator.md
编写/更新
AGENTS.md
/
CLAUDE.md
/ Agent条目
references/agents-md.md
逆向工程 / engenharia reversa / 从代码提取业务规则
references/codebase-reverse-spec.md
Brownfield地图 / 分析现有项目(仅生成地图)
references/bootstrap-brownfield.md
无限定符的
/ns-harness
展示此表格;若意图不明确,询问用户一次
仅输入
/ns-harness prepare this repo
即等同于完整执行
prepare.md
流程。请勿引导用户使用已废弃的命令名称。
请完整阅读所选参考文档并严格遵循流程。请勿自行设计并行工作流。

Shared references (other skills)

共享参考文档(供其他技能使用)

FileWhen to read
references/session-boot.md
Session boot (blocking), rules paths, MCP GitLab pointers
references/rules-sync.md
Canonical rules layout, manifest schema,
harness sync
references/artifact-layout.md
SDD artifact paths under
docs/versions/
, living specs, handoff rules
references/code-skill-routing.md
Entry priority + handoffs between implementation skills
references/subagent-dispatch.md
MUST dispatch harness
*-agent
bridges when available
references/agent-artifact-compress.md
Pre-save on agent-facing drafts only (caveman ultra; never chat)
references/project-skill-authoring.md
Author project-local skills — requires Anthropics
skill-creator
+
harness sync
Read only file(s) the active workflow names. Do not assume stack unless detected in rules or context.
文件阅读时机
references/session-boot.md
会话启动(阻塞式)、规则路径配置、MCP GitLab指针
references/rules-sync.md
标准规则布局、清单 schema、
harness sync
references/artifact-layout.md
docs/versions/
下的SDD工件路径、动态规格、交接规则
references/code-skill-routing.md
入口优先级 + 实现类技能间的任务交接
references/subagent-dispatch.md
当可用时必须分发Harness的
*-agent
桥接任务
references/agent-artifact-compress.md
仅在面向Agent的草稿中预保存时使用(极简模式;绝不用于聊天场景)
references/project-skill-authoring.md
编写项目本地技能——需要Anthropics
skill-creator
+
harness sync
仅读取当前工作流指定的文件。除非在规则或上下文中检测到相关信息,否则请勿预设技术栈。