What problem does it solve?
Provides a repeatable, opinionated setup that adds o-m-cc specific files and settings to a project after the official /init, preventing manual configuration errors and missing runtime files.
Core Features & Use Cases
- CLAUDE.md augmentation: Detects an existing CLAUDE.md and appends an o-m-cc workflow section if absent.
- Workspace preparation: Creates a plan/ directory, places the default sisyphus agent under .claude/agents, and adds o-m-cc runtime entries to .gitignore.
- Permissions and plugin management: Merges recommended permissions into .claude/settings.json without overwriting existing settings and installs suggested plugins if missing.
- Use case: Use when onboarding an existing repository or after running the official /init to ensure the project is ready for o-m-cc Sisyphus workflows.
Quick Start
Run the o-m-cc install flow to append the workflow to CLAUDE.md, create plan/, deploy the sisyphus agent, merge recommended permissions, and add runtime ignores.