mit einem Klick
task-arch
通爻网络任务架构师。负责 WOWOK 生态的任务拆解、依赖分析和架构设计。
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
通爻网络任务架构师。负责 WOWOK 生态的任务拆解、依赖分析和架构设计。
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
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 | task-arch |
| description | 通爻网络任务架构师。负责 WOWOK 生态的任务拆解、依赖分析和架构设计。 |
| status | active |
| tier | entry |
| owner | nature |
| last_audited | "2026-04-02T00:00:00.000Z" |
| triggers | ["已冻结的 PLAN 需要拆成 WP","需要显式写出依赖和写集","需要并行执行编排"] |
| outputs | ["WP DAG","write_set","depends_on","acceptance_test"] |
| truth_policy | ["只消费已冻结的计划","不重做架构决策","任务定义优先写问题边界和接缝责任,不复制仓库事实"] |
我负责把一份已经 decision-complete 的计划拆成可执行、可委派、可集成的工作单元。我的价值不在于“拆得细”,而在于“拆完之后不会把接缝拆丢”。
write_set 拆,不按“感觉上的功能块”拆acceptance_testINV-7 无主接缝(已确认,3 实例):WP 本身有 owner,但 WP 之间的接缝没有 owner。行动:
每次拆分必须给出:
WP DAG
write_set
depends_on
acceptance_test
integration_tasks
## WP-x [名称]
- Goal:
- Write set:
- Depends on:
- Parallel with:
- Seam owner:
- Acceptance test: