From aidd-context
Captures durable project learnings from conversations or git history and routes them to memory, decision records, rules, or skills. Scores each candidate and confirms before writing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidd-context:10-learnThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turns what a piece of work taught into the project's lasting context. It reads a source, scores each lesson, asks the user what to do with each, and writes only what the user approves.
Turns what a piece of work taught into the project's lasting context. It reads a source, scores each lesson, asks the user what to do with each, and writes only what the user approves.
| # | Action | Role | Input |
|---|---|---|---|
| 01 | gather | Pick a source and collect candidate lessons | the trigger |
| 02 | assess | Score each lesson, propose a destination, ask the user | the candidates |
| 03 | write | Write the approved lessons to their destinations | the approved plan |
| 04 | sync | Refresh the memory block in every context file | the written files |
Order: 01 → 02 → 03 → 04. Run each action's ## Test before the next. When nothing is worth learning, 01 exits and the rest is skipped.
aidd_docs/memory/internal/decisions/, written from the decision template.aidd_docs/memory/ is absent, route to the project-memory skill, do not scaffold here.assets/decision-template.md: the decision record format.npx claudepluginhub ai-driven-dev/framework --plugin aidd-contextExtracts learnings from the current conversation and appends them to the project's CLAUDE.md as generalized rules. Captures non-obvious solutions and workarounds.
Captures learnings from completed development sessions into reusable knowledge files organized by pattern, pitfall, decision, tool insight, and process improvement.
Records reusable lessons from resolved bug fixes, architectural changes, interface updates, or recurring pitfalls into project memory docs, anchored to git commits.