From workspace
Conducts weekly review: reads project data and git log for last 7 days, analyzes tasks/goals, reports accomplishments, progress, Eisenhower matrix, stale items, and next-week recommendations.
How this command is triggered — by the user, by Claude, or both
Slash command
/workspace:SKILLweekly-review/The summary Claude sees in its command listing — used to decide when to auto-load this command
Conduct my weekly review: 1. Read `mission-control/data/ai-context.md` for a quick snapshot of current state 2. Read all data files in `mission-control/data/` 3. Run `git log --oneline --since="7 days ago" --all` for all projects 4. Analyze task completion rates and goal progress ## Report Format: ### Accomplishments This Week - Tasks completed (list them) - Git commits summary by project ### Goal Progress - Each active milestone with % complete and trajectory ### Eisenhower Matrix Health - How many tasks in each quadrant? - Are Important+Not-Urgent tasks getting attention or being neg...
Conduct my weekly review:
mission-control/data/ai-context.md for a quick snapshot of current statemission-control/data/git log --oneline --since="7 days ago" --all for all projectsnpx claudepluginhub meisnerdan/mission-control/plan-weekGenerates a weekly plan with priorities, risks, and success criteria by analyzing workspace files, git history, and MCP sources like GitHub PRs/issues and Linear tasks, outputting structured Markdown.
/my-weekGenerates a markdown summary of your accomplishments, collaborations, and key activities over an optional time period (default: past week).
/weekly-summaryGenerates markdown weekly git activity summary with commits, PRs, lines changed, files touched, categorized accomplishments by features/bugs/maintenance/projects across multiple repos.
/statusAnalyzes PROJECT.md goals against git history and session logs, displays visual progress bars, feature status, and GenAI strategic recommendations.
/weekly-digestGenerate your weekly PM digest — pulls roadmap state, open risks, metrics movement, stakeholder actions, and upcoming milestones into one actionable summary
/SKILLStarts a new git-flow feature branch named feature/<feature-name> after verifying clean working tree, then pushes it to origin.