remember

Capture lessons into Markdown training notes with Director confirmation.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/swishstar/vwpm-assistant --skill remember-swishstar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remember
Source: https://github.com/swishstar/vwpm-assistant/tree/main/.cursor/skills/remember
Command: npx skills add https://github.com/swishstar/vwpm-assistant --skill remember-swishstar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert fleeting corrections, preferences, decisions, and discovered patterns into concise, machine-readable training documents so future AI behavior and team processes consistently reflect learned lessons.

Core Features & Use Cases

  • Real-time lesson capture: summarize a correction, preference, decision, or pattern immediately after it occurs.
  • Structured templates: produce uniform training notes with metadata (date, type, department) that are easy to parse and compress into a knowledge base.
  • Workflow integration: present drafts to the Director for confirmation before saving and enforce one lesson per file to keep the training corpus clean.
  • Use case: after a Director corrects an email tone, capture the correction as a Preference note saved to training/ for later compression into KNOWLEDGE_BASE.md.

Quick Start

When the Director says "remember this" draft a Training Note summarizing the lesson, present it for confirmation, and then save it as training/YYYY-MM-DD-[slug].md.

Frequently Asked Questions about remember

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

FAQPage Schema
How do I capture meeting corrections into structured training notes?

To capture meeting corrections into structured training notes, draft a summary of the lesson immediately after it occurs and save it as a single Markdown file in the training directory. This ensures fleeting lessons become machine-readable documents for future reference.

Does the lesson capture process require confirmation before saving files?

Yes, the lesson capture process requires Director confirmation before saving files. Drafts of corrections, preferences, or decisions must be presented for approval to ensure accuracy before being stored as plain Markdown training notes.

How do I organize workflow changes into a machine-readable knowledge base?

To organize workflow changes into a machine-readable knowledge base, capture each change as an individual Markdown training note with metadata like date and type. You can later compress these single-lesson files into a centralized knowledge base.

Can I save multiple lessons in a single training note file?

No, you cannot save multiple lessons in a single training note file. The system enforces a one lesson per file rule to keep the training corpus clean and ensure each correction or preference remains a distinct, actionable document.