# Using with Codex CLI

Install the official bundle and select a skill explicitly. Project config is optional.

```bash
npx sdd-agentic-flow install
```

`install` defaults to `--scope user`, writing to `~/.agents/skills/` (Codex CLI's global
skill directory, which it discovers by searching parent directories). Add
`--scope project` to install into `.agents/skills/` inside this repository instead. The
Repeat `--target` to choose the global directories written by `--scope user`. See
[installation scope](installation-scope.md).

```text
Use the installed saf-create-spec skill to turn this source item into an SDD feature spec.
Follow .sdd-agentic-flow/config.yml. Do not implement code or create commits. Stop if requirements are ambiguous. Report evidence and limitations.
```

Codex remains responsible for requesting authorization before local mutations and must not commit, push, merge, deploy, or publish by default.
