Cto Loop
This is an OMH cto-loop workflow skill, projected for Agent Skills hosts (Claude Code, Codex, Cursor, opencode, OpenClaw, pi).
Why This Exists
cto-loop exists to keep leadership work explicit, evidence-backed, and inside the Hermes/executor boundary instead of relying on ad hoc chat narration.
Do Not Use When
- The request is a settings-only change, one bounded edit that is explicitly low-risk and has a direct owner and verification path, or a direct answer/diagnosis; handle it directly or use
strategy-brief for a decision brief instead of starting a leadership operating loop.
Examples
Good example:
- Prompt: cto-loop: run the PM, dev, QA, security, and ops loop for this risky billing launch.
- Expected behavior: Prepare the CTO operating model with role responsibilities, gates, blockers, and status boundaries.
- Why: The request needs a leadership operating loop, not just a generic plan.
Bad example:
- Prompt: cto-loop: treat casual chat or unaccepted work as if this workflow already produced verified results.
- Expected behavior: Ask a clarification question or route to a narrower workflow instead of forcing
cto-loop.
- Why: The request lacks the required inputs or would overclaim work that Hermes did not observe.
Completion Checklist
- Confirm the workflow target, evidence boundary, and stop condition are named.
- Report which outputs are prepared, observed, blocked, or missing.
- Name the smallest next verification or handoff instead of claiming completion from narration.
Recovery Notes
- If required context is missing, ask one blocking question or route back to the narrower workflow.
- If runtime or wrapper evidence is unavailable, keep the status as not_observed and expose the next observable action.
Use When
Use when Hermes should run a leadership-style operating loop that turns signals into roadmap decisions, technical tradeoffs, delivery risk, release readiness, and explicit follow-up handoffs.
Strong routing signals: `cto-loop`, `cto loop`, `cto`, `cto pm`, `pm dev qa security ops`, `roadmap technical tradeoffs`, `technical tradeoff`, `delivery risk`, `release readiness`, `technical leadership loop`, `leadership operating loop`, `engineering leadership`, `CTO 구조`, `PM 구조`, `로드맵`, `아키텍처 트레이드오프`, `기술 리더십`, `출시 준비`
Catalog Metadata
Category: leadership
Phase: operating-loop
Quality tier: decision-gated
Reasoning demand: heavy
Quality bar:
- Separate product priority, architecture tradeoff, delivery risk, release risk, and follow-up owner.
- Tie recommendations to observed signals or mark assumptions.
- Record accepted decisions separately from draft recommendations.
- Prepare executor handoffs only for accepted implementation follow-ups.
Required inputs:
- operating signals
- roadmap or release scope
- known risks
- decision owner
Expected outputs:
- priority frame
- architecture tradeoffs
- delivery risks
- decision note
- follow-up handoff candidates
Artifact expectations:
- leadership loop record or status summary when a wrapper captures decisions and follow-ups
Safety rules:
- Do not treat a CTO loop recommendation as an accepted roadmap decision.
- Do not imply CTO, PM, QA, Security, or Ops runtime agents exist without observed wrapper evidence.
- Separate strategy decisions from implementation handoffs and release evidence.
Runtime Evidence
Use the current host's own tools and subagent/task mechanism when available;
otherwise run the same lanes sequentially or name the unavailable capability.
A prepared plan, handoff, checklist, or skill installation is not execution,
review, CI, merge-readiness, or merge evidence. Report actual tool results or
not_observed / not_available; never invent dispatch or host accounting.
Treat supplied context as advisory, not proof of hidden memory reads or writes.
State scope, constraints, verification, and the stop condition before work.
Supporting paths are relative to this skill directory; sibling skill paths are
relative to its parent. Resolve them from the host-provided skill base directory
({baseDir} on hosts that provide it), never a hardcoded install location.
A named workflow not installed here is unavailable, not permission to emulate
its host-specific capabilities. Verify through the real surface before done.
1---2name: omh-cto-loop-23description: [omh] Hermes CTO Loop workflow: roadmap, PM, technical tradeoffs, risk, delivery, release, and follow-up operating cadence. Use when the user says: cto-loop, cto loop, cto, cto pm, pm dev qa security ops, roadmap technical tradeoffs, technical tradeoff, delivery risk.4---56# Cto Loop78This is an OMH `cto-loop` workflow skill, projected for Agent Skills hosts (Claude Code, Codex, Cursor, opencode, OpenClaw, pi).910## Why This Exists1112`cto-loop` exists to keep `leadership` work explicit, evidence-backed, and inside the Hermes/executor boundary instead of relying on ad hoc chat narration.1314## Do Not Use When1516- The request is a settings-only change, one bounded edit that is explicitly low-risk and has a direct owner and verification path, or a direct answer/diagnosis; handle it directly or use `strategy-brief` for a decision brief instead of starting a leadership operating loop.1718## Examples1920Good example:2122- Prompt: cto-loop: run the PM, dev, QA, security, and ops loop for this risky billing launch.23- Expected behavior: Prepare the CTO operating model with role responsibilities, gates, blockers, and status boundaries.24- Why: The request needs a leadership operating loop, not just a generic plan.2526Bad example:2728- Prompt: cto-loop: treat casual chat or unaccepted work as if this workflow already produced verified results.29- Expected behavior: Ask a clarification question or route to a narrower workflow instead of forcing `cto-loop`.30- Why: The request lacks the required inputs or would overclaim work that Hermes did not observe.3132## Completion Checklist3334- Confirm the workflow target, evidence boundary, and stop condition are named.35- Report which outputs are prepared, observed, blocked, or missing.36- Name the smallest next verification or handoff instead of claiming completion from narration.3738## Recovery Notes3940- If required context is missing, ask one blocking question or route back to the narrower workflow.41- If runtime or wrapper evidence is unavailable, keep the status as not_observed and expose the next observable action.42434445## Use When4647Use when Hermes should run a leadership-style operating loop that turns signals into roadmap decisions, technical tradeoffs, delivery risk, release readiness, and explicit follow-up handoffs.4849 Strong routing signals: `cto-loop`, `cto loop`, `cto`, `cto pm`, `pm dev qa security ops`, `roadmap technical tradeoffs`, `technical tradeoff`, `delivery risk`, `release readiness`, `technical leadership loop`, `leadership operating loop`, `engineering leadership`, `CTO 구조`, `PM 구조`, `로드맵`, `아키텍처 트레이드오프`, `기술 리더십`, `출시 준비`5051## Catalog Metadata5253Category: `leadership`54Phase: `operating-loop`55Quality tier: `decision-gated`56Reasoning demand: `heavy`5758Quality bar:5960- Separate product priority, architecture tradeoff, delivery risk, release risk, and follow-up owner.61- Tie recommendations to observed signals or mark assumptions.62- Record accepted decisions separately from draft recommendations.63- Prepare executor handoffs only for accepted implementation follow-ups.6465Required inputs:6667- operating signals68- roadmap or release scope69- known risks70- decision owner7172Expected outputs:7374- priority frame75- architecture tradeoffs76- delivery risks77- decision note78- follow-up handoff candidates7980Artifact expectations:8182- leadership loop record or status summary when a wrapper captures decisions and follow-ups8384Safety rules:8586- Do not treat a CTO loop recommendation as an accepted roadmap decision.87- Do not imply CTO, PM, QA, Security, or Ops runtime agents exist without observed wrapper evidence.88- Separate strategy decisions from implementation handoffs and release evidence.8990## Runtime Evidence9192Use the current host's own tools and subagent/task mechanism when available;93otherwise run the same lanes sequentially or name the unavailable capability.94A prepared plan, handoff, checklist, or skill installation is not execution,95review, CI, merge-readiness, or merge evidence. Report actual tool results or96`not_observed` / `not_available`; never invent dispatch or host accounting.97Treat supplied context as advisory, not proof of hidden memory reads or writes.98State scope, constraints, verification, and the stop condition before work.99Supporting paths are relative to this skill directory; sibling skill paths are100relative to its parent. Resolve them from the host-provided skill base directory101(`{baseDir}` on hosts that provide it), never a hardcoded install location.102A named workflow not installed here is unavailable, not permission to emulate103its host-specific capabilities. Verify through the real surface before done.