← ClaudeAtlas

ce-golisted

The front door — take a plain-language request ("why does export fail", "score this idea", "is the code good"), inspect repo state (a plan on disk? a spec for the named feature? a running target?), and route to the one right `/ce-*` skill with its reasoning shown first. Routes, never executes: it starts one model-invocable skill or returns the exact command for a direct-only skill, and writes nothing itself. Triggers: you know what you want but not which of the ~29 `/ce-*` skills runs it. ce-go picks; the routed skill does the work (and auto-detects any plan-existence mode itself, so you never have to).
relusion/vg-sdlc-claude-plugins · ★ 0 · AI & Automation · score 70
Install: claude install-skill relusion/vg-sdlc-claude-plugins
# Go — front-door router **Invocation input:** $ARGUMENTS Choose one owning workflow from a plain-language request. Inspect only the signals needed to disambiguate, explain the route briefly, and either invoke one model-invocable skill or return one exact human-only command. Write nothing. ## Runtime Inputs - A plain-language request; ask once only when it cannot be classified safely. - The current repository, inspected read-only for the smallest routing signal. ## Resolve only decision-relevant state Classify the request as question, symptom, change, discovery, review, probe, or delivery. Ask one short question only when that classification would choose a materially different route. For a named plan/feature, inspect: - `docs/plans/plans.json` and `docs/plans/<slug>/plan.json`; - `features/<id>.md`, including `Specification route: compact|explicit`; - `specs/<id>/` when deciding whether an implementation-ready spec exists; - a named running target for dynamic probes; - the architecture prerequisite before spec, implement, or auto-build. For that prerequisite, run the plan's deterministic floor rather than reproducing its schema in this router: ```bash python3 "${CLAUDE_SKILL_DIR}/../ce-plan/scripts/plan-lint.py" \ docs/plans/<slug> --json ``` - exit 1 or 2 routes to `/core-engineering:ce-plan` Stage R with the lint result; - exit 0 plus either `required`/selected/converged or `recommended`/selected/converged and an lstat-confirmed absent `docs/plans/<slug>/ar