create-rule
Create Cursor rules for persistent AI guidance. Use when the user wants to create a rule, add coding standards, set up project conventions, configure…
Generate an Architecture Review Board (ARB) presentation in Coco Inc's standard 11-slide format. Use when someone asks to "create an ARB deck", "architecture review presentation", "prepare for architecture review board", "ARB slides", or needs to present a product/platform
$ npx -y skills add coco-research/coco --skill arb-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/arb-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
Generate an Architecture Review Board (ARB) presentation in Coco Inc's standard 11-slide format. Use when someone asks to "create an ARB deck", "architecture review presentation", "prepare for architecture review board", "ARB slides", or needs to present a product/platform
name: pmstudio-arb description: Generate an Architecture Review Board (ARB) presentation in Coco Inc's standard 11-slide format. Use when someone asks to "create an ARB deck", "architecture review presentation", "prepare for architecture review board", "ARB slides", or needs to present a product/platform architecture for sign-off. Reads PRD, architecture maps, and project memory to pre-fill technical content. Produces a self-contained HTML slide deck. domain: ops
Generates an 11-slide architecture review presentation following Coco Inc's standard ARB format. Used when a product needs architecture sign-off for a new instance, major integration, platform migration, or periodic review.
**Required sources (read all that exist):**
**Optional sources:**
Only ask what cannot be inferred from context:
1. **Review type?** New Product / Major Change / Periodic Review / Decommission 2. **Data classification?** Purple / Red / Yellow / Green (if not in PRD) 3. **Audience?** Firm-level ARB / Department-level / Technical review 4. **Known constraints or mandates?** (e.g., "must use existing Snowflake instance") 5. **Decision you need?** Approve / Approve-with-conditions / Defer — what specifically?
**Output:** `Presentations/ARB-Review-{ProductName}-{Date}.html`
Self-contained HTML file with:
**Slide structure — see `references/arb-format.md` for section details:**
| # | Slide | Key Content | |---|-------|-------------| | 1 | Title & Context | Product name, ProdID, review type, date, presenters | | 2 | Business Context | Problem statement, strategic alignment, sponsor | | 3 | Current State | AS-IS architecture (Mermaid diagram), pain points | | 4 | Proposed Architecture | TO-BE architecture (Mermaid diagram), what changes | | 5 | Data Architecture | Data classification, flows, retention, residency | | 6 | Security & Access | AuthN/AuthZ, RBAC, encryption, CUECs | | 7 | Integration Points | Upstream/downstream, protocols, error handling | | 8 | NFRs & SLAs | Performance, availability, RTO/RPO, scalability | | 9 | Risk Assessment | Architecture risks, mitigations, residual acceptance | | 10 | Implementation Plan | Phases, timeline, rollback, blast radius | | 11 | Decision Request | What you need from the board, options, recommendation |
For each slide, pull from project sources:
Show the deck outline with key content per slide. Ask:
Apply feedback, then write the file.
1. **Mermaid diagrams are mandatory** for slides 3 and 4. Architecture reviews without diagrams fail. 2. **Data classification must be explicit.** If unknown, mark as "TBD — requires classification" in red. Never assume. 3. **Slide 11 must have a clear ask.** Not "please review" but "approve this architecture for production deployment" or "approve with condition: validate cascading before Phase 2." 4. **No implementation details on architecture slides.** Show components, interfaces, and data flows — not code, configs, or step-by-step procedures. 5. **Keep it to 11 slides.** If more content is needed, add appendix slides clearly labeled "APPENDIX" after slide 11.
CoCo Super Intelligence is the orchestration layer that turns Claude Code, Cursor, or Codex into an engineering department: a routed advisory board, 185 skills, 280 commands, persistent state. Local. Open-core — MIT core; Super Intelligence is proprietary, own-use.
Repo: coco-research/coco
Create Cursor rules for persistent AI guidance. Use when the user wants to create a rule, add coding standards, set up project conventions, configure…
Guides users through creating effective Agent Skills for Cursor. Use when the user wants to create, write, or author a new skill, or asks about skill…
Create custom subagents for specialized AI tasks. Use when the user wants to create a new type of subagent, set up task-specific agents, configure code…
Convert 'Applied intelligently' Cursor rules (.cursor/rules/*.mdc) and slash commands (.cursor/commands/*.md) to Agent Skills format (.cursor/skills/). Use…
Modify Cursor/VSCode user settings in settings.json. Use when the user wants to change editor settings, preferences, configuration, themes, font size, tab…
Train and optimize AI agents using Microsoft's Agent Lightning framework with reinforcement learning. Use when setting up agent training, instrumenting agents…