with one click
towow-dev-handoff
通爻开发接手入口。用于新 AI 接手 Towow 开发、梳理最新上下文、开始生产排障、继续上一轮工作或确认当前主线时使用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
通爻开发接手入口。用于新 AI 接手 Towow 开发、梳理最新上下文、开始生产排障、继续上一轮工作或确认当前主线时使用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.
{{PROJECT_NAME}}全栈开发 Skill。代码实现、调试、重构、测试。当用户需要写代码或调试时使用。
项目架构师。负责架构决策、方案比较、边界冻结。在 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 | towow-dev-handoff |
| description | 通爻开发接手入口。用于新 AI 接手 Towow 开发、梳理最新上下文、开始生产排障、继续上一轮工作或确认当前主线时使用。 |
| status | active |
| tier | entry |
| owner | nature |
| last_audited | "2026-04-06T00:00:00.000Z" |
| triggers | ["新 session 接手 Towow","继续上一轮开发","进入生产排障"] |
| outputs | ["当前主线","最新风险","下一步建议","source drift"] |
| truth_policy | ["repo 真相源优先于 skill 文本","skill 负责导航,不复制现有知识","遇到冲突必须显式指出采用来源"] |
这个 skill 不负责复述 Towow 的全部历史,也不负责重新总结理念。
它只负责一件事:让新接手 Towow 开发的 AI,在一次入场中找到最新、可执行、可验证的上下文入口。
默认场景:
每次新 AI 接手 Towow 时,按这个顺序执行:
python3 .claude/skills/towow-dev-handoff/scripts/collect_handoff_context.py
docs/architecture/NETWORK-TOPOLOGY.mdops/nginx/*.confscripts/deploy.shscripts/deploy-demo.shscripts/deploy-edge.sh我不是新的权威副本。我只负责把新 agent 引到当前仍然活着的真相源上。
遇到信息冲突时,按这个优先级判断:
CLAUDE.mdMEMORY.mddocs/INDEX.mddocs/issues/*.md、docs/decisions/*.md、docs/reviews/**/*.mdmemory/.jsonl规则:
Towow 有一套上下文工程系统(不是 prompt),通过 PostToolUse hook 在编辑文件时自动注入相关思维框架:
scripts/context_router.py — 文件路径 → 上下文片段映射scripts/context-fragments/ — 精炼的领域规则(每个 10-25 行)scripts/guard_router.py — 文件路径 → guard 脚本映射scripts/guard-feedback.py — PostToolUse 目标docs/decisions/ADR-030-guard-signal-protocol-and-governance-reload.md如果 PostToolUse hook 正常工作,接手者编辑文件时会自动收到该领域的上下文。如果没收到,检查 .claude/settings.json 中的 hook 配置。
涉及公网入口或生产部署时,先确认这些边界仍成立:
<NETWORK_REDACTED><NETWORK_REDACTED>ops/nginx/*.conf,不是线上手改的 /etc/nginx/conf.d/*prod / preview 两条通道,不能把 preview 产物当 prod 发完成文档入场后,优先进入这些路径:
backend/server.pybackend/product/protocol/backend/product/matching/backend/product/bridge/backend/product/catalyst/backend/product/openagents/这些路径对应当前生产主链:
clarification-session -> discover -> invitation -> run -> prompt/respond -> result
默认忽略这些内容:
local-command-caveat/clear、/model 等命令操作local-command-stdout你要优先提取的是:
完成接手后,先输出 4 个块,再展开细节:
默认要求:
脚本入口:
python3 .claude/skills/towow-dev-handoff/scripts/collect_handoff_context.py
可选参数:
python3 .claude/skills/towow-dev-handoff/scripts/collect_handoff_context.py \
--cloud-root ~/.claude/projects/-Users-nature------Towow \
--recent-sessions 3 \
--recent-messages 3
脚本只负责收集入口,不替代你做判断。