Show HN: Paca – Lightweight Jira alternative for human-AI collaboration Paca, a new open-source project management platform, launches as a lightweight alternative to Jira, Trello, ClickUp, and Monday, designed specifically for human-AI collaboration. The self-hosted tool treats AI agents as first-class Scrum teammates, allowing them to participate in sprint planning, pick up tasks, and collaborate on specifications, rather than functioning as peripheral chatbots. Paca is free, fully customizable via plugins compiled to WebAssembly, and aims to give teams control over their data and workflow. AI-native. Free. Lightweight. Open-source.The fully customizable alternative to Jira, Trello, ClickUp, and Monday. Getting Started getting-started · MCP Server mcp-server--connect-any-ai-agent-to-paca · Claude Code Skill claude-code--paca-skill · Architecture /Paca-AI/paca/blob/master/docs/architecture/overview.md · Contributing /Paca-AI/paca/blob/master/CONTRIBUTING.md · Roadmap /Paca-AI/paca/blob/master/ROADMAP.md Paca is a self-hosted project management platform where AI agents and humans collaborate as equal teammates inside a Scrum team — not as chatbots bolted on the side. Jira gives you a backlog. ClickUp gives you automations. Monday gives you dashboards. Paca gives your AI agents a seat at the table. They join sprint planning, pick up tasks from the board, write BDD specs, and adapt alongside humans in real time. Everything about Paca — its workflow, its data model, its UI — is configurable and extendable via plugins . | Jira / Trello / ClickUp / Monday | Paca | | |---|---|---| AI integration | Chatbot add-ons, peripheral automation | AI agents as first-class Scrum teammates | Collaboration model | Human-only by default | Human + AI, side by side on the same board | Hosting | Vendor cloud your data, their servers | Self-hosted, you own everything | Cost | $8–$20+ per seat/month | Free forever | Customization | Limited; locked behind enterprise tiers | Fully open: configuration + plugins | Weight | Bloated feature sprawl | Lightweight core; extend only what you need | Source | Closed / proprietary | 100% open-source Apache 2.0 | The central insight behind Paca is that AI agents should participate in the Scrum process , not just generate output in isolation. In Paca, AI agents: - Are assigned to sprints and appear on the Scrumban board alongside human teammates Pick up tasks from the backlog and update their status in real time Collaborate on BDD specs — helping Product Owners and BAs write Gherkin scenarios Contribute to System Design Documents — keeping the architecture visible to the whole team Probe, sense, and respond to emerging complexity, just like a human would This is not automation. It is genuine collaboration — rooted in the Cynefin / Stacey framework's recognition that complex domains require teams, not pipelines. Paca ships as a small, focused core. Everything else is optional. Configuration-driven: workflows, statuses, field definitions, board layouts, sprint rules, and agent behavior are all driven by project-level configuration files. No code needed to adapt Paca to your team's process. Plugin system: extend or replace any part of Paca via plugins. Plugins are compiled to WebAssembly WASM for the backend write in Go, Rust, AssemblyScript — anything with a WASM target and standard module bundles for the frontend. Plugins run in a sandboxed environment with a capability-based permission model; they declare exactly what host functions they need, and nothing more. plugins/ ├── backend/ WASM modules — add custom routes, logic, data models └── frontend/ UI modules — add custom pages, board views, widgets Browse and install community plugins directly from the Plugin Marketplace inside the Paca UI — no command line required. Go to Settings → Plugins → Marketplace , find a plugin, and click Install . For local development or custom plugins, you can also install from the filesystem: ./scripts/install-local-plugin.sh ./my-plugin --api-key