multi-role
Analysis
This is mostly a coherent workflow skill, but it delegates broad tool access to sub-agents, keeps persistent task memory, and makes a file-access promise that does not match its documented coding workflows.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
每次回复前必须先读 `OUTPUT-RULES.md`,再输出任何内容。这是最高优先级规则。
The skill tells the agent to treat its own output file as a highest-priority rule and to read it before replying, which can override normal user-preferred response style or force extra tool use.
在同一条消息中发出多个 Task 工具调用...它们会并发执行,每个任务拥有完整的工具权限。
The skill authorizes parallel sub-agent execution where each task has full tool permissions, increasing the impact of mistakes or ambiguous instructions.
不会访问 Skill 目录以外的任何位置...所有写入操作均限定在本 Skill 目录内。
This strong file-access claim is hard to reconcile with the included development and logging workflows that describe coding work, running validation, and paths such as project logs and governance logs.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
项目记忆 > 角色记忆 > 系统记忆...context.md / decisions.md / pitfalls.md...archives/ 下的所有归档文件 永不淘汰
The skill creates and reuses persistent project, role, and system memory, including archives that are never automatically removed.
每个 Skill 任务完成后,向共享指标文件追加一条结构化记录...聚合层...读取这些记录,过滤并渲染摘要...should_display 由各 Skill 自行判断
Other skills can write to a shared metrics file that this skill later reads and renders, but the artifacts do not document origin validation or sanitization.
