Skip to content

v2.0.0 — AI-native Project Manager

Choose a tag to compare

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

What's New — 18 new tools (54→72)

Natural Language Planning

  • plan_from_prompt — describe what you want to build → structured task breakdown with dependencies and estimates
  • plan_apply — bulk-create tasks from a plan, set up dependencies, optionally create a sprint
  • plan_templates — pre-built templates for SaaS, API, CLI, and library projects

Predictive Estimates & Velocity

  • predict_duration — predict task time based on historical similar tasks
  • velocity_report — tasks/day trends over 7 days, sprint projection
  • burndown_data — ASCII burndown chart for active sprint
  • record_velocity — snapshot daily velocity (also auto-called on task completion)

Risk Assessment

  • risk_assess — analyze task risk from git hotspots, dependency depth, complexity, and sensitive areas
  • risk_report — all active tasks ranked by risk score with mitigations
  • complexity_classify — auto-classify tasks as trivial/small/medium/large/epic

External Tool Sync

  • sync_setup — configure GitHub / Linear / Jira credentials
  • sync_push — push a task to external tool as an issue
  • sync_pull — import issues from external tool into SoloBoard tasks
  • sync_update — sync status changes bidirectionally
  • sync_status — show sync state for all linked tasks

Pull Request Automation

  • pr_create — create branch + push + open PR + link to task
  • pr_status — check PR review/CI/merge status
  • pr_auto_flow — full flow: branch → commit → push → PR → link to task

Auto-Recording

Task completions are now automatically recorded to history for predictions and velocity tracking.

New Data

  • .kanban/history/ — completion records with time and complexity
  • .kanban/velocity/ — daily velocity snapshots
  • Tasks now have externalLinks, predictedMinutes, complexity, riskLevel
  • Config supports githubSync, linearSync, jiraSync