An autonomous engineering supervisor and Trello-style Kanban board plugin for Google Antigravity.
Provides continuous task loop orchestration with project-scoped SQLite persistenceβallowing you to track, schedule, and run subagents completely inside Antigravity without external daemons or SDKs.
A live, responsive drag-and-drop board tracking subagent tasks across the entire engineering lifecycle: Backlog, To Do, Needs Revision, In Progress, Pending Review, Done, and Failed. Cards feature real-time status badges (β‘ Agent Working, β Waiting for You), target subagent roles, priority tags, subtask progress meters, verification criteria indicators, and parallel execution scope size pills (SMALL, MEDIUM, LARGE).

Define tasks with pre-execution acceptance criteria checklists, automated verification test scripts, ordered subtasks for sequential execution, image/screenshot attachments (via clipboard paste or drag & drop), and parallel execution scope boundaries.

π Pending Review remain locked until user sign-off.π Needs Revision with 1-click comment feedback, prioritized ahead of new backlog tasks./repo/*): Browse project directories, preview Markdown docs with breadcrumbs, and inspect syntax-highlighted code files directly from task comments.poll): Recurring cron wakeups inspect SQLite read-receipt flags (processed_by_agent) and return in ~4 tokens when idle.Each project gets its own separate SQLite database.
process.cwd()) and connects to:
<PROJECT_ROOT>/.agents/taskboard/tasks.sqlite
Project A (e.g. doraapp) has its own backlog, bugs, and subagent logs.Project B (e.g. mobile-app) has its own independent tasks and board.TASKBOARD_DB_PATH=/path/to/shared.sqlite.antigravity-taskboard/
βββ plugin.json # Antigravity Plugin Manifest
βββ README.md # Documentation & UI Examples
βββ assets/ # Screenshots & Media
β βββ screenshots/
β βββ kanban-board.png
β βββ create-task-modal.png
βββ skills/ # Bundled Skills
β βββ task-loop/
β βββ SKILL.md # Autonomous supervisor loop skill
βββ rules/
β βββ AGENTS.md # Safety bounds, parallel execution & verification rules
βββ taskboard/ # Shared Engine & Web UI
βββ board.html # Drag-and-drop Kanban Board
βββ server.mjs # Micro-server (Port 4040)
βββ repo_viewer.mjs # Repository file & code viewer
βββ tasks.mjs # Project-scoped SQLite CLI & API
node .agents/plugins/antigravity-taskboard/taskboard/server.mjs
Open http://localhost:4040 in your browser. The board header will dynamically display your project's name.
In your Antigravity conversation, simply type:
"Run the task loop" or
/goal Run task loop
Antigravity will:
todo or needs_revision column.Workspace: "branch").π Pending Review with a structured walkthrough for user sign-off.git clone https://github.com/svylabs/antigravity-taskboard.git .agents/plugins/antigravity-taskboard
2 commits
HTML
56.8%
JavaScript
43.2%
An autonomous engineering supervisor and Trello-style Kanban board plugin for Google Antigravity.
Provides continuous task loop orchestration with project-scoped SQLite persistenceβallowing you to track, schedule, and run subagents completely inside Antigravity without external daemons or SDKs.
A live, responsive drag-and-drop board tracking subagent tasks across the entire engineering lifecycle: Backlog, To Do, Needs Revision, In Progress, Pending Review, Done, and Failed. Cards feature real-time status badges (β‘ Agent Working, β Waiting for You), target subagent roles, priority tags, subtask progress meters, verification criteria indicators, and parallel execution scope size pills (SMALL, MEDIUM, LARGE).

Define tasks with pre-execution acceptance criteria checklists, automated verification test scripts, ordered subtasks for sequential execution, image/screenshot attachments (via clipboard paste or drag & drop), and parallel execution scope boundaries.

π Pending Review remain locked until user sign-off.π Needs Revision with 1-click comment feedback, prioritized ahead of new backlog tasks./repo/*): Browse project directories, preview Markdown docs with breadcrumbs, and inspect syntax-highlighted code files directly from task comments.poll): Recurring cron wakeups inspect SQLite read-receipt flags (processed_by_agent) and return in ~4 tokens when idle.Each project gets its own separate SQLite database.
process.cwd()) and connects to:
<PROJECT_ROOT>/.agents/taskboard/tasks.sqlite
Project A (e.g. doraapp) has its own backlog, bugs, and subagent logs.Project B (e.g. mobile-app) has its own independent tasks and board.TASKBOARD_DB_PATH=/path/to/shared.sqlite.antigravity-taskboard/
βββ plugin.json # Antigravity Plugin Manifest
βββ README.md # Documentation & UI Examples
βββ assets/ # Screenshots & Media
β βββ screenshots/
β βββ kanban-board.png
β βββ create-task-modal.png
βββ skills/ # Bundled Skills
β βββ task-loop/
β βββ SKILL.md # Autonomous supervisor loop skill
βββ rules/
β βββ AGENTS.md # Safety bounds, parallel execution & verification rules
βββ taskboard/ # Shared Engine & Web UI
βββ board.html # Drag-and-drop Kanban Board
βββ server.mjs # Micro-server (Port 4040)
βββ repo_viewer.mjs # Repository file & code viewer
βββ tasks.mjs # Project-scoped SQLite CLI & API
node .agents/plugins/antigravity-taskboard/taskboard/server.mjs
Open http://localhost:4040 in your browser. The board header will dynamically display your project's name.
In your Antigravity conversation, simply type:
"Run the task loop" or
/goal Run task loop
Antigravity will:
todo or needs_revision column.Workspace: "branch").π Pending Review with a structured walkthrough for user sign-off.git clone https://github.com/svylabs/antigravity-taskboard.git .agents/plugins/antigravity-taskboard
2 commits
HTML
56.8%
JavaScript
43.2%