en un clic
zeus-status
// Display a full status report of the Zeus project — all active versions, task progress, recent feedback attribution, evolution history, and next recommended action.
// Display a full status report of the Zeus project — all active versions, task progress, recent feedback attribution, evolution history, and next recommended action.
Brainstorm features or run full project planning through structured dialogue. Use --full for initial project-wide planning (includes north star metrics if not set), or --feature <name> for a single feature. Always asks one question at a time. Invokes zeus-plan automatically after spec is approved.
Map an existing (brownfield) codebase into deterministic Zeus artifacts under .zeus/{version}/ so downstream skills can reuse real project context.
Execute all pending tasks in task.json using the zeus-runner.sh shell loop. Tasks are grouped into dependency waves and run with fresh claude CLI subagents. Each task gets an atomic git commit and a mandatory ai-log entry. Supports --version flag for v2/v3/v4 execution.
Initialize a new Zeus project. Creates .zeus/main/ directory structure, sets up config.json with north star metrics, and writes the first evolution.md entry. Use this FIRST before any other zeus skill.
Convert a spec document into structured prd.json user stories and task.json execution units. Called automatically by zeus-brainstorm, but can also be invoked directly. Supports --version flag to target v2/v3/v4 folders.
Create a new version folder (.zeus/v2/, .zeus/v3/ etc.) when user feedback reveals needs that can't be met by the main version. Inherits main config and declares differences. Records everything in evolution.md.
| name | zeus-status |
| description | Display a full status report of the Zeus project — all active versions, task progress, recent feedback attribution, evolution history, and next recommended action. |
Render a deterministic snapshot across active versions and recommend the next best action.
.zeus/main/config.json exists.Read:
.zeus/main/config.jsonconfig.json, prd.json, task.json, feedback/*, evolution.mdFor each version compute:
For global scope compute:
Decision table:
/zeus:init/zeus:init --import-existing/zeus:brainstorm --full/zeus:execute/zeus:feedback/zeus:evolve/zeus:brainstorm --feature <next-feature>Brownfield freshness recommendation:
.zeus/{version}/codebase-map.json is stale relative to recent repository changes, recommend /zeus:discover --version {version} before planning.Render concise or full format depending on --brief.
If metric weights and enough feedback data exist, compute weighted health score trend.
Use zeus-docs for consistency checks on report terminology and formatting quality.