ワンクリックで
zeus-discover
// Map an existing (brownfield) codebase into deterministic Zeus artifacts under .zeus/{version}/ so downstream skills can reuse real project context.
// Map an existing (brownfield) codebase into deterministic Zeus artifacts under .zeus/{version}/ so downstream skills can reuse real project context.
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.
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.
Display a full status report of the Zeus project — all active versions, task progress, recent feedback attribution, evolution history, and next recommended action.
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-discover |
| description | Map an existing (brownfield) codebase into deterministic Zeus artifacts under .zeus/{version}/ so downstream skills can reuse real project context. |
Use this skill to analyze an existing project and generate reusable codebase context before planning and execution.
.zeus/{version}/ exists (default main)..zeus/{version}/.--project-root <path> (optional, default current workspace root)--depth quick|auto|full (optional, default auto)--version vN (optional, default main).env*, *secret*, *credential*, key/cert files.Resolve version folder and project root:
.zeus/{version}/{project-root}Collect and summarize:
Extract from manifests and imports:
Generate module-level records with:
api, frontend, infra, data, shared, test, unknown),large-file, todo-density, high-fan-in).Write these files to .zeus/{version}/:
codebase-map.jsonexisting-modules.jsontech-inventory.mdarchitecture.mdMust include:
schema_versiongenerated_atproject_rootscan_depthsummarylanguagesruntimesframeworksdependenciesentry_pointsmodule_hotspotsconcernsMust include:
schema_versiongenerated_atversionmodules (array of module descriptors used by brainstorm/plan).zeus/{version}/,/zeus:init --import-existing --version {version} if config is not aligned,/zeus:brainstorm --feature <name> --version {version}.Use zeus-researcher for large repositories where deeper read-only exploration is required before writing final artifacts.