10 Learn

Capture durable project learnings. Use when the user wants to remember, record, or formalize a decision, convention, lesson, pitfall, reusable workflow, or review finding. Not for preferences or temporary notes.

ai-driven-dev 8e1c5e6 16 files · 12.6 KB Updated

File contents

Learn

flowchart LR
  source --> gather --> assess --> write
  source -->|"missing, empty, or ambiguous"| sourceStop([stop])
  gather -->|"no candidates"| gatherEnd([end])
  assess -->|"all covered"| assessEnd([end])
  write -->|"memory or ADR"| sync
  write -->|"rule or skill"| handoff([handoff])
  sync -->|"failure"| syncStop([stop])

Actions

Run the flow above. Read only the next action file.

Action Does
source identify and challenge the origin
gather read the origin and extract candidates
assess score, reconcile, show, and confirm
write write or hand off approved lessons
sync refresh memory references

Transversal rules

  • Write only the user-approved plan.
  • Preserve user edits and touch affected files only.
  • Write project files only, never personal or global memory.

ai-driven-dev/aidd-framework/tree/main/plugins/aidd-context/skills/10-learn commit 8e1c5e63cc

Frequently asked questions

npx skillmds@latest add ai-driven-dev/10-learn