atomai-cli
v0.1.2
Published
Like a second CEO for your company
Downloads
442
Readme
AtomAI CLI
Like a second CEO for your company.
AtomAI helps you brainstorm product ideas, research markets, profile competitors, draft go-to-market strategies, target investors, and model unit economics directly from your terminal.
Installation
Install the CLI globally using npm:
npm install -g atomai-cliNote: The installer automatically detects your OS (macOS, Linux, or Windows) and CPU architecture (x64 or ARM64) to download the optimized native release binary. No Rust or Node.js runtime is needed after installation.
Quick Start
1. Initialize a Workspace
Create a folder for your company or startup, navigate into it, and initialize the startup.md orientation profile:
mkdir my-startup
cd my-startup
atomai init2. Start the Interactive CLI
Launch the persistent founder conversation composer:
atomaiSpecialist Workflows (Slash Commands)
Type / in the interactive prompt to trigger custom guided workflows:
/brainstorm-- Explore, evaluate, and rank 5 product ideas ending with a 7-day experiment./research-- Build evidence-backed decision briefs with verified public-web citations./competitor-- Map competitors, generate comparison matrices, and find market gaps./gtm-- Develop positioning, target ICP profiles, acquisition channels, and cold outreach drafts./fundraising-- Devise raise timelines, fundraising strategy, and source target VCs./financial-- Model runway scenarios, monthly burn rates, payback periods, and Gross Margin.
Data Safety Guidelines
- Local Ingestion Only: AtomAI only scans your workspace locally and never bulk-uploads your files.
- Secret Redaction: Automatically detects and redacts passwords, private keys, and API tokens (such as sk- keys) in your files before planning.
- Respects Ignores: Automatically skips hidden files, build folders (target/, node_modules/), and files exceeding 2MB.
