Releases: coco-research/coco
Releases · coco-research/coco
Coco v1.0.0
Coco v1.0.0 — first stable release
The 1.0 milestone: a full Superintelligence advisory board, a privacy-respecting update notifier, and docs that match the code.
Highlights
- Superintelligence board — 389 personas across 9 teams. Engineering (70), AI (59), Product & Design (56), Finance (47), Trading (46), Risk & Compliance (30), Strategy (29), Data & Analytics (29), Sales/GTM/Marketing (23), plus a cross-team meta-orchestrator that picks a 16–32 person panel across domains.
- 242 Superintelligence slash commands generated on install — 225 per-team (
/SI-<Team>-<Verb>) + 17 cross-team (/SI,/SI-Orchestrate,/SI-Decide, …). Generators are now path-portable. - Update notifier.
npx @rkz91/coco-cli versionorbash scripts/check-update.shtells you when a newer Coco is out. Checks the source repo only, cached 24h, no telemetry, opt out withCOCO_NO_UPDATE_CHECK=1. - Docs accuracy pass. Corrected
/schedule+/loopframing (host-CLI features),vscode-continueadapter status, and added Staying Current + Contributing sections.
Install
git clone https://github.com/rkz91/coco.git && cd coco && bash install.sh
# or
npm install -g @rkz91/coco-cliAsset totals (full install)
142 skills · 277 slash commands · 34 agents · 4 system bundles · 15 cross-IDE rules · 3 workflows · 389 personas.
See CHANGELOG.md for the full list.
Coco v0.1.0 — initial public OSS release
First public release of Coco. MIT licensed.
Highlights
- 59 skills across foundational, PM, engineering, design, ops, and meta domains
- 34 namespaced slash commands (team, email, design, eng, pm, util)
- 10 specialized subagents (code-reviewer, pm-advisor, mcp-specialist, refactoring-specialist, test-guardian, typescript-pro, ui-ux-designer, ai-engineer, data-specialist, database-architect)
- 3 system bundles —
gsd(68 orchestration skills + 24 GSD subagents),brain(6 knowledge skills),team(multi-agent pipelines) - 4 stable IDE adapters — Claude Code, Cursor, Codex CLI, Generic AGENTS.md
- Single-entry installer with auto-detection —
bash install.sh - npm wrapper —
package.jsonshipped (publish to npm pending) - Homebrew formula —
Formula/coco.rbshipped (tap repo pending)
Install
```bash
git clone https://github.com/rijulkalra2000/coco.git && cd coco && bash install.sh
```
Add orchestration bundles:
```bash
bash install.sh --systems gsd,brain,team
```
Documentation
- Getting started
- Quickstart cookbook
- Migration from raw prompts
- Comparison vs alternatives
- Architecture
Built on
- obra/superpowers — 15 foundational skills
- gsd-build/get-shit-done — 68-skill GSD orchestration framework
- JCodesMore/ai-website-cloner-template — clone-website
- Anthropic Skills spec
- agents.md spec
See CHANGELOG.md for full release notes.
Coming in v0.2
- VS Code adapter (via Continue)
- Antigravity adapter
- INDEX auto-regen in CI
- Skill creation wizard