Write memory-template plugin skill #2
Labels
No labels
P0
P1
P2
P3
bug
create
delete
enhancement
filed-by/agent
filed-by/user
frozen
lint-rule
needs-info
needs-triage
next
plugin/cc-architect
plugin/os
plugin/os-adr
plugin/os-aidd-lint
plugin/os-backlog
plugin/os-context
plugin/os-doc-hygiene
plugin/os-sdlc
plugin/os-vault
project/cc-os
ready-for-agent
ready-for-human
recurring
review
update
waiting
wayfinder:grilling
wayfinder:map
wayfinder:map
wayfinder:research
wayfinder:task
wayfinder:task
wontfix
worklist/deviations
worklist/lint-rule
worklist/new-implement-build
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
jared/cc-os#2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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).