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.
1.2 KiB
1.2 KiB
name, description
| name | description |
|---|---|
| chiron-learn | Capture learning - record insights, discoveries, and knowledge |
Capture Learning
Capture learnings and insights for the knowledge base.
Steps
- Parse learning request:
- Topic (if short)
- Content (if long description provided)
- If topic provided:
- Search for existing notes on this topic in
~/CODEX/03-resources/ - Present what's already captured
- Ask if user wants to add to existing or create new
- Search for existing notes on this topic in
- Create learning note:
- Location:
~/CODEX/03-resources/[topic]/[topic].md - Or
~/CODEX/00-inbox/learnings/learning-[topic]-YYYYMMDD.md(if quick capture) - Use frontmatter with tags
#learningand topic - Include: what was learned, context, applications
- Location:
- Link to related notes (find and wiki-link)
- Confirm creation
Expected Output
Learning note created with:
- Proper frontmatter (tags, created date, topic)
- What was learned
- Context or source
- Applications or how to use this knowledge
- Links to related notes
- Confirmation of creation
Related Skills
quick-capture- Quick capture workflowchiron-core- PARA methodology for resource placementobsidian-management- File operations and linking