Skip to content

actwiseai/actwise-ideation

v0.1.0MIT

Evaluate, improve, and benchmark startup and product ideas with Actwise Ideation.

Actwise Ideation Plugin

CLI Installation Gate

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.

Install

ClientInstallation path
Grok BuildNative plugin CLI
Claude CodeNative marketplace
CodexNative marketplace
CursorNative plugin interface or portable CLI
ChatGPTMCP connector setup
DevinMCP setup

Agent Plugins CLI

Install the portable Agent Plugins package into a supported coding agent:

npx plugins add actwiseai/actwise-ideation-plugin

Grok Build

grok plugin install actwiseai/actwise-ideation-plugin --trust

Open /mcps, select actwise-ideation, and complete browser authentication.

Claude Code

claude plugin marketplace add actwiseai/actwise-ideation-plugin
claude plugin install actwise-ideation@actwise

Codex

codex plugin marketplace add actwiseai/actwise-ideation-plugin
codex plugin add actwise-ideation@actwise

Cursor

Open 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 --yes

See the Cursor setup guide for details and the MCP-only alternative.

Other clients

See the setup guides for ChatGPT and Devin.

Start an evaluation

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.

What this repository contains

  • A portable Agent Plugins v1 manifest and hosted MCP configuration.
  • Client and marketplace manifests for Codex, Claude Code, and Grok Build.
  • One canonical actwise-ideation skill.
  • 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.

Endpoint and authentication

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.

Development

Requires Node.js 23.6.1 for repository validation. Installing the hosted plugin does not require a local Node.js runtime.

npm test

Links

License

MIT