Categories
Developer Tools Project Management AI Agents Kanban Issue Tracking Model Context Protocol ScrumStars
Forks
Watchers
Developer links
Paca
Paca is a self-hosted project management platform and Scrumban workspace where autonomous artificial intelligence agents collaborate with human software engineers as first-class Scrum teammates instead of external chat assistants. Engineering teams manage sprints, backlogs, and task lifecycles through a shared real-time board powered by Socket.IO where both humans and agents pick up assignments and post progress updates. A native Model Context Protocol server connects external coding assistants such as Claude Desktop and Claude Code directly into projects, tasks, and sprint data without custom scraping scripts. Distributed agents execute in isolated runtime sandboxes powered by the OpenHands software development kit, co-authoring behavior-driven development Gherkin scenarios with product owners and maintaining living system design documents. Visual event-driven automation builders compose multi-branch trigger, condition, and action pipelines that evaluate task dependency gates and cron schedules. A sandboxed WebAssembly plugin runtime allows developers to write custom backend logic and custom board views using Go or Rust. Running on a dedicated VPS on RepoCloud with guaranteed CPU, RAM, and SSD, full root SSH access, and a browser serial console. Apache 2.0 licensed.
Benefits
- First-Class Agent Teammates on Boards
- AI agents share the same Scrumban boards, backlogs, and sprint cycles as human engineers, picking up tasks, updating statuses, and logging execution results via Socket.IO websockets.
- Native Model Context Protocol Server
- Published as an npm package, the built-in MCP server exposes structured workspace tools that allow external coding agents to inspect backlogs and update tickets without custom REST wrappers.
- Isolated OpenHands Runtime Sandboxes
- Autonomous coding agents run inside isolated containerized sandboxes powered by the OpenHands SDK, preventing unvetted code executions from touching the host environment or production databases.
- Sandboxed WebAssembly Plugin Architecture
- Teams extend core routing and workflow logic with WebAssembly modules compiled from Go or Rust that run inside capability-based permission sandboxes without sacrificing core stability.
Features
- Unified Scrumban Canvas
- Provides drag-and-drop task boards with real-time cursor presence, column customization, and before-and-after field diffs with one-click reversions.
- BDD Scenario Co-Authoring
- Enables engineers, product owners, and artificial intelligence agents to collaboratively draft and review standardized Gherkin specification scenarios.
- Visual Automation Engine
- Constructs multi-branch trigger, condition, and action automation graphs supporting UTC cron schedules, dependency gates, and inbound webhook authentication.
- Local ACP Bridge
- Streams terminal interactions from local Agent Client Protocol coding tools back into the central workspace over secure authenticated WebSockets.
- Living Architecture Documentation
- Maintains system design documents directly alongside task boards, grounding agent prompts with contextual architectural diagrams and technical specifications.