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…
Use when facing architectural decisions, complex trade-offs, strategic technology choices, or scaling and migration questions that deserve more than a quick answer. Lays out options with trade-offs, then a recommendation.
$ npx -y skills add coco-research/coco --skill ultra-think --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ultra-thinkContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when facing architectural decisions, complex trade-offs, strategic technology choices, or scaling and migration questions that deserve more than a quick answer. Lays out options with trade-offs, then a recommendation.
name: ultra-think description: "Use when facing architectural decisions, complex trade-offs, strategic technology choices, or scaling and migration questions that deserve more than a quick answer. Lays out options with trade-offs, then a recommendation." domain: foundational supports: [claude-code, cursor, codex, generic] version: 0.1.0
Deep, multi-dimensional analysis and problem solving. Activates systematic reasoning across technical, business, user, and system perspectives. Generates multiple solutions with trade-offs, then synthesizes into a clear recommendation.
**Use when**: facing architectural decisions, complex trade-offs, strategic technology choices, system design problems, scaling challenges, migration decisions, or any question that deserves more than a quick answer. Attach this skill when you want rigorous, first-principles thinking.
---
Do NOT jump to a solution. Follow every step below in order. Think deeply at each stage before moving on.
---
Before analyzing, make sure you understand what's actually being asked.
---
Analyze the problem from four perspectives. Do not skip any.
---
Brainstorm **at least 3 distinct approaches** — not variations of the same idea.
For each approach, evaluate:
Include at least one unconventional or creative solution. Consider hybrid approaches that combine strengths of different options.
---
For the 1–2 most promising solutions:
---
Look beyond the immediate domain for insight:
---
Play devil's advocate against every solution, including the one you favor.
---
Combine all insights into a structured deliverable. Use this exact format:
## Problem Analysis - **Core challenge**: [one sentence] - **Key constraints**: [list] - **Critical success factors**: [what must be true for any solution to work] - **Assumptions**: [what we're taking as given] ## Solution Options ### Option 1: [Name] - **Description**: [2-3 sentences] - **Pros**: [list] - **Cons**: [list] - **Complexity**: [S/M/L/XL] - **Risk level**: [Low/Medium/High] - **Best when**: [conditions that make this the right choice] ### Option 2: [Name] [Same structure] ### Option 3: [Name] [Same structure] ## Recommendation - **Recommended approach**: [which option and why] - **Rationale**: [the decisive factors] - **Implementation roadmap**: [phases with rough timelines] - **Success metrics**: [how we'll know it's working] - **Risk mitigation**: [top 3 risks and their mitigations] - **Reversibility**: [how hard to undo if wrong] ## Contrarian View - **The case against this recommendation**: [strongest counterargument] - **What would change our mind**: [signals that we chose wrong] - **Areas of uncertainty**: [what we don't know yet] ## Confidence Assessment - **Overall confidence**: [High/Medium/Low] — [why] - **What would increase confidence**: [additional research, prototyping, data needed]
---
End with a brief reflection:
---
Apply these mental models throughout the analysis:
| Principle | Application | |-----------|-------------| | **First Principles** | Break down to fundamental truths, don't reason by analogy alone | | **Systems Thinking** | Consider interconnections, feedback loops, emergent behavior
CoCo Super Intelligence is the orchestration layer that turns Claude Code, Cursor, or Codex into an engineering department: a routed advisory board, 226 skills, 386 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…