yuvalsuede/claudia
AI-native task management system for Claude agents. Hierarchical tasks, dependencies, sprints, acceptance criteria, multi-agent coordination, and MCP server integration.
Quick Start
Clone the repository:
git clone https://github.com/yuvalsuede/claudiaClaude Desktop configuration example:
{
"mcpServers": {
"claudia": {
"command": "npx",
"args": [
"-y",
"yuvalsuede/claudia"
]
}
}
}Check the repository README for specific installation and configuration instructions.