A
licenseNot graded
qualityB
maintenanceEnables persistent terminal sessions across multiple shells (Bash, CMD, PowerShell, WSL) with incremental output reading and autonomous goal execution with acceptance criteria.
MIT
No user-submitted related servers found.
Scored across 4 tools
Each tool has a distinct purpose: set_goal starts, check_goal evaluates, clear_goal ends, and get_status inspects. No overlap or confusion.
All tools follow a consistent verb_noun pattern with underscores (set_goal, check_goal, clear_goal, get_status), making them predictable.
Four tools are exactly right for a goal engine's core lifecycle: start, evaluate, end, and inspect. No unnecessary extras or missing essentials.
The set covers the full lifecycle of a goal session: set, check, clear (with success/failure), and status. No obvious gaps for the intended functionality.