From aidd-context
Captures project-level learnings, conventions, and decisions into memory, rules, or ADR files. Useful when surfacing durable conventions and technical decisions during work.
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
Updates memory bank, decisions, and rules to keep project context accurate after implementation.
Updates memory bank, decisions, and rules to keep project context accurate after implementation.
| # | Action | Role | Input |
|---|---|---|---|
| 01 | scope | Worth-learning check, auto-analyze, categorize, user approval | conversation signal |
| 02 | write | Create or update files for each approved item | approved plan from 01 |
| 03 | sync | Refresh <aidd_project_memory> block in installed AI context files | summary table from 02 |
01 → 02 → 03. Action 01 exits cleanly when nothing is learning-worthy (Phase 1 gate); 02 and 03 are skipped in that case.
@assets/decision-template.md - individual decision record template@assets/adr-template.md - ADR log templatenpx claudepluginhub ai-driven-dev/frameworkSaves decisions, preferences, patterns, lessons, and project context to Claude Code's persistent memory directory as structured markdown files, with duplicate checks and index updates for cross-session recall.
Stores decision rules that change agent behavior across sessions — what to do, avoid, or try. Reads on startup, learns during work, skips facts and history.
Manages SSOT, project memory, and cross-tool memory search. Handles decisions.md, patterns.md, SSOT promotion, migration, merging, and sync. Use to save learnings or search past decisions.