operationalize

star 392

Distill rich gathered context (research output, recon reports, big learnings) into evidence-anchored rules and route each rule to its automation shape.

boshu2 By boshu2 schedule Updated 6/14/2026

name: operationalize description: "Distill rich gathered context (research output, recon reports, big learnings) into evidence-anchored rules and route each rule to its automation shape."

operationalize (Codex)

Loop position: move 7 (capture + ratchet) of the operating loop — routes promoted learnings to their weakest durable enforcement (skill, gate, or bead).

Codex-native entry point for the operationalize operator skill.

The AgentOps source skill ../../skills/operationalize/SKILL.md is the source of truth for domain behavior: the distillation discipline, the rule-packet format under .agents/operationalize/, and the routing handoffs to skill-builder, workflow-builder, hooks, gates, beads, or playbooks. Read it first, then use prompt.md for the Codex runtime profile.

Codex Runtime Contract

  • Use Codex plus the local shell. Do not invoke Claude Code as an executor.
  • Distill-and-route only: emit the rule packet plus handoff stubs; never build the routed automations inline from this skill.
  • Load only the relevant source references or scripts for the task.
  • Verify command syntax from local --help or checked-in references before acting.
  • Return concrete evidence: commands run, files touched, exit codes, and any remaining blocker.
Install via CLI
npx skills add https://github.com/boshu2/agentops --skill operationalize
Repository Details
star Stars 392
call_split Forks 40
navigation Branch main
article Path SKILL.md
More from Creator