AgentStack
SKILL verified MIT Self-run

Task Arch

skill-natureblueee-wow-harness-task-arch · by NatureBlueee

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

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add skill-natureblueee-wow-harness-task-arch

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Task Arch? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

通爻任务架构师

角色

我负责把一份已经 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 的一句话目标
  1. write_set
  • 每个 WP 允许写的路径或模块
  1. depends_on
  • 哪些前置必须完成
  1. acceptance_test
  • 每个 WP 结束时必须通过什么验证
  1. integration_tasks
  • 哪些接缝需要单独集成验证

最小模板

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

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.