Add Productivity Coach output style and documentation
- Created coach.md output style file for accountability-focused guidance - Added output style to both repo root and vault-template directories - Updated README with output styles feature and usage instructions - Enhanced CLAUDE.md with output styles section - Updated SETUP_GUIDE with correct /output-style commands - Added comprehensive output styles section to CUSTOMIZATION guide - Fixed command syntax to use /output-style (not --output-style flag) - Clarified automatic settings.local.json configuration - Added interactive menu option documentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
23
README.md
23
README.md
@@ -10,6 +10,7 @@ A complete personal knowledge management system that combines Obsidian's powerfu
|
||||
- **📱 Mobile Ready** - GitHub integration for notes on any device
|
||||
- **🔄 Version Controlled** - Never lose a thought with automatic Git backups
|
||||
- **⚡ Automated Commands** - Custom slash commands for common workflows
|
||||
- **🧠 Output Styles** - Pre-configured AI personalities including a Productivity Coach
|
||||
- **🎨 Fully Customizable** - Adapt templates and structure to your needs
|
||||
|
||||
## 🚀 Quick Start
|
||||
@@ -64,7 +65,9 @@ cp -r vault-template ~/Documents/ObsidianPKM
|
||||
Your Vault/
|
||||
├── CLAUDE.md # AI context and navigation
|
||||
├── .claude/
|
||||
│ └── commands/ # Custom slash commands
|
||||
│ ├── commands/ # Custom slash commands
|
||||
│ └── output-styles/ # AI personality modes
|
||||
│ └── coach.md # Productivity Coach style
|
||||
├── Daily Notes/ # Your daily journal
|
||||
├── Goals/ # Cascading goal system
|
||||
├── Projects/ # Active project folders
|
||||
@@ -72,6 +75,24 @@ Your Vault/
|
||||
└── Archives/ # Historical content
|
||||
```
|
||||
|
||||
## 🧠 Output Styles
|
||||
|
||||
This starter kit includes a **Productivity Coach** output style that transforms Claude into an accountability partner. The coach will:
|
||||
|
||||
- Challenge you to clarify your true intentions
|
||||
- Point out misalignments between stated goals and actions
|
||||
- Ask powerful questions to drive momentum
|
||||
- Hold you accountable to your commitments
|
||||
- Help you identify and overcome resistance
|
||||
|
||||
To use the coach style in Claude Code:
|
||||
1. The output style is automatically included in `.claude/output-styles/`
|
||||
2. Start Claude Code and type `/output-style` to select from available styles
|
||||
3. Or directly activate with: `/output-style coach`
|
||||
4. The style preference is automatically saved for your project
|
||||
|
||||
Learn more about [customizing output styles](docs/CUSTOMIZATION.md#output-styles).
|
||||
|
||||
## 🤝 Contributing
|
||||
|
||||
Found a bug or have a feature idea? Please open an issue or submit a PR!
|
||||
|
||||
Reference in New Issue
Block a user