v2.0.0 — AI-native Project Manager
·
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 estimatesplan_apply— bulk-create tasks from a plan, set up dependencies, optionally create a sprintplan_templates— pre-built templates for SaaS, API, CLI, and library projects
Predictive Estimates & Velocity
predict_duration— predict task time based on historical similar tasksvelocity_report— tasks/day trends over 7 days, sprint projectionburndown_data— ASCII burndown chart for active sprintrecord_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 areasrisk_report— all active tasks ranked by risk score with mitigationscomplexity_classify— auto-classify tasks as trivial/small/medium/large/epic
External Tool Sync
sync_setup— configure GitHub / Linear / Jira credentialssync_push— push a task to external tool as an issuesync_pull— import issues from external tool into SoloBoard taskssync_update— sync status changes bidirectionallysync_status— show sync state for all linked tasks
Pull Request Automation
pr_create— create branch + push + open PR + link to taskpr_status— check PR review/CI/merge statuspr_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