OrgX Initiative Ops
Use this skill when the task is tied to OrgX execution state rather than just local code.
Workflow
- Orient before editing:
- Call the OrgX workspace or initiative summary tools first.
- For broad status/reporting questions, prefer
get_operator_chroniclefirst when available; it is the canonical decision, artifact, PR, goal, gap, and priority readout. - If the hosted OrgX MCP bootstrap advertises
get_operator_chroniclebut the active AI client session has a stale callable tool list, immediately useorgx_recommendor_orgx_recommendwithmode: "morning_brief"and report the returnedreportingNarrative.briefMarkdown. Do not wait for the client to reconnect before answering the operator. - If an initiative, workstream, task, blocker, or decision is named, treat OrgX as the source of truth for current status.
- Reuse existing context before creating new structure:
- Query OrgX memory or list the relevant entities first.
- Only scaffold new work when no matching initiative structure already exists.
- Work against the current slice:
- Prefer updating the current task or workstream instead of creating parallel duplicate work.
- Keep your local implementation aligned with the active OrgX entity state.
- Report concrete progress:
- Use OrgX progress/activity tools for real execution milestones.
- Register artifacts when code, docs, plans, screenshots, or reports are produced.
- Surface decisions explicitly:
- If work is blocked on judgment, request a decision with clear options and impact.
- Do not bury blockers in prose.
- Close the loop:
- When a task is truly done, verify it first.
- Then update completion state in OrgX if the current task is known.
Quality bar
- Never assume OrgX entity state from memory alone.
- Never mark work complete without verification.
- Prefer one verified task completion over broad unverified status claims.
- Use
source_client=codexwhenever the tool supports client attribution.
Source: hashgraph-online/awesome-codex-plugins → plugins/useorgx/orgx-codex-plugin/skills/orgx-initiative-ops/SKILL.md