04-rem
1
总安装量
1
周安装量
#45950
全站排名
安装命令
npx skills add https://github.com/kelvinz/cobb --skill 04-rem
Agent 安装分布
kilo
1
amp
1
opencode
1
codex
1
antigravity
1
Skill 文档
04 rem
Maintain tasks/memory.md as a living, durable âwhat mattersâ record for the project.
Write it for someone taking over the project (or you returning later): it should explain where things are, what was decided, and what to watch out for before proceeding.
Guardrails
- Do not store secrets (API keys, tokens, credentials).
- Keep entries short and durable; avoid duplicating long prds or code.
- Update
tasks/memory.mdin place; do not rewrite the whole file. - Write in plain language so a junior dev (or another AI) can take over without extra context.
What to Record
- Project gist (what it is, who itâs for, success measures)
- Current state (whatâs done, whatâs next, whatâs blocked)
- Key decisions (what we chose + why + tradeoffs)
- Completed work (feature IDs, prds, notable outcomes)
- Notes/gotchas (constraints, pitfalls, conventions, sharp edges)
Avoid:
- raw meeting transcripts
- verbose day-by-day logs
- duplicate content that already lives in prds or code
Workflow
- Ensure
tasks/exists; createtasks/memory.mdif missing. - Update
tasks/memory.mdin place; do not rewrite the whole file. - Add short entries (1â3 lines) in the most relevant section.
- Prefer referencing feature IDs (
f-##) and prd paths when relevant. - If itâs unclear what to record, ask one clarifying question.
tasks/memory.md Template (Markdown)
If tasks/memory.md does not exist, create it with this structure:
# Project Memory: <project name>
## Project
- One-liner: â¦
- Target users: â¦
- Success metrics: â¦
- Constraints (optional): â¦
- Non-goals (optional): â¦
## Current state
- Where we are: â¦
- Next up: f-##
- Blockers / risks: â¦
## Key decisions
- YYYY-MM-DD: <decision>
- Why: â¦
- Tradeoffs: â¦
## Completed
- YYYY-MM-DD: f-## <feature name> â Implemented/Merged
- prd: `tasks/f-##-<slug>.md`
- Notes: â¦
## Notes / gotchas
- YYYY-MM-DD: â¦
## Links (optional)
- `tasks/todo.md`
When to Use This
- During
01-new: when the project definition changes or a major planning decision is made. - During
02-prd: when a prd introduces a key decision, constraint, or cross-cutting behavior worth remembering. - During
03-exe:- When you discover an important gotcha or finalize a major implementation decision.
- When you check Implemented or Merged in a prdâupdate “Current state” and “Completed” sections.
Output
- Create or update
tasks/memory.md. - Reply with the file path and a short summary of what was added/updated.