一键导入
05-learn
Capture solved problems as searchable solution artifacts. Use after a workflow loop completes or a non-trivial problem is solved.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Capture solved problems as searchable solution artifacts. Use after a workflow loop completes or a non-trivial problem is solved.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Discover requirements through structured multi-round dialog. Use when the request is ambiguous, needs discovery, or describes a new idea/product.
Review code changes across five axes with evidence-first findings. Use after implementation is complete and before committing.
Turn requirements into an execution-ready plan with TDD-gated implementation units. Use when a brainstorm artifact exists and is ready for planning.
Execute plan units with TDD enforcement and checkpoint resume. Use when a plan path is ready for implementation.
Inspect workflow artifacts and recommend the single best next skill. Use when unsure what to run next.
Create and manage git worktrees for isolated feature development. Use when starting a feature that needs branch isolation.
| name | 05-learn |
| description | Capture solved problems as searchable solution artifacts. Use after a workflow loop completes or a non-trivial problem is solved. |
Use this skill after solving a problem so the repository gains a reusable learning in docs/solutions/.
See shared pipeline instructions for model routing and pipeline behavior.
references/solution-schema.yaml (title, category, severity, tags, applies_when).references/category-map.md to map the problem to the correct solution category.references/overlap-rules.md to decide whether to create, update, or consolidate.pattern_extractor to identify recurring patterns across existing artifacts before writing a new solution.assets/solution-template.md.{project-root}/docs/solutions/ (only relevant to current project)~/.pi/agent/docs/solutions/ (applicable to any project)docs/out-of-scope/ (template: assets/out-of-scope-template.md, convention: ../../docs/out-of-scope/README.md) instead of docs/solutions/.02-plan and 04-review runs via the search strategy in references/solution-search-strategy.md.pattern_extractor extract to scan existing artifacts for recurring patterns.pattern_extractor categorize to group patterns by type.docs/solutions/ for related artifacts and perform an overlap check.references/category-map.md.docs/solutions/<category>/.02-plan and 04-review runs should benefit from the new learning.🧠 Context Status (health, handoff path, active files, new-session recommendation) for workflow closure..context/compound-engineering/handoffs/ using the shared Handoff-lite template in skills/references/pipeline-config.md.Before finishing this skill, apply the completion checklist in shared pipeline instructions.