2026-01-27 19:10:13 +01:00
|
|
|
---
|
Implement Phase 1: Work integration (without n8n)
Skills Created:
- outline: Full MCP integration with Outline wiki (search, read, create, export, AI queries)
- Enhanced basecamp: Added project mapping configuration to PARA structure
- Enhanced daily-routines: Integrated work context (Basecamp, Outline) into daily/weekly workflows
- Enhanced meeting-notes: Added Teams transcript processing workflow guide
PARA Work Structure Created:
- 01-projects/work/: 10 project folders with MOCs (placeholders for user customization)
- 02-areas/work/: 5 area files (current-job, professional-dev, team-management, company-knowledge, technical-excellence)
- 03-resources/work/wiki-mirror/: Ready for Outline exports
- 04-archive/work/: Ready for completed work
Documentation Added:
- skills/outline/SKILL.md: Comprehensive wiki workflows and tool references
- skills/outline/references/outline-workflows.md: Detailed usage examples
- skills/outline/references/export-patterns.md: Obsidian integration patterns
- skills/meeting-notes/references/teams-transcript-workflow.md: Manual DOCX → meeting note workflow
- skills/chiron-core/references/work-para-structure.md: Work-specific PARA organization
Key Integrations:
- Basecamp ↔ Obsidian: Project mapping and task sync
- Outline ↔ Obsidian: Wiki search, export decisions, knowledge discovery
- Teams → Obsidian: Transcript processing with AI analysis
- All integrated into daily/weekly routines
Note: n8n workflows skipped per user request. Ready for n8n automation later.
2026-01-28 18:58:49 +01:00
|
|
|
name: chiron-review
|
2026-01-27 19:10:13 +01:00
|
|
|
description: "Comprehensive weekly review - metrics, project status, inbox processing, next week planning"
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# Weekly Review
|
|
|
|
|
|
|
|
|
|
Weekly ritual to clear inbox, review progress, and plan the next week.
|
|
|
|
|
|
|
|
|
|
## Steps
|
|
|
|
|
|
|
|
|
|
1. **Collect daily notes** for the week (Monday-Sunday)
|
|
|
|
|
2. **Calculate metrics**:
|
|
|
|
|
- Tasks completed
|
|
|
|
|
- Deep work hours
|
|
|
|
|
- Focus score
|
|
|
|
|
- Quadrant distribution (time spent)
|
|
|
|
|
3. **Review project status** across all projects in `~/CODEX/01-projects/`
|
|
|
|
|
4. **Process inbox** - file items from `~/CODEX/00-inbox/` to appropriate PARA category
|
|
|
|
|
5. **Review area health** in `~/CODEX/02-areas/`
|
|
|
|
|
6. **Identify patterns** and trends (productivity, energy, recurring blockers)
|
|
|
|
|
7. **Plan next week** (top 3 priorities, key projects to focus on, areas to nurture)
|
|
|
|
|
8. **Generate weekly review note** using template
|
|
|
|
|
|
|
|
|
|
## Expected Output
|
|
|
|
|
|
|
|
|
|
Weekly review note at `~/CODEX/daily/weekly-reviews/YYYY-W##.md` with:
|
|
|
|
|
- Metrics (tasks completed, deep work hours, focus score, quadrant distribution)
|
|
|
|
|
- Top 3 wins with impact
|
|
|
|
|
- Key challenges with root causes
|
|
|
|
|
- Patterns & insights
|
|
|
|
|
- Project status (completed, on track, behind, stalled)
|
|
|
|
|
- Area health review
|
|
|
|
|
- Inbox status (processed, remaining)
|
|
|
|
|
- Next week priorities (top 3, projects to focus, areas to nurture)
|
|
|
|
|
- New habits/experiments to try
|
|
|
|
|
- Reflection question response
|
|
|
|
|
|
|
|
|
|
## Related Skills
|
|
|
|
|
|
|
|
|
|
- `daily-routines` - Core weekly review workflow
|
|
|
|
|
- `task-management` - Task aggregation and status review
|
|
|
|
|
- `chiron-core` - PARA methodology, reflection questions, prioritization guidance
|
|
|
|
|
- `project-structures` - Project status review
|
|
|
|
|
- `quick-capture` - Inbox processing
|
|
|
|
|
- `obsidian-management` - Weekly review note creation using template
|