OpenCode
Open-source AI assistant platform. Extract the zip file and run install.sh. Great for community-driven workflows.
Prerequisites
- āOpenCode installed and configured
- āIdeaTwister zip file (received after purchase)
- ā~30ā50 minutes for a full run
Installation
Step 1: Extract the Zip File
Unzip the IdeaTwister file you received. You'll see a folder structure with install.sh and platform-specific files.
Step 2: Run the Install Script (Recommended)
- Open your terminal and run:
- cd /path/to/ideatwister-zip
- ./install.sh
- The script auto-detects OpenCode and installs everything automatically.
Step 3: Or Install Manually
- OpenCode auto-discovers skills from standard paths - no config file needed.
- Copy the skill to any of these locations:
- 1. mkdir -p ~/.agents/skills
- 2. cp -r /path/to/ideatwister-engine/skills/ideatwister ~/.agents/skills/ideatwister
- 3. Restart OpenCode
Verify the Installation
Verify the Installation
- In OpenCode, type:
- use skill ideatwister
- Should list the available commands.
Your First Run
> /ideatwister I want to build a B2B tool for accountants managing invoices [Pipeline runs through all phases...] ā Pipeline Complete Variations: 49 High conviction (8+): 5 Time elapsed: 44 minutes š Dashboard: ~/.ideatwister/runs/accountant-invoice-tool-2026-04-24/dashboard.html
All Available Commands
/ideatwister <idea>
Run the full pipeline.
/ideatwister list
List all past runs.
/ideatwister open <slug>
Open the dashboard.
/ideatwister variations <slug>
Browse all variations.
/ideatwister help
Show all available commands.
Known Limitations
- ā¢Browser open: Path is printed; open manually in your browser.
- ā¢Web search: Depends on OpenCode's browser tool availability.
- ā¢Sequential execution: Runs phases sequentially.
Troubleshooting
Skill not found
- Verify the skill exists in one of the auto-discovered locations:
- ls ~/.agents/skills/ideatwister
- Re-run the installer or copy manually, then restart OpenCode.
Data store not found
- bash ~/.agents/skills/ideatwister/scripts/init-store.sh
Updating
To update, download the latest version from your account and run the install script again, or manually replace the files in ~/.agents/skills/ideatwister
Uninstalling
- rm -rf ~/.agents/skills/ideatwister
- Restart OpenCode.
- Your data in ~/.ideatwister/ is preserved.
Your data in ~/.ideatwister/ is preserved after uninstalling.
Next Steps
- Run your first idea through the pipeline
- Open the dashboard in your browser
- Browse all 50+ variations with scores
- Explore the variations that look promising