You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AXI consistently uses less tokens than anything else. Refer to AXI docs
What Changes
Add a first-class, version-matched AXI-style Agent Skill for ProjectAtlas and make its recommended workflow CLI-first on hosts that support shell execution.
The skill should teach the agent a small, deterministic funnel instead of exposing or explaining the entire ProjectAtlas surface up front:
Resolve/bind the current project.
Request one compact task-oriented session brief.
Follow the returned next-step selector into the smallest relevant summary/search/relation/outline operation.
Request an exact source slice only when source evidence is required.
Refresh/re-index only when ProjectAtlas reports that the index may be stale.
Fall back to MCP only when the host cannot use the CLI or a required capability is not available through the AXI surface.
Where useful, introduce CLI commands/flags that combine currently separate agent operations so the result of one command contains both the requested data and a bounded next-step suggestion.
The CLI contract should follow AXI principles:
compact TOON output by default;
minimal default fields;
bounded/truncated large content with an explicit full-output escape hatch;
pre-computed state such as project/index freshness and result counts;
explicit zero-result states;
structured, non-interactive errors and stable exit codes;
content-first no-argument/home output;
contextual help[]/next-step command suggestions;
concise and consistent --help.
The existing Codex plugin skill should be updated/reused rather than creating a second competing skill if that is the cleanest ownership model.
Capabilities
Agent Skill / host integration
Version-matched AXI-style ProjectAtlas skill.
Prefer CLI execution when available.
Preserve MCP as a fallback/compatibility transport.
Task-oriented repository entry point
CLI equivalent of the compact atlas_session_brief workflow.
Return project identity, freshness/index state, ranked task-relevant candidates, blockers, and one concrete next command in one bounded response.
Narrow navigation
CLI access to bounded summaries, symbol/relation search, outlines, health findings, and exact source slices.
Stable selectors returned by one command should be accepted directly by the next command.
AXI output contract
TOON by default.
Minimal schemas and explicit counts.
Deterministic truncation with a documented --full or equivalent escape hatch.
Definitive empty states.
Structured errors and stable exit codes.
help[] next-step suggestions.
Observability
Distinguish CLI/AXI usage from MCP usage in telemetry so the improvement can be benchmarked rather than assumed.
Update the existing architecture view only if transport/host integration ownership changes. Do not create a duplicate architecture document solely for the skill.
Release Scope
Target the next appropriate minor release after the OpenSpec change is accepted.
Expected implementation surface:
existing ProjectAtlas skill / Codex plugin;
plugin/runtime installer metadata;
CLI command/output layer required for the AXI workflow;
agent-integration documentation;
CLI output-contract tests;
plugin/install smoke tests;
telemetry attribution for CLI-vs-MCP comparison.
The initial release does not need to remove, deprecate, or redesign the MCP server. This should be additive and backwards compatible.
Affected surface
Agent workflow
Agent workflow
task starts
-> ProjectAtlas skill is available/loaded
-> resolve current project locally
-> one compact AXI session brief
-> agent receives:
project + freshness + ranked candidates + blockers + next command
-> follow returned selector
-> summary/search/relation/outline as needed
-> narrow again if necessary
-> exact source slice
-> edit/test
Acceptance criteria
A version-matched ProjectAtlas Agent Skill is shipped through the supported plugin/install path.
On shell-capable hosts, the skill prefers the ProjectAtlas CLI/AXI path for normal repository navigation.
MCP remains functional as a fallback and existing MCP workflows do not regress.
One CLI call can produce the compact task-oriented session brief needed at the start of a repository task.
The session brief includes project identity, index/freshness state, bounded ranked candidates or an explicit zero-result state, blockers when present, and concrete next-step guidance.
Follow-up commands accept stable selectors returned by prior commands.
Default machine-readable output is compact TOON and avoids unnecessary fields.
Potentially large fields are bounded/truncated by default with an explicit full-output escape hatch.
Empty results are explicit and distinguishable from command failure.
Errors are structured, commands are non-interactive, and exit codes are deterministic.
Unknown commands/flags fail loudly.
No-argument/home behavior exposes useful current project/index state rather than only generic help.
Successful outputs include bounded contextual next-step suggestions.
CLI/AXI and MCP usage can be distinguished in telemetry/benchmarking.
Why
AXI consistently uses less tokens than anything else. Refer to AXI docs
What Changes
Add a first-class, version-matched AXI-style Agent Skill for ProjectAtlas and make its recommended workflow CLI-first on hosts that support shell execution.
The skill should teach the agent a small, deterministic funnel instead of exposing or explaining the entire ProjectAtlas surface up front:
Where useful, introduce CLI commands/flags that combine currently separate agent operations so the result of one command contains both the requested data and a bounded next-step suggestion.
The CLI contract should follow AXI principles:
help[]/next-step command suggestions;--help.The existing Codex plugin skill should be updated/reused rather than creating a second competing skill if that is the cleanest ownership model.
Capabilities
Agent Skill / host integration
Task-oriented repository entry point
atlas_session_briefworkflow.Narrow navigation
AXI output contract
--fullor equivalent escape hatch.help[]next-step suggestions.Observability
Architecture Diagrams
Architecture views
Update the existing architecture view only if transport/host integration ownership changes. Do not create a duplicate architecture document solely for the skill.
Release Scope
Target the next appropriate minor release after the OpenSpec change is accepted.
Expected implementation surface:
The initial release does not need to remove, deprecate, or redesign the MCP server. This should be additive and backwards compatible.
Affected surface
Agent workflow
Agent workflow
task starts
-> ProjectAtlas skill is available/loaded
-> resolve current project locally
-> one compact AXI session brief
-> agent receives:
project + freshness + ranked candidates + blockers + next command
-> follow returned selector
-> summary/search/relation/outline as needed
-> narrow again if necessary
-> exact source slice
-> edit/test
Acceptance criteria
Non-Goals
Pre-Mortem
Likely failure modes:
The new skill merely wraps the current MCP workflow, so schema/tool-discovery overhead remains.
The CLI becomes a 1:1 mirror of every MCP tool, increasing command discovery and skill size.
Compact output removes information the agent needs and causes extra recovery calls.
Outputs become too large and erase the expected token savings.
CLI and MCP semantics drift.
The skill becomes stale relative to the installed binary.
Agents repeatedly call
--helpor guess commands.help[]next-step templates.Agents re-index on every task.
CLI subprocess startup makes the workflow slower than MCP on some workloads.
Performance claims are inferred from AXI's unrelated benchmark workloads.
OpenSpec plan and task checklist
OpenSpec change: to be assigned
OpenSpec Tasks
Privacy check