원클릭으로
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.