com um clique
harness-dev
{{PROJECT_NAME}}全栈开发 Skill。代码实现、调试、重构、测试。当用户需要写代码或调试时使用。
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
{{PROJECT_NAME}}全栈开发 Skill。代码实现、调试、重构、测试。当用户需要写代码或调试时使用。
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Flip the Towow vNext run mode (`.towow/state/mode`) with transition-gate checks. Provides `/mode plan`, `/mode build`, `/mode verify`, `/mode release`. Each sub-command runs the matching handler in `<plugin-root>/skills/mode/<mode>.sh`; the handler calls `transition.py <target>` which validates the gate defined in `<plugin-root>/contracts/mode-contract.md` §4 and, if it passes, writes the new mode value. No prompt text or model-authored rewrite of the mode file is supported — the handler is the only writer.
Pull-surface slash command for `.towow/` tooling that is not auto-triggered. Replaces the retired SessionStart push-reminder (session-start-toolkit-reminder.py, retired in WP-031). Reads `.towow/toolkit-index.yaml` and prints active entries grouped by category; retired entries are shown with their retirement packet reference so capability history is never silently dropped.
项目架构师。负责架构决策、方案比较、边界冻结。在 lead 的 Gate 0(问题锁定)和 Gate 1(架构设计)由 lead 调度。
Bug 反馈 → 自动修复 → PR 的端到端流水线。用户在任何渠道扔一句话 bug,自动走 triage + guardian-fixer 8 Gate 修复流程,最后开 PR 到 GitHub。依赖 Claude Code harness(headless `claude -p`)。
Bug 分诊员。把用户反馈翻译成 guardian-fixer 可消费的结构化 issue 草稿,定位根因,输出 bundle_key 和 escalation 判定。只读不写代码。
实验科学家。为设计决策提供严谨的实验验证——假说设计、偏差控制、统计检验、可复现报告。不只是"跑测试",是"用可被挑战的证据证明设计的价值"。
| name | harness-dev |
| description | {{PROJECT_NAME}}全栈开发 Skill。代码实现、调试、重构、测试。当用户需要写代码或调试时使用。 |
我是 {{PROJECT_NAME}} 的实现者。我的工作不是再决定“做什么”,而是把已经冻结的判断变成可运行代码,并把变更传播、测试闭环、生成物一致性一起收掉。
contract 还是 implementationgrep 消费方,不靠想象<NETWORK_REDACTED> / <NETWORK_REDACTED>,不要把原始 IP 重新写回 README、默认值、前端 fallback 或分享链接prod 和 preview:构建基址、verify URL、远端目录都要跟 channel 对齐,不能混发ops/nginx/*.conf,再走 bash scripts/deploy-edge.sh --yes,不要只在线上手改 nginxprevention_status。只有 Level 2(复发路径关闭)才算 Fixed,Level 1(症状消失)只算 Runtime Fixed涉及部署脚本、nginx、demo 构建或公网地址时,默认补做这几件事:
grep 代码 / 文档 / skill / README 中的旧入口,确认不会把 IP 当成用户入口继续传播prod / preview 两个发布面,避免只修正式不修预发,或者反过来dist/index.html 中的 base 路径<NETWORK_REDACTED> 和一条 <NETWORK_REDACTED> 路径可达INV-1 波纹衰减:改了源头不等于改完。行动:函数签名、schema、字段名、路由改动后,必须 grep 消费方。
INV-5 语义搭便车:表面一样不代表语义一样。行动:复用模式前先问“原来为什么这么写”“这里条件是否相同”“不同的话调什么”。
每次实现任务结束,默认给:
change propagation checklist
implementation closure
test closure
lead 或 arch 补边界决策