FAQ

Short answers to questions new users ask most often.

Frequently asked

What's the difference between using Claude.ai and Claude Code for facilitation?

Same model, same Facilitator, same strategy captured. Claude.ai has a visual browser UI and supports images. Claude Code lives in your terminal and doesn't context-switch you out of your editor. Pick whichever fits your workflow.

Do I have to connect Claude.ai AND install Claude Code?

No โ€” pick one or both. If you mostly work in the browser, Claude.ai is enough. If you live in the terminal, Claude Code covers you end-to-end. Many users have both connected and choose in the moment.

Does AlienMonster create my codebase for me?

No. AlienMonster manages your strategy repo (.alienmonster/) โ€” your code lives in your own repo, written however you like. When you pass a name to init, it creates a fresh directory but doesn't add a framework โ€” you pick what goes in it.

What if my coding agent doesn't seem to use the strategy?

Check that CLAUDE.md exists at the root of your repo. It tells the agent where to find your strategy. If it's missing, re-run npx alienmonster init in your project directory. Also confirm the MCP server is registered โ€” run npx alienmonster connect.

Can I use ChatGPT or a different AI coding tool?

Cursor: yes, fully supported. ChatGPT: support is coming โ€” check the MCP tab in settings for the latest. Any tool that supports MCP will work with AlienMonster.

Was this page helpful? YesNo