ce-golisted
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