pomod integrates advanced agile planning and native Pomodoro focus control. Automate task assignments by connecting your Git commits and PRs.
Navigate through the different views custom built with pure code for maximum speed.
Manage sprint progress with a high-fidelity Scrum board tailored for coding workflows. Customize transition rules to lock or permit task state movements, keeping sprint boards perfectly aligned with your actual coding rules.
Monitor sprint burndowns, velocity metrics, committed vs. completed story points, scope creep estimation accuracy parameters, and Cumulative Flow Diagrams (CFD) to identify bottlenecks.
Organize milestones, filter backlog tasks by assignee, category, or priority, and check live Epic completion progress directly inside a responsive timeline drawer. Keep your stakeholders updated without context switching.
Automatically pre-fill billing drafts based on time logged in a project. Ensure 100% legal compliance with Spanish Antifraude regulations through cryptographic chaining, digital signatures, S3 WORM storage, and official AEAT validator QR codes.
Auto-snooze and update your Slack status when focus blocks are active. Connect your boards directly to GitHub, GitLab, or Bitbucket to automatically transition tickets and log work milestones using commit or branch events.
Advanced features built to integrate invisibly into your daily coding workflow.
Run uninterrupted 25-minute blocks of time directly on your active tasks and tickets.
Define and distribute developable hours per member in interactive velocity charts.
Connect commits, PRs, and branches from GitHub, GitLab, and Bitbucket natively to your boards.
Sync your workflow without leaving your local environment. Control pomod.io using our powerful Command Line Interface (CLI) or connect autonomous AI assistants (like Claude Desktop) using the official Model Context Protocol (MCP) server.
Install the global client to track sprints, list priorities, and manage boards directly from your local terminal.
# Install global CLI npm install -g @pomodio/cli # Login with your PAT pomodio login --token <token>
Connect autonomous AI agents to read, create, and update your sprints by adding the pomod.io server to your configuration:
"pomodio": {
"command": "npx",
"args": ["-y", "@pomodio/mcp-server"],
"env": {
"POMODIO_PAT": "<your_token>"
}
}