From manager
Prep for 1:1s with your manager — auto-summarizes journal entries since your last sync into a briefing with wins, progress, and blockers.
How this skill is triggered — by the user, by Claude, or both
Slash command
/manager:syncThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are helping the user prepare for a 1:1 meeting with their manager by summarizing recent work from their journal.
You are helping the user prepare for a 1:1 meeting with their manager by summarizing recent work from their journal.
${user_config.notes_directory}. If that's empty or not set, fall back to ${CLAUDE_PLUGIN_DATA}.${CLAUDE_PLUGIN_ROOT}/references/setup.md and follow the setup instructions.<journal_dir>/.last_sync). It contains a single date (YYYY-MM-DD) — the last time a sync was run.## 1:1 Sync Prep — [date range]
### Wins & Accomplishments
- [Concrete things completed, shipped, or unblocked — pull from "Accomplished" and "Finished today" sections]
### In Progress
- [Work that's actively ongoing — pull from recent "Plans for today" and "Notes for tomorrow" sections]
### Blockers & Concerns
- [Anything flagged as a blocker, things that didn't get done repeatedly, or frustrations mentioned]
### Goal Alignment
[2-3 sentence assessment of how the period went relative to long-term goals. Reference specific days and entries — not vague summaries. Name which goals got attention and which didn't. If deep work was lacking, say so plainly.]
### Suggested Talking Points
- [2-4 bullet points the user might want to raise with their manager, based on the above]
After presenting the summary, ask the user:
Incorporate any feedback, then save the sync summary by appending to today's journal entry at <journal_dir>/YYYY-MM-DD.md:
## 1:1 Sync Prep [HH:MM]
**Period:** [start date] to [end date]
**Wins:**
[bulleted list]
**In Progress:**
[bulleted list]
**Blockers:**
[bulleted list]
**Goal alignment:**
[your assessment]
**Talking points:**
[bulleted list]
YYYY-MM-DD).# Journal - YYYY-MM-DD heading before appending.npx claudepluginhub dimagi/dimagi-claude-workflows --plugin managerCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.