원클릭으로
work-start
Setup productivity system for work
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Setup productivity system for work
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build today's mapped ZEP time-log plan from Google Calendar, preview it against ZEP, and enter it through guarded Playwright automation only after explicit approval.
Help users create structured decision matrices by suggesting criteria, options, and weights — output as comparison tables
Backup CLAUDE.md, TASKS.md, and memory/ to a private Git repo using `bash .claude/skills/memory-backup/backup.sh`.
Pull recent Notion Journal entries into memory/journals/YYYY/month_YYYY-MM_text.txt.
Fetches live prices for equities and forex for investment portfolio.
Sync work context from external sources, update tasks and memory, and report changes
| name | work-start |
| description | Setup productivity system for work |
Initialize tasks, memory, and the dashboard.
Load memory-management and task-management before continuing. Follow the architecture, conventions, and reference templates defined by memory-management when bootstrapping or repairing the memory system.
If dashboard.html is missing, copy it from ./skills/dashboard.html.
Do not use open or xdg-open. Tell the user:
Dashboard is ready at dashboard.html. Open it from your file browser to get started.Check whether the system is already initialized, partially initialized, or empty:
initialized:
TASKS.md existsCLAUDE.md existsmemory/SCHEMA.mdmemory/index.mdmemory/log.mdmemory/glossary.mdmemory/people/memory/projects/memory/context/memory/topics/memory/comparisons/memory/queries/partial:
empty:
CLAUDE.md and the memory wiki do not exist yetIf initialized, stop after orientation:
Dashboard open. Your tasks and memory are both loaded.
- /work-update to sync tasks and refresh memory
If partial, repair the system.
If empty, run first-time bootstrap.
If TASKS.md is missing, create it using the standard task template.
Only do this when CLAUDE.md and the memory wiki do not exist yet.
Ask where the user's task list lives:
Where do you keep your todos or task list?
- A local file
- An app like Asana, Linear, Jira, Notion, or Todoist
- A notes file
I'll use your tasks to learn your workplace shorthand.
Ask what the wiki should cover:
What should this wiki cover?
- My work context and operating memory
- A specific project or domain
- Something else
From the task list:
Build a small initial context from the selected task source:
CLAUDE.md with only the most frequent operational itemsmemory/glossary.md with decoded durable termsExample:
Task: "Send PSR to Todd re: Phoenix blockers"
I want to confirm:
1. PSR - what does it stand for?
2. Todd - who is Todd?
3. Phoenix - is this a project codename?
Create the system in this order:
TASKS.mdCLAUDE.mdmemory/SCHEMA.mdmemory/index.mdmemory/log.mdmemory/glossary.mdmemory/people/memory/projects/memory/context/memory/topics/memory/comparisons/memory/queries/CLAUDE.md lean. It is the hot cache, not the durable wiki.memory/.memory/SCHEMA.md.memory/SCHEMA.md.memory-management reference templates for SCHEMA.md, index.md, and log.md.memory/index.md.memory/log.md.By the end of bootstrap:
TASKS.md existsCLAUDE.md exists with a lean hot cachememory/log.md uses the single-line format defined by memory-managementIf the memory system exists but is incomplete:
memory-management.memory/index.md and memory/log.md if they are missing or outdated.Productivity system ready:
- Tasks: TASKS.md (X items)
- Memory hot cache: CLAUDE.md
- Wiki core: memory/SCHEMA.md, memory/index.md, memory/log.md
- Seeded context: X people, X terms, X projects
- Dashboard: open in browser
Use /work-update to keep things current.