"Research: Planning Mode Capability Map"

Planning Capability Implementation Map

The current implementation status across Vox's major planning capabilities in the V2 Agentic Architecture.

Execution Matrix

Capability CategoryStatusPrimary ComponentNotes
Agentic Task DecompositionFully Deliveredvox-mcp (chat_tools)The LLM effectively segments goals into verifiable tasks complete with complexity heuristics and sequential DAG wiring.
Execution Policy RoutingDeliveredvox-orchestratorTasks are classified by discrete categories; ExecutionPolicy controls the active operational bounds and skills authorized per step.
RequiresApproval GatesDeliveredvox-orchestratorTask queues dynamically defer manual execution via the TaskStatus::BlockedOnApproval orchestrator state loop.
Determinism EnforcementDeliveredplan_adequacy.rsQuality gates reject proposals aggressively if exact test enforcement logic is absent from generated task properties.
Socratic Ambiguity ChecksDeliveredtask_submit.rsNonsensical, disjointed, or abusive planning instructions are strictly vetoed prior to queuing via contextual risk evaluation.
Centralized Complexity JudgingDeliveredvox-socrates-policyThe legacy 1-10 string estimates are completely retired for the global SocratesComplexityJudge heuristics integration.
Context Assembly DisiplineDeliveredvox-mcpPlanning context limits and memory queries natively prune non-essential metadata and strictly bound AI ingestion profiles.
VCS Workspace PersistencePendingvox-vcsSnapshot rollback boundaries across failed sub-tasks and comprehensive artifact persistence layers are targeted for future sweeps.
Codex Telemetry StreamingPendingvox-dbExposing reliable Server-Sent Event (SSE) pipelines back to the end-users via the internal vox-codex-api.