一键导入
documenting-solutions
Use when a non-trivial problem has been solved and verified working -- captures the solution as searchable institutional knowledge
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when a non-trivial problem has been solved and verified working -- captures the solution as searchable institutional knowledge
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when reviewing a spec or task graph for completeness before implementation
Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, logging in, or automating browser actions
Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, logging in, or automating browser actions
Use when decomposing a spec, design, or feature description into a task dependency graph with self-evaluating acceptance criteria
Use when doing creative product, feature, component, functionality, or behavior design work
Use when infrastructure or features are built but before declaring done -- verifies work is wired into the system and actively used
| name | documenting-solutions |
| description | Use when a non-trivial problem has been solved and verified working -- captures the solution as searchable institutional knowledge |
Capture solved problems as searchable documentation. Non-trivial problems only — skip typos and obvious fixes.
Document when:
Skip when:
Extract from the session:
rg "error message keywords" docs/solutions/
If similar issue found: cross-reference. If same root cause: update existing doc.
Save to: docs/solutions/YYYY-MM-DD-symptom-description.md
# [Symptom Description]
**Date:** YYYY-MM-DD
**Component:** [what was affected]
**Severity:** critical|high|medium|low
## Symptom
[Exact error message or observable behavior]
## Investigation
[What was tried and why it didn't work]
## Root Cause
[Technical explanation of the actual problem]
## Solution
[What fixed it — include code if helpful]
## Prevention
[How to avoid this in the future]
## Related
[Links to similar issues if any]
If 3+ similar issues exist, consider creating a pattern entry:
## [Pattern Name]
**Common symptom:** [description]
**Root cause:** [technical explanation]
**Solution pattern:** [general approach]