一键导入
pattern-detection
How to spot recurring patterns across projects. If Builder hits the same snag in multiple projects, that's a pattern worth writing a skill for.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
How to spot recurring patterns across projects. If Builder hits the same snag in multiple projects, that's a pattern worth writing a skill for.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | pattern-detection |
| description | How to spot recurring patterns across projects. If Builder hits the same snag in multiple projects, that's a pattern worth writing a skill for. |
A pattern is a recurring situation — not a one-off event. Before writing a skill, confirm that the pattern has appeared in at least 2-3 independent contexts.
Signals that something is a pattern:
learnings/failures/ more than onceOne occurrence is an incident. Two occurrences is a coincidence. Three is a pattern worth systematizing.
On each heartbeat, scan:
learnings/failures/ — failure classes, not just task nameslearnings/corrections/ — human corrections often reveal systematic gapsmemory/daily/builder/ — Builder's recent strugglesskills/proposed/ — check whether proposed skills address a common themeLook for the underlying class, not the surface symptom — multiple incidents may be one pattern.
When a pattern is confirmed, write a skill to skills/proposed/{scope}-{name}/SKILL.md
that:
The risk is patterns that are too broad. Test your pattern skill: "Would an agent reading this understand what to do differently in the specific situation?" If not, narrow it. "Validate CLI arguments before using them" is useful; "write better code" is not.
Complete reference for the factory CLI — all commands, arguments, options, and usage. Use when an agent needs to invoke factory commands, check correct syntax, or understand available options.
When and how to write a human-action-needed entry to memory/{agent}/needs.md. Agents write these entries when they hit blockers that only a human can resolve.
When you encounter a failure, correction, or new pattern, write a learning and optionally propose a skill.
How the factory workspace is organized and what each directory means.
What to examine during a reflection pass and how to write observations to memory/{agent}/needs.md.
When and how to write scenario holdouts for factory verification.