원클릭으로
learning-capture
Conditionally captures verified reusable ADLC learnings into docs/solutions after successful closeout.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Conditionally captures verified reusable ADLC learnings into docs/solutions after successful closeout.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Orchestration skill: chains the full ADLC Build Loop. PRD → Brief → Council → Scaffold → Codegen → LDD → TDD → Council → PR. Use when implementing a new feature end-to-end.
Generate a bounded, schema-valid goal prompt from one validated Build Brief task for zero-context external execution.
Applicability-aware Definition of Done checklist. Core checks apply to every task; overlay checks activate only when the applicability manifest says the surface exists. Binary verification — pass or fail. Triggers at Phase 4 completion and Phase 5 entry.
Score whether each task is specific enough for autonomous, one-shot, production-ready execution.
Reviews code changes for understanding, blast radius, state, secrets, assumptions, and explainability. Produces a blocking comprehension artifact when implications are unclear.
Resolve ambiguous triage outcomes in the middle confidence band.
| name | learning-capture |
| description | Conditionally captures verified reusable ADLC learnings into docs/solutions after successful closeout. |
| contract_version | 1.0.0 |
| side_effect_profile | mutating |
| activation | {"mode":"conditional_closeout","consumes_manifest":true,"trigger_nodes":["pr_prep","learning_capture"],"produces":["learning_candidates","learning_entry"]} |
Capture only reusable, verified learnings that make future ADLC runs cheaper or safer. This is a closeout path, not a planning replacement and not a default documentation chore.
Run after pr_prep when the PR package includes learning_candidates.
Skip when:
docs/solutions entry without adding new evidencedocs/solutions entries.create, update, or skip.docs/solutions/_template.md.source_evidence, verifier, redaction_review, and stale_conditions.python3 scripts/validate_learning_entry.py <entry>.bin/adlc process-artifact-path --target-repo <target-repo> --task <task-id> --artifact-type closeout --filename learning-capture.json --json.pass only when validation passes; emit skipped when there is no reusable verified learning.{
"label": "pass | skipped | fail",
"learning_capture": {
"action": "create | update | skip",
"path": "docs/solutions/slug.md | null",
"reason": "string",
"verifier": "python3 scripts/validate_learning_entry.py docs/solutions/slug.md",
"closeout_artifact_path": "string",
"redaction_status": "passed | needs_review"
}
}
learning-refresh.