/workflow
Use to run a dynamic, goal-driven workflow — orchestrate a multi-step goal by composing skills, tools, and MCPs, with a quality gate and verification at each step. Trigger on "/workflow", "run the <name> workflow", "orchestrate X", or a multi-step recurring goal ("draft the
$ npx -y skills add alirezarezvani/gaios --skill workflow --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/workflow
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use to run a dynamic, goal-driven workflow — orchestrate a multi-step goal by composing skills, tools, and MCPs, with a quality gate and verification at each step. Trigger on "/workflow", "run the <name> workflow", "orchestrate X", or a multi-step recurring goal ("draft the
SKILL.md
workflow.SKILL.mdname: workflow
description: Use to run a dynamic, goal-driven workflow — orchestrate a multi-step goal by composing skills, tools, and MCPs, with a quality gate and verification at each step. Trigger on "/workflow", "run the <name> workflow", "orchestrate X", or a multi-step recurring goal ("draft the investor update", "give me my morning brief"). Follows references/sops/dynamic-workflows.md and the wf-*.md cards. Respects the autonomy/cadence gate (auto on reversible/internal, draft-then-approve on external/regulated).Workflow — run a dynamic workflow
Orchestrate a goal end-to-end: **plan → route → compose skills/tools/MCPs → gate each step → verify → fail safe.** The engine for speed + quality. Pattern: `references/sops/dynamic-workflows.md`. Named workflows: `references/sops/wf-*.md`.
How to run
1. **Resolve the goal.** Named workflow (`/workflow investor-update`) → load its `wf-*.md` card. Free-form goal → first run `/structure` to get Context · Outcome · Goal · Success criteria, then plan the steps. 2. **Check the autonomy gate per step.** Internal/reversible/no-PHI → may run unattended. External/irreversible/regulated → **stop and have the user approve** (draft-never-send; never to a sensitive recipient without approval). 3. **Execute step by step.** For each: run the action (a `/skill`, a `tools/*.py`, or an MCP call) → **run its gate/verify check** → **branch** on the result (e.g. missing data → flag + ask, don't guess). Reuse existing capabilities; don't rebuild. 4. **Fail safe.** On error: read it, retry/repair if trivial, else escalate to the user with what's blocked. Never silently drop a step. 5. **Verify done.** Confirm the success criteria are met (evidence, not assertion) before reporting complete. 6. **Deliver.** Internal → your sanctioned cloud / chat. External → draft to the user. Log meaningful decisions to `decisions/log.md`.
Build / refine a workflow
New recurring multi-step goal that composes ≥2 capabilities and has a definable "done"? Author a `references/sops/wf-<name>.md` card (format in `dynamic-workflows.md`) and add it to the inventory. Don't workflow-ify one-offs (Simplicity). Don't overwrite a workflow card without asking.
Guardrails
All of `CLAUDE.md`. Especially: the autonomy gate per step, quality gate before "done", cite-don't-invent, no confidential data persisted, draft-never-send external.
Read more
name: workflow
description: Use to run a dynamic, goal-driven workflow — orchestrate a multi-step goal by composing skills, tools, and MCPs, with a quality gate and verification at each step. Trigger on "/workflow", "run the <name> workflow", "orchestrate X", or a multi-step recurring goal ("draft the investor update", "give me my morning brief"). Follows references/sops/dynamic-workflows.md and the wf-*.md cards. Respects the autonomy/cadence gate (auto on reversible/internal, draft-then-approve on external/regulated).Workflow — run a dynamic workflow
Orchestrate a goal end-to-end: **plan → route → compose skills/tools/MCPs → gate each step → verify → fail safe.** The engine for speed + quality. Pattern: `references/sops/dynamic-workflows.md`. Named workflows: `references/sops/wf-*.md`.
How to run
1. **Resolve the goal.** Named workflow (`/workflow investor-update`) → load its `wf-*.md` card. Free-form goal → first run `/structure` to get Context · Outcome · Goal · Success criteria, then plan the steps. 2. **Check the autonomy gate per step.** Internal/reversible/no-PHI → may run unattended. External/irreversible/regulated → **stop and have the user approve** (draft-never-send; never to a sensitive recipient without approval). 3. **Execute step by step.** For each: run the action (a `/skill`, a `tools/*.py`, or an MCP call) → **run its gate/verify check** → **branch** on the result (e.g. missing data → flag + ask, don't guess). Reuse existing capabilities; don't rebuild. 4. **Fail safe.** On error: read it, retry/repair if trivial, else escalate to the user with what's blocked. Never silently drop a step. 5. **Verify done.** Confirm the success criteria are met (evidence, not assertion) before reporting complete. 6. **Deliver.** Internal → your sanctioned cloud / chat. External → draft to the user. Log meaningful decisions to `decisions/log.md`.
Build / refine a workflow
New recurring multi-step goal that composes ≥2 capabilities and has a definable "done"? Author a `references/sops/wf-<name>.md` card (format in `dynamic-workflows.md`) and add it to the inventory. Don't workflow-ify one-offs (Simplicity). Don't overwrite a workflow card without asking.
Guardrails
All of `CLAUDE.md`. Especially: the autonomy gate per step, quality gate before "done", cite-don't-invent, no confidential data persisted, draft-never-send external.
Clone it, run /setup, and it becomes yours in Claude Code or Codex — a second brain + Chief of Staff that holds your context, structures your work, drafts in your voice, and runs reliable workflows.
Other skills on gaios.
- /audit
Use when someone asks for an AIOS audit, asks to score their setup against the Four Cs, or says "is my AIOS working" / "audit my setup" / "find gaps in my AIOS". Produces a Four-Cs scoreboard with top-3 fixes ranked by leverage.
Open skill - /daily
Use at the start of a working day (or when the user asks "what should I focus on today / give me my brief / daily standup"). Produces a one-screen daily brief — today's top 3, open loops that need a nudge, what's slipping, and a suggested focus order. Trigger on "/daily", "daily
Open skill - /decide
Use when the user faces a real decision with stakes and wants it framed cleanly — options, ranked criteria, a recommendation, the falsifier, and reversibility — then logged to decisions/log.md. Trigger on "/decide", "help me decide", "should I X or Y", "frame this decision",
Open skill - /exec-cockpit
Template skill for a leadership-transition / executive cockpit — when someone steps into or covers a leadership role and needs to not drop anything. Produces a handoff doc + decision-rights map, an "open loops" tracker, a team-comms cadence, and a recurring report/update
Open skill - /experiment
Use to run an autoresearch-style experiment loop — improve a measurable artifact by trying changes, measuring against one objective metric, keeping if better and reverting if not, on an isolated git branch with a logged trail. Trigger on "/experiment", "run an experiment loop",
Open skill - /graph-ingest
Use when the user brings an external source worth keeping — a URL, a paper, a tweet/thread, a blog post, a docs page — and wants it pulled into the second brain. Fetches the source into the git-ignored capture inbox, admits it to the committed wiki through the admission policy,
Open skill

