@rickywo/formic
v0.8.0
Published
Local-first agent orchestration and execution environment for AI coding tasks
Maintainers
Readme
Formic — AI-powered Kanban that turns goals into shipped features.
📺 Watch the demo video if the player above doesn't load.
Requirements
- Node.js 20+ and npm
- A supported AI agent CLI: Claude Code CLI or GitHub Copilot CLI
Getting Started
Install —
npm install -g @rickywo/formicStart the server — Run
PORT=8000 formic start, then open http://localhost:8000.Add a workspace — Open the workspace selector in the top-left and point it at your project repo directory.
Brainstorm with the AI chatbot — Click the AI Assistant panel and describe your idea. Formic's chatbot helps you refine requirements, explore the codebase, and shape a clear objective.
Create a Goal task — When you're ready, the chatbot crafts a Goal task for you. Goals are high-level objectives that the architect AI will decompose.
Automatic decomposition — Once queued, Formic's architect skill analyzes the goal and generates multiple child subtasks, each with its own context and scope.
Queued & processed — Child tasks are automatically queued and executed by AI agents (briefing → planning → declaring → running → verifying) with full concurrency and file-lease safety.
Voilà — review your new feature! — When tasks land in the Review column, inspect the changes and approve. Your feature is ready.
