Write memory-template plugin skill #2
Labels
No Label
P0
P1
P2
P3
afk-ready
hitl
next
ready-for-agent
review
semi
waiting
wayfinder:grilling
wayfinder:map
wayfinder:research
wayfinder:task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jared/cc-os#2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What to build
Create
cc-os/plugins/memory/skills/memory-template/SKILL.mdalongside the existing skills (memory-vault,memory-write,memory-project,memory-reorganize).The skill handles two related workflows, routing between them based on context:
Template design — a repeatable 4-step process:
New-type creation — full lifecycle:
vault-conventions.md_templates/Key design decisions to encode in the skill: frontmatter (
summary+ tags) serves scanning human and recall AI; body serves injected AI mid-task and executing human (progressive disclosure, different stopping points). One shared spine, three type-specific body shapes. Subtypes are body variants within a template, never separate templates. Anti-patterns to guard: section inflation, vague headers, body duplicating frontmatter, paper-good/practice-ignored structure, convention without its boundary, smuggling project narrative.Acceptance criteria
SKILL.mdexists at the correct pathBlocked by
Done — created plugins/memory/skills/memory-template/SKILL.md (routes template-design ↔ new-type-creation; 4-step process + injection-economics filter; 9-step lifecycle; design decisions + 6 anti-patterns).