Weekly reflection and planning. Triggers when the user says "weekly review", "week in review", "review my week", "how did my week go", "weekly reflection", "plan next week", "weekly summary", "end of week review", "Friday review", "what did I accomplish this week", "weekly wrap-up", "reflect on this week", or any request to review the past week's accomplishments, reflect on progress, and plan priorities for the upcoming week. Do NOT use for planning today's tasks or building today's execution schedule (use daily-plan), adding or editing individual tasks without retrospective context (use task-manager), conducting monthly or quarterly strategic reviews (weekly-review is a 7-day cadence tool — longer retrospectives are out of scope), or generating a morning briefing (use daily-briefing or daily-plan).
From tandemnpx claudepluginhub binatrixai/tandem-marketplace --plugin tandemThis skill is limited to using the following tools:
evals/evals.jsontemplate.mdVerifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Weekly reflection and forward planning skill. Reviews completed tasks,
carried-over items, key decisions, and produces a structured summary with
next-week priorities. Outputs follow template.md.
See METHODOLOGY.md language mirror rule. Reply in the user's language.
Gather information from these sources (skip any unavailable):
~/Tandem/tasks/kanban.md under
"✅ Done" column. Filter to tasks with Finished date this week.
Also check ~/Tandem/tasks/archive.md for recently archived tasks.~/Tandem/memory/sessions/ for this week's
session summaries (key decisions, preferences, events).~/Tandem/tasks/ for additional context.Silently read from all data sources. Compile:
If minimal data is available:
I don't have much data for your weekly review yet. Let's do a quick
verbal check-in instead.
AskUserQuestion:
- "Let me tell you about my week"
- "Skip the review — just help me plan next week"
- "Not now"
Use template.md to structure the review:
Guide the user through reflection using AskUserQuestion:
Looking at your week, what stands out?
AskUserQuestion:
- "What went well — I want to note a win"
- "What to improve — something didn't work"
- "New goal — I want to set a new objective"
- "Skip reflections — just plan next week"
If "What went well": Accept the user's input, then offer to save it:
AskUserQuestion:
- "Save this win to the review"
- "Just noting it — move on"
If "What to improve": Accept input, then:
AskUserQuestion:
- "Create an action item to address this"
- "Just noting it — move on"
If "New goal": Accept input, then:
AskUserQuestion:
- "Add as a task with a deadline"
- "Save as a goal in memory"
- "Just noting it for now"
Allow multiple rounds of reflection. After each response:
AskUserQuestion:
- "Add another reflection"
- "Done reflecting — plan next week"
Based on the data and reflections, generate 2-3 brief insights:
Present top priorities for next week:
Based on carried-over tasks and your reflections, here are my suggested
top 3 priorities for next week:
1. **[Priority 1]** — [Rationale]
2. **[Priority 2]** — [Rationale]
3. **[Priority 3]** — [Rationale]
AskUserQuestion:
- "Looks good — save this plan"
- "Adjust priorities"
- "Add more priorities"
- "Skip next-week planning"
Save the complete weekly review to:
~/Tandem/tasks/weekly-review-[YYYY-MM-DD].md
Also append a summary entry to ~/Tandem/MEMORY.md Session Log:
- [Date] Weekly review: [X] tasks completed, [Y] carried over.
Top priorities next week: [1], [2], [3].
After completing the weekly review:
AskUserQuestion:
- "Create a daily plan for Monday"
- "Set up recurring tasks for next week"
- "Nothing else — enjoy the weekend!"
If completion rate was low this week:
AskUserQuestion:
- "Reprioritize — too many tasks on the list?"
- "Break down large tasks into smaller ones"
- "Nothing — next week will be better"
Task format specification: tandem-skills/tasks/task-manager/references/kanban-format.md. When reading or moving tasks, preserve the existing format exactly.