Skip to content

feat(.ai): agent memory retro skill#6138

Draft
marissahuysentruyt wants to merge 20 commits intomainfrom
marissahuysentruyt/feat-agent-memory-retro-skill
Draft

feat(.ai): agent memory retro skill#6138
marissahuysentruyt wants to merge 20 commits intomainfrom
marissahuysentruyt/feat-agent-memory-retro-skill

Conversation

@marissahuysentruyt
Copy link
Copy Markdown
Collaborator

@marissahuysentruyt marissahuysentruyt commented Apr 3, 2026

Description

⚠️ NICE-TO-HAVE PARALLEL MERGE ⚠️
Can be merged directly into feat-agnostic-ai-folder-stuff before or after the washing machine skills PR #6127 or the skills mindset PR #6139

Introduces a session-retrospective skill and "seed content" under .ai/memory/ so agents can capture persistent lessons learned (especially after user corrections) instead of losing them across sessions. The intent of this skill is for agents to self-document, learn from their mistakes, and share that learning across team members' agents.

Motivation and context

AGENTS.md at the repo root already tells agents to read .ai/memory/ when present. This skill operationalizes how to write and maintain those files, and provides two files that were created during the testing of this skill so the directory is not empty and the format is obvious.

Related issue(s)

  • fixes [Issue Number]

Screenshots (if appropriate)


Author's checklist

  • I have read the CONTRIBUTING and PULL_REQUESTS documents.
  • I have reviewed at the Accessibility Practices for this feature, see: Aria Practices
  • I have added automated tests to cover my changes.
  • I have included a well-written changeset if my change needs to be published.
  • I have included updated documentation if my change required it.

Reviewer's checklist

  • Includes a Github Issue with appropriate flag or Jira ticket number without a link
  • Includes thoughtfully written changeset if changes suggested include patch, minor, or major features
  • Automated tests cover all use cases and follow best practices for writing
  • Validated on all supported browsers
  • All VRTs are approved before the author can update Golden Hash

Manual review test cases

  • Read session-retrospective/SKILL.md to confirm it's clear.
  • Confirm .ai/README.md entry matches the skill name and paths.
  • Skim agnostic-lessons.md and css-styling-lessons.md for accuracy and tone (actionable, scannable).
  • Optional: resolve lessons.md vs <descriptor>-lessons.md wording in the skill for consistency.

Device review

  • Did it pass in Desktop?
  • Did it pass in (emulated) Mobile?
  • Did it pass in (emulated) iPad?

Accessibility testing checklist

  • Keyboard
    Documentation only.

  • Screen reader
    Documentation only.

@marissahuysentruyt marissahuysentruyt self-assigned this Apr 3, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 3, 2026

⚠️ No Changeset found

Latest commit: 735507a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@marissahuysentruyt marissahuysentruyt added Status:WIP PR is a work in progress or draft do-not-merge NO MERGE-Y! labels Apr 3, 2026
@marissahuysentruyt marissahuysentruyt changed the base branch from main to marissahuysentruyt/feat-agent-md-files April 3, 2026 16:54
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 3, 2026

📚 Branch Preview Links

🔍 First Generation Visual Regression Test Results

When a visual regression test fails (or has previously failed while working on this branch), its results can be found in the following URLs:

Deployed to Azure Blob Storage: pr-6138

If the changes are expected, update the current_golden_images_cache hash in the circleci config to accept the new images. Instructions are included in that file.
If the changes are unexpected, you can investigate the cause of the differences and update the code accordingly.

@marissahuysentruyt marissahuysentruyt force-pushed the marissahuysentruyt/feat-agent-md-files branch from 6a6063b to e63d18f Compare April 6, 2026 13:04
@marissahuysentruyt marissahuysentruyt force-pushed the marissahuysentruyt/feat-agent-memory-retro-skill branch from d51a80a to 86ad45b Compare April 6, 2026 13:15
@marissahuysentruyt marissahuysentruyt changed the base branch from marissahuysentruyt/feat-agent-md-files to marissahuysentruyt/feat-agnostic-folder-ai-stuff April 6, 2026 13:15
@marissahuysentruyt marissahuysentruyt changed the title Marissahuysentruyt/feat agent memory retro skill feat(.ai): agent memory retro skill Apr 6, 2026
…skill

- The a11y migration analysis doc is a full authoring playbook, not a
linting rule. Moves it from .ai/rules/ to .ai/skills/ with a SKILL.md
that mirrors the component-migration-analysis skill structure.

- Also fixes a stale .cursor/ path reference in
component-migration-analysis/SKILL.md.
- Delete .cursor/README.md and .cursor/config.json
- Delete all skill files under .cursor/skills/
@marissahuysentruyt marissahuysentruyt force-pushed the marissahuysentruyt/feat-agnostic-folder-ai-stuff branch from 7bdadee to 117b2a4 Compare April 8, 2026 17:21
- adds session-retrospective skill to capture lessons after work or user
corrections
- adds memory directory with initial testing lessons
@marissahuysentruyt marissahuysentruyt force-pushed the marissahuysentruyt/feat-agent-memory-retro-skill branch from 86ad45b to 735507a Compare April 8, 2026 18:23
Base automatically changed from marissahuysentruyt/feat-agnostic-folder-ai-stuff to main April 13, 2026 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge NO MERGE-Y! Status:WIP PR is a work in progress or draft

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant