General Questions
What is Automagik Forge?
What is Automagik Forge?
- Visual task management Kanban
- 8+ AI coding agent integrations (Claude, Cursor, Gemini, etc.)
- Git worktree isolation for safe experimentation
- Multiple attempts per task (try different agents)
- MCP server for AI agent integration
- 100% open source and self-hostable
How is Forge different from regular AI coding?
How is Forge different from regular AI coding?
- Chat with AI, get code, ship it
- Lost in chat history
- Code breaks in 2 weeks
- No experimentation or comparison
- Vendor lock-in to one AI
- You plan tasks in persistent Kanban
- AI agents execute in isolated worktrees
- Compare multiple agent approaches
- Review and understand before merge
- Code stays maintainable
- No vendor lock-in (8+ agents supported)
Is Forge free?
Is Forge free?
- No subscription fees
- No usage limits
- Self-hostable on your machine
- No vendor lock-in
- Community-driven development
- AI agent API costs (Claude, Gemini, etc.) - BYOL (Bring Your Own LLM)
- Or use free/open-source agents (OpenCode, Qwen Code)
Which AI coding agents does Forge support?
Which AI coding agents does Forge support?
- Claude Code (Anthropic) - Best for complex logic, security
- Cursor CLI - Modern React patterns, frontend
- Gemini (Google) - Fast iterations, good all-rounder
- OpenAI Codex - GPT-4 based coding
- Amp (Sourcegraph) - Code intelligence
- OpenCode - Free, runs locally
- Qwen Code (Alibaba) - Open source
- Claude Router - LLM-agnostic, use ANY model
Do I need to pay for multiple AI subscriptions?
Do I need to pay for multiple AI subscriptions?
- Single AI - Use just Claude or just Gemini
- Free Agents - Use OpenCode or Qwen (100% free)
- Pay-as-you-go - Most AI APIs are pay-per-use, not subscriptions
- Start with one AI (Claude Code or Gemini)
- Add more later to compare approaches
- Use free agents for experimentation
Technical Questions
How does git worktree isolation work?
How does git worktree isolation work?
- Multiple tasks execute simultaneously
- Main branch stays clean
- Safe experimentation
- Easy rollback
What are task attempts?
What are task attempts?
- Compare different approaches
- Learn which agent works best for what
- No risk (each in isolated worktree)
- Choose best implementation
Can I use Forge without git?
Can I use Forge without git?
- Git worktrees provide isolation
- Version control tracks changes
- Safe rollback if needed
Does Forge work with monorepos?
Does Forge work with monorepos?
Can I use Forge in CI/CD?
Can I use Forge in CI/CD?
- Develop features locally
- Review AI-generated code
- Merge to main when approved
- GitHub Actions
- GitLab CI
- Jenkins
- etc.
Usage Questions
How do I create my first task?
How do I create my first task?
Start Forge
http://localhost:3000Create Task
- Click “New Task” button
- Title: “Add dark mode toggle”
- Description: “Create toggle component for light/dark theme”
- Labels: feature, frontend
- Click “Create”
Choose Agent
- Click on task card
- Click “New Attempt”
- Select agent: Claude Code, Gemini, or Cursor
- Click “Start”
Monitor Execution
- Watch real-time logs
- See code changes as they happen
- Review when complete
Merge or Retry
- If good: Click “Merge to Main”
- If not: Create new attempt with different agent
- Compare results
How do I compare multiple agents?
How do I compare multiple agents?
Create Task
Run First Attempt
- Choose agent (e.g., Claude Code)
- Start execution
- Wait for completion
Create Alternative Attempt
- Click “New Attempt” on same task
- Choose different agent (e.g., Gemini)
- Start execution
Compare Results
- Click “Compare Attempts”
- See side-by-side diff
- Review pros/cons
- Choose best approach
Merge Winner
- Select best attempt
- Click “Merge”
- Other attempts auto-cleanup
Can I use Forge from my AI coding assistant?
Can I use Forge from my AI coding assistant?
- Claude Code
- Cursor
- VSCode + Cline
- Roo Code
- Gemini CLI
- Any MCP-compatible agent
-
Get your Project ID:
-
Configure MCP server (example for Claude Code):
-
Use from AI agent:
How do I integrate Forge with GitHub Issues?
How do I integrate Forge with GitHub Issues?
Set Up GitHub OAuth
- Create GitHub OAuth App: https://github.com/settings/developers
- Callback URL:
http://localhost:3000/auth/callback - Copy Client ID
Configure Forge
Connect in UI
- Settings → GitHub
- Click “Connect GitHub”
- Authorize app
- Select repository
Sync Issues
- Forge can import GitHub issues as tasks
- Tasks can link to GitHub issues
- PRs can be created from tasks
Can multiple people use the same Forge instance?
Can multiple people use the same Forge instance?
- Each developer runs their own Forge instance
- Tasks in personal Kanban
- Individual git worktrees
- Each person runs Forge locally
- Coordinate via GitHub/GitLab
- Share task templates and patterns
- Use same agents/settings across team
Troubleshooting Questions
Why is my task execution failing?
Why is my task execution failing?
-
API Key Issues:
-
Git Issues:
-
Executor Not Configured:
-
Worktree Issues:
How do I clean up old worktrees?
How do I clean up old worktrees?
- Settings → Cleanup → Remove Old Worktrees
Why is Forge consuming so much disk space?
Why is Forge consuming so much disk space?
- Many git worktrees (each is full code copy)
- Large git repository
- Many task attempts
- Database growth
-
Clean up worktrees:
-
Clean up database:
-
Enable auto-cleanup:
Can I run Forge on a server/headless?
Can I run Forge on a server/headless?
- No web UI (can build separately and point to API)
- Need to manage via API or MCP only
- GitHub OAuth requires redirect to localhost
- Run Forge on your local machine
- Use git/GitHub to share code changes
- Each developer has own Forge instance
Advanced Questions
Can I create custom AI agents?
Can I create custom AI agents?
How can I contribute to Forge?
How can I contribute to Forge?
- Report bugs:
-
Suggest features:
- GitHub Discussions or Discord
-
Submit pull requests:
- Fork the repo
- Create feature branch
- Submit PR
-
Improve documentation:
- Docs are in
/docsdirectory - Submit PR with improvements
- Docs are in
-
Join community:
- Discord: https://discord.gg/xcW8c7fF3R
- Help other users
- Share templates and patterns
What's on the roadmap?
What's on the roadmap?
Q4 2024
- Template marketplace
- Task dependencies visualization
- UI revamp
- Analytics dashboard
- Spark integration (scheduled tasks)
Q1-Q2 2025
- Cross-Forge sync (share tasks)
- Hive executor (proprietary agent)
- Non-code workflows (docs, PPTs)
- Enterprise features
- Mobile companion app
Future
- AI intelligence layer
- Global template marketplace
- Industry verticals
- Cloud offering (optional SaaS)
How is my data stored? Is it secure?
How is my data stored? Is it secure?
- All data stored locally in
.forge/directory - SQLite database (unencrypted)
- GitHub OAuth tokens encrypted
- Your code never leaves your machine
- Tasks stored locally only
- No telemetry (except optional PostHog)
-
Never commit
.forge/to git: -
Restrict file permissions:
-
Use environment variables for secrets:
-
Backup important data:
Getting Help
Discord Community
GitHub Issues
Documentation
Twitter/X
Still have questions? Ask in Discord or open a GitHub Discussion!

