Task management and workspace memory for creative work sessions. Manages a TASKS.md file for project tracking, a two-tier memory system (CREATOR.md + creator-memory/), and a daily sprint structure. Use when organizing creative projects, tracking content tasks, or starting a focused work session.
Structured task management and memory for creative work — projects don't slip, context doesn't reset.
TASKS.md ← Task board (Active, In Progress, Done)
CREATOR.md ← Working memory (voice, projects, quick-ref)
creator-memory/
voice.md ← Full brand voice documentation
visual.md ← Visual style system
music.md ← Music style and track log
channels.md ← Per-channel content rules
projects/ ← Active project briefs
content/ ← Content catalog (published + drafts)
This two-tier system keeps the hot cache lean (CREATOR.md at ~80 lines) while supporting unlimited depth in creator-memory/.
# Tasks
## Active
- [ ] **[Task title]** — [context, relevant project, deadline if any]
- [Additional detail if needed]
## In Progress
- [ ] **[Task title]** — [started date, blocker if any]
## Done (last 2 weeks)
- [x] ~~[Completed task]~~ ([completion date])
Rules:
creator-memory/content/archive.md)When the user mentions something that should be tracked ("I need to write the Suno launch post", "follow up with the design team"), extract and add it automatically:
Two-tier lookup for every creative request:
User request →
1. Check CREATOR.md (hot cache — covers 90% of daily needs)
2. If not found → creator-memory/ (deep files)
3. If still not found → ask user, then save
Lookup examples:
When beginning a creative session:
Offer weekly (or on request):
If TASKS.md doesn't exist: create with standard template.
If CREATOR.md doesn't exist: offer to run /creator-sprint for full setup, or create minimal version from current conversation context.
See references/file-templates.md for standard file templates.
npx skills add frankxai/creator-productivity下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity