Evaluate, improve, and benchmark startup and product ideas from supported AI clients.
Actwise Ideation applies a venture-capital-informed lens across problem urgency, customer clarity, insight, distribution, market, timing, and moat. The hosted MCP service provides the current evaluation contract, tools, resources, and browser-based OAuth flow.
| Client | Installation path |
|---|---|
| Grok Build | Native plugin CLI |
| Claude Code | Native marketplace |
| Codex | Native marketplace |
| Cursor | Native plugin interface or portable CLI |
| ChatGPT | MCP connector setup |
| Devin | Native plugin CLI or MCP setup |
Install the portable Agent Plugins package into a supported coding agent:
npx plugins add actwiseai/actwise-ideation-plugingrok plugin install actwiseai/actwise-ideation-plugin --trustOpen /mcps, select actwise-ideation, and complete browser authentication.
claude plugin marketplace add actwiseai/actwise-ideation-plugin
claude plugin install actwise-ideation@actwisecodex plugin marketplace add actwiseai/actwise-ideation-plugin
codex plugin add actwise-ideation@actwiseOpen an agent chat, enter /plugin, paste the repository URL below into plugin search, and install Actwise Ideation at user scope:
https://github.com/actwiseai/actwise-ideation-plugin
For non-interactive installation:
npx --yes plugins@1.3.4 add actwiseai/actwise-ideation-plugin --target cursor --scope user --yesSee the Cursor setup guide for details and the MCP-only alternative.
Install the complete plugin from GitHub with Devin CLI:
devin plugins install actwiseai/actwise-ideation-pluginDevin Plugins are currently in closed beta. The generally available MCP-only installation is:
devin mcp add actwise-ideation https://actwise.ai/ideation/mcp/v1
devin mcp login actwise-ideationSee the Devin setup guide for the web-app installation path and surface-specific details.
See the setup guide for ChatGPT.
After authentication, start a new conversation and paste:
Use Actwise Ideation to evaluate this idea.
Follow all Actwise-provided instructions throughout. Present the returned rendered presentation Markdown unmodified. If evaluation cannot be completed, report the failure; never reconstruct or fabricate a result.
Then preview, improve, and re-measure the idea, or run an official evaluation when it is ready for a benchmarked snapshot.
Describe your idea and discuss it.
The installed skill lets supported agents recognize this workflow without requiring the full starter prompt.
- A portable Agent Plugins v1 manifest and hosted MCP configuration.
- Client and marketplace manifests for Codex, Claude Code, and Grok Build.
- One canonical
actwise-ideationskill. - Client-specific installation guides for ChatGPT, Cursor, and Devin.
- Automated consistency and safety checks.
This repository contains distribution metadata and agent instructions only. It does not contain the Actwise evaluation service or scoring implementation.
All self-installed packages connect to:
https://actwise.ai/ideation/mcp/v1
The endpoint uses browser-based OAuth. Do not add access tokens, client secrets, API keys, or user credentials to this repository.
Requires Node.js 23.6.1 for repository validation. Installing the hosted plugin does not require a local Node.js runtime.
npm testMIT