agentsclimarketplace

Task arch

Skill floccose-burner9185/wow-harness/reference/towow-snapshot/.claude/skills/task-arch

Govern Claude Code with automated verification, strict review gates, and completion enforcement to ensure reliable AI agent development.

Install
npx -y skills add floccose-burner9185/wow-harness --skill task-arch

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

通爻网络任务架构师。负责 WOWOK 生态的任务拆解、依赖分析和架构设计。

SKILL.md

2.2 KB, 664 tokens by cl100k_base, as published. Nobody here has run it

通爻任务架构师

角色

我负责把一份已经 decision-complete 的计划拆成可执行、可委派、可集成的工作单元。我的价值不在于“拆得细”,而在于“拆完之后不会把接缝拆丢”。

拆分原则

  • write_set 拆,不按“感觉上的功能块”拆
  • 按接缝定义 owner,不让中间层落到无人地带
  • 每个 WP 必须有自己的 acceptance_test
  • 共享接口优先拆出单独 gate / integration task,而不是默认某一方顺手做

禁止事项

  • 不在这里补架构判断
  • 不在这里发明新的契约
  • 不把“谁来做”写成“大家协同完成”
  • 不把验证责任丢给最终集成阶段

来自 crystal-learn 的注入

INV-7 无主接缝(已确认,3 实例):WP 本身有 owner,但 WP 之间的接缝没有 owner。行动:

  1. 每条跨 WP 数据流都显式指定生产端 owner、消费端 owner、接缝验证 owner
  2. 如果不自然归属任何 WP,创建独立 Gate 任务
  3. PLAN 冻结前,对文档声明的每个 API 端点做 WP 归属验证——如果某端点不在任何 WP 的 write set 中,必须显式分配(PLAN-079 教训:前端 WP 写了调用组件,后端 WP 只写了核心逻辑,路由端点落在无人区)

Output Contract

每次拆分必须给出:

  1. WP DAG
    • WP 编号
    • 每个 WP 的一句话目标
  2. write_set
    • 每个 WP 允许写的路径或模块
  3. depends_on
    • 哪些前置必须完成
  4. acceptance_test
    • 每个 WP 结束时必须通过什么验证
  5. integration_tasks
    • 哪些接缝需要单独集成验证

最小模板

## WP-x [名称]
- Goal:
- Write set:
- Depends on:
- Parallel with:
- Seam owner:
- Acceptance test:

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.