/remember
Record a learned design constraint from a correction into the project brief. Invoke when the user asks for remember on their UI, or mentions 'remember' alongside design / UI / frontend work.
One skill from ui-craft.
shell
$ npx -y skills add educlopez/ui-craft --skill remember --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/remember
Context preview
The summary Claude sees to decide when to auto-load this skill.
Record a learned design constraint from a correction into the project brief. Invoke when the user asks for remember on their UI, or mentions 'remember' alongside design / UI / frontend work.
Stats
Stars209
Forks9
LanguageGo
LicenseMIT
Ships with ui-craft
SKILL.md
remember.SKILL.md
--- name: remember description: "Record a learned design constraint from a correction into the project brief. Invoke when the user asks for remember on their UI, or mentions 'remember' alongside design / UI / frontend work." --- <!-- HARNESS MIRROR — do not edit here. Canonical source: skills/ or commands/. After editing source, copy into cli/assets/<harness>/ and repo-root harness mirrors. --> **Context:** this sub-skill is one lens of the broader `ui-craft` skill. If the `ui-craft` skill is also installed, read its SKILL.md first for Discovery + Anti-Slop + Craft Test, then apply the specific lens below. Load `references/brief.md` (sections 6 + Self-Correction) before proceeding. ## Step 1: Capture the constraint From the argument (or the immediately preceding correction in the conversation), capture: - **What** changed or is preferred — the concrete rule. - **Why** — the reason. Mandatory; without it the constraint can't generalize. If it isn't stated, ask one short question. - Phrase the rule so a future build can apply it without this conversation's context. ## Step 2: Write it to the brief Append a dated entry to **section 6 (Learned constraints)** of `.ui-craft/brief.md`: ```markdown - **YYYY-MM-DD** — <the rule>. *Why:* <reason>. ``` Create the brief (run `/brief`) or the section 6 heading if absent. If the new constraint contradicts an existing principle or constraint, mark the old one deprecated with a dated reason (brief is append-mostly) rather than deleting it. Never store a rule that breaches the accessibility/correctness floor — record the closest compliant interpretation and say so.
