ワンクリックで
register
Internal dynos-work skill. Register the current project directory with the dynos-work global registry. Works from any project.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Internal dynos-work skill. Register the current project directory with the dynos-work global registry. Works from any project.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | register |
| description | Internal dynos-work skill. Register the current project directory with the dynos-work global registry. Works from any project. |
Registers the current working directory as a dynos-work project in the global registry at ~/.dynos/.
Determine the plugin's hooks directory. Use CODEX_PLUGIN_ROOT if available, then CLAUDE_PLUGIN_ROOT; otherwise find the hooks/ directory relative to this skill file.
Run the registration command:
python3 "${PLUGIN_HOOKS}/registry.py" register "$(pwd)"
If the project is already registered, this is a no-op (idempotent).
/dynos-work:register
Run checkpoint audit, repair any findings, then reach DONE — all in one shot. Use after /dynos-work:execute.
Execute the approved plan. Orchestrates execution graph segments through specialized executor agents, including dependency management and error recovery.
Internal: Data Executor. Implements ETL, analytics, backfills, data quality, reconciliation, and data pipeline changes. Write evidence on completion.
Internal: Infrastructure Executor. Implements deployment, CI/CD, container, IaC, and environment configuration changes. Write evidence on completion.
Internal: Observability Executor. Implements logs, metrics, traces, alerts, dashboards, and reliability instrumentation. Write evidence on completion.
Internal: Release Executor. Implements version/changelog updates, rollout flags, rollback plans, release notes, and migration sequencing. Write evidence on completion.