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.
42 lines
1.3 KiB
Markdown
42 lines
1.3 KiB
Markdown
---
|
|
name: chiron-project
|
|
description: "Create new project - initialize project structure using PARA methodology"
|
|
---
|
|
|
|
# Create Project
|
|
|
|
Create a new project with proper PARA structure.
|
|
|
|
## Steps
|
|
|
|
1. **Parse project request**:
|
|
- Project name
|
|
- Context (work/personal) - ask if unspecified
|
|
- Deadline (if specified)
|
|
- Priority (if specified)
|
|
- Related area (if specified)
|
|
2. **Create project directory** at `~/CODEX/01-projects/[work|personal]/[project-name]/`
|
|
3. **Create subdirectories**: `meetings/`, `decisions/`, `notes/`, `resources/`
|
|
4. **Create _index.md** using template from `~/CODEX/_chiron/templates/project.md`:
|
|
- Fill in: title, status, deadline, priority, tags, area
|
|
- Set to `status: active`
|
|
5. **Create initial files**:
|
|
- `notes/_index.md` - Project notes index
|
|
- Link to related area if provided
|
|
6. **Confirm** creation and ask if ready to add tasks
|
|
|
|
## Expected Output
|
|
|
|
Project directory created with:
|
|
- `_index.md` (main project file with frontmatter)
|
|
- Subdirectories: `meetings/`, `decisions/`, `notes/`, `resources/`
|
|
- Proper PARA structure and frontmatter
|
|
- Links to related areas if applicable
|
|
|
|
## Related Skills
|
|
|
|
- `project-structures` - Core project creation workflow
|
|
- `chiron-core` - PARA methodology for project placement
|
|
- `obsidian-management` - File operations and template usage
|
|
- `task-management` - Initial task creation
|