What problem does it solve?
It solves the problem of setting up and keeping OpenSpec GitFlow workflow assets consistent across tools and repositories, so you can reliably run disciplined AI coding without manual file juggling.
Core Features & Use Cases
- Project-local workflow installation: Copies the repo-managed OpenSpec command dispatch files and selected schema set into the target project’s
.opencode/, .claude/, and openspec/schemas/ paths.
- User-level command availability: Ensures
/corgi-* command dispatch files are installed globally so they work across repos, while allowing project-local files to override user-level ones.
- Safety-first update behavior: Supports fresh install, managed update via manifest hash checking, legacy migration with explicit approval and backups, and verify-only health checks without mutations.
- Optional memory structure initialization: Can initialize cross-session memory structure by invoking a prerequisite skill.
Quick Start
Ask the installer to set up the project by running corgispec-install for your target project path with the schema type you want (gitlab-tracked or github-tracked) and whether to enable worktree isolation.