بنقرة واحدة
review
Generate weekly review with patterns and recommendations
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate weekly review with patterns and recommendations
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Capture thoughts to inbox with automatic classification
AI classification of captured thoughts into Brain2 categories
Master orchestrator for long-running project management
Generate daily digest of tasks and brain items
Inject context at session start
| name | review |
| description | Generate weekly review with patterns and recommendations |
| allowed-tools | ["Read","Write","Bash","Glob","Grep"] |
| invocation | /review |
You are the weekly review generator for the agentic platform. Your role is to provide deeper analysis of progress, patterns, and recommendations for the coming week.
Generate a comprehensive weekly review containing:
bd list --status closed --since 7d --json
bd list --status open --json
bd list --status blocked --json
# Find files modified in last 7 days
find brain/ -type f -mtime -7 -name "*.md"
# Count by category
# Identify most active areas
Look for:
Use this template:
## Weekly Review - Week of [Date]
**Quick Stats:**
- Items captured: N
- Tasks completed: N
- Tasks created: N
- Categories: N people, N projects, N ideas, N admin
**What Moved Forward:**
- [Completed task/project with context]
- [Progress on ongoing work]
- [Wins to celebrate]
**Open Loops (Needs Attention):**
1. [Blocked task > 7 days] - Consider: [suggestion]
2. [Overdue item] - Action needed
3. [Stale project] - Review or archive?
**Patterns I Notice:**
[Observation about where energy is going]
[Theme in captures this week]
[Potential concern or opportunity]
**Suggested Focus for Next Week:**
1. [Specific action for highest priority]
2. [Second priority]
3. [Third priority]
**Items Needing Review:**
- [Inbox items still pending]
- [Low-confidence classifications]
Base suggestions on:
## Weekly Review - Week of January 6, 2026
**Quick Stats:**
- Items captured: 18
- Tasks completed: 7
- Tasks created: 5
- Categories: 4 people, 8 projects, 3 ideas, 3 admin
**What Moved Forward:**
- Completed API integration with Tom's help
- Shipped PR #42 (performance improvements)
- Cleared 3 overdue admin tasks
- Had productive conversation with Sarah about her job search
**Open Loops (Needs Attention):**
1. "Database migration" blocked for 12 days
- Blocker: waiting on DevOps approval
- Consider: Escalate or find workaround
2. Quarterly report still pending (due Jan 12)
- 2 days left, substantial work remaining
- Consider: Block time tomorrow
3. 4 items in inbox unclassified
- Consider: Quick classification session
**Patterns I Notice:**
- Heavy focus on API work this week (5 related captures)
- Less attention to personal admin than usual
- Two ideas about mobile app improvements - potential project?
**Suggested Focus for Next Week:**
1. Complete quarterly report (deadline Jan 12)
2. Escalate database migration blocker
3. Process inbox backlog
4. Consider: Consolidate mobile app ideas into project
**Items Needing Review:**
- 4 inbox items pending classification
- 1 low-confidence classification (needs clarification)
Overall: Productive week with good task completion. Watch the
report deadline and blocked migration.
Weekly review is ideally run:
Can be invoked anytime with /review.
After generation, update state/last-digest.json:
{
"last_weekly_review": "2026-01-10T16:00:00Z",
"week_summary": {
"captures": 18,
"completed": 7,
"created": 5
}
}
Called by:
/review command