memorize

Convert agreed proposals into project ADRs or personal memory entries.

4|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/danmestas/wardrobe --skill memorize-danmestas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memorize
Source: https://github.com/danmestas/wardrobe/tree/main/skills/memorize
Command: npx skills add https://github.com/danmestas/wardrobe --skill memorize-danmestas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill persists a learning, transforming agreed proposals into either a project ADR or a personal memory entry, so useful insights survive across sessions and contexts.

Core Features & Use Cases

  • Project ADRs: convert learnings tied to the codebase into ADRs in the repository when applicable.
  • Personal memory: capture user preferences, principles, and recurring friction for cross-project recall.
  • Safety & confirmation: always prompt the user to confirm content before writing to durable storage.

Quick Start

Invoke /memorize on a key insight to save it for future sessions.

Frequently Asked Questions about memorize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist project learnings as durable ADRs in my repository?

To persist project learnings as durable ADRs, invoke /memorize to convert agreed proposals into architecture decision records stored directly within your project docs for cross-session survival.

What is the best way to save personal memory preferences across multiple projects?

Saving personal memory preferences across projects requires capturing user principles and recurring friction as durable entries. Use /memorize to store these insights in personal memory locations for cross-project recall.

Can I automatically create ADRs after reflecting on a proposal?

Yes, ADR creation can auto-fire after a /reflect session upon agreement. The skill requires explicit user confirmation before writing the agreed proposal to durable project docs or personal memory storage.

Does the memorize skill require user confirmation before writing to durable storage?

Yes, the memorize skill always requires user confirmation before writing to durable storage. It prompts you to review and confirm content, ensuring only agreed proposals become project ADRs or personal memory entries.

When should I use a project ADR versus a personal memory entry?

Use a project ADR when learnings are tied directly to the codebase and repository. Use a personal memory entry to capture user preferences, principles, and recurring friction for cross-project recall instead.