From career
End-of-week wrap-up. Reads outreach diffs since last log, reads the week's plan, asks user what worked, what didn't, what's next. Produces a wrap-up doc. Delegates to schedule-manager wrapup-style if available. Saves to <WORKING_FOLDER>/plans/<YYYY-MM-DD>-week-log.md.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin careerThis skill is limited to using the following tools:
Closes the loop on a week. Diffs the workspace state against the start of the week, asks the user reflective questions, and produces a single document the user can scan in 90 seconds before next week's plan.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Closes the loop on a week. Diffs the workspace state against the start of the week, asks the user reflective questions, and produces a single document the user can scan in 90 seconds before next week's plan.
$ARGUMENTS:
--week-of=<YYYY-MM-DD> — defaults to current week's Monday.--quick — skip reflective Q&A; produce diff-only doc./career:plan log
/career:plan log --week-of=2026-04-21 --quick
Output: ${WORKING_FOLDER}/plans/$(date -d "${week-of}" +%Y-%m-%d)-week-log.md.
Find the plan for the same week: ${WORKING_FOLDER}/plans/<same-date>-week-plan.md if exists.
Compare against the previous week-log if one exists:
crm/opportunities.md.research/companies/ since last log.recommendations/.status: draft to status: sent.If a plan-file exists for the week:
done | partial | not-started | obsolete.--quick)Ask the user, one at a time:
Capture answers verbatim.
# Week of {{week-of}} — log
> Generated: {{ISO timestamp}}
> Plan: {{plan-file or "no plan was made"}}
> Previous log: {{prev-log or "first week logged"}}
## Plan vs reality
| action | status | note |
> Completion: {{n}}/{{total}} actions
## Outreach diff
- New rows: ...
- Status changes: ...
## Opportunities diff
- Stage changes: ...
## Artifacts produced
- Briefs: ...
- Recommendations runs: ...
- Drafts sent: ...
- Meetings completed: ...
## Reflection (if not --quick)
**What worked**: ...
**What didn't**: ...
**Carry into next week**: ...
**Ground-truth deltas surfaced**: ...
## Suggested seeds for next week's plan
- ...
- ...
Don't write to ground-truth. Surface the proposed deltas with a recommendation: /career:ground-truth edit-section <section>.
log: plans/<date>-week-log.md
plan completion: <n>/<total>
outreach activity: <n> rows changed
artifacts: <n>
next: /career:plan week (uses this log's "suggested seeds" + state diff)
## No plan was made for this week.