원클릭으로
dashboard
Internal dynos-work skill. Start the SPA dashboard server showing all registered projects.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Internal dynos-work skill. Start the SPA dashboard server showing all registered projects.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | dashboard |
| description | Internal dynos-work skill. Start the SPA dashboard server showing all registered projects. |
Start the SPA dashboard server. Shows all registered projects in a unified web UI.
/dynos-work:dashboard # start server at :8765
/dynos-work:dashboard stop # stop server
/dynos-work:dashboard restart # restart server
python3 "${REPO_DIR}/telemetry/dashboard.py" serve
Print the URL: http://127.0.0.1:8765
python3 "${REPO_DIR}/telemetry/dashboard.py" kill
python3 "${REPO_DIR}/telemetry/dashboard.py" restart
The dashboard runs as a background HTTP server. It survives after the conversation ends. Use stop to shut it down.
The dashboard shows:
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.