Skip to content

v1.4.0 — Auto-Manager Agent

Choose a tag to compare

@egorfedorov egorfedorov released this 04 Mar 09:11
· 5 commits to main since this release
Immutable release. Only release title and notes can be modified.

What's New — 5 new tools (34→44)

Autonomous Project Manager

  • manager_report — project health score (0-100), velocity, stall alerts, recommendations
  • stall_detect — find tasks with no recent activity
  • suggest_next — AI-powered "what to work on next" with weighted scoring
  • auto_reprioritize — smart priority adjustment based on blockers & progress
  • gantt_view — text-based Gantt chart with dependency visualization

How It Works

The manager analyzes your board continuously:

  • Health score factors in velocity, stalled tasks, blocked tasks, WIP limits
  • Suggestions consider priority, blocking chains, and time in status
  • Reprioritization can run in dry-run mode to preview changes