Долгосрочное планирование задач между сессиями
★ 8.5 · orchestration
ultragoal is a Claude Code skill that breaks a brief into an ordered set of stories and maintains a durable plan with an append-only event ledger stored under `.omc/ultragoal/plans/`, surviving session restarts and worktree switches. It exposes subcommands — `create-goals`, `complete-goals`, `checkpoint`, `record-review-blockers`, and `status` — and supports `--plan-id` or `--auto-plan-id` flags so multiple concurrent Claude sessions can operate on the same repository without clobbering each other's plans. Each story tracks attempt counts and per-story evidence; final completion is gated behind ai-slop-cleaner, verification, and code-review checks. Because the shell cannot mutate Claude Code `/goal` state directly, the skill prints a model-facing handoff that the active agent reads and acts on in-session. Best suited for large, multi-step initiatives that need structured progress tracking across many sessions.
- #goal-tracking
- #persistence
- #multi-session-workflow
- #verification-gate
- #project-management