ワンクリックで
cli-tooling-planner
Domain guidance for planning CLI and tooling phases. Loaded when phase category is CLI.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Domain guidance for planning CLI and tooling phases. Loaded when phase category is CLI.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Domain guidance for implementing API and service layer phases. Loaded when phase category is API.
Domain guidance for planning API and service layer phases. Loaded when phase category is API.
Domain guidance for reviewing API and service layer phases. Loaded when phase category is API.
Domain guidance for planning authentication and security phases. Loaded when phase category is AUTH.
Domain guidance for planning data and persistence phases. Loaded when phase category is DATA.
Domain guidance for planning infrastructure and configuration phases. Loaded when phase category is INFRA.
| name | cli-tooling-planner |
| description | Domain guidance for planning CLI and tooling phases. Loaded when phase category is CLI. |
--quiet / --verbose / output format flags (text vs JSON) planned upfront when the tool may run under agents or scripts.For every command/subcommand: argument names, types, defaults, required vs optional, help description, and an example invocation. Pin the output format on stdout (text or JSON schema) and what goes on stderr.
Missing required argument, unknown flag, mutually exclusive flags both passed, empty stdin when stdin is read, oversized input, non-UTF8 input, broken pipe on stdout, interrupt (SIGINT) mid-run.
tool --help exits 0 and shows the documented usage.--help output that diverges from the actual flag set.Minimum: one help-output snapshot per command, one happy-path stdout assertion per command, one exit-code + stderr assertion per enumerated error case.