docs(skill): refresh conductor skill with latest features#187
Merged
Conversation
Update the .claude/skills/conductor skill to reflect the current CLI, schema, and feature set: - SKILL.md: add show, replay, --metadata, --workspace-instructions, and update --apply to the quick reference; expand Key Concepts with type: workflow, dialog, retry, hooks, metadata, instructions, agent timeout_seconds, and the openai-agents provider. - references/execution.md: document show, replay, run/resume flag parity (--metadata, --workspace-instructions, --instructions, --web on resume), corrected update behavior (default prints install command; --apply launches installer), CONDUCTOR_NO_UPDATE_CHECK, validate semantic checks, registry latest=branch-HEAD and #ref syntax, and openai-agents provider override. - references/authoring.md: add hooks, metadata, instructions to workflow config; add timeout_seconds, retry, dialog blocks to agent schema; new Sub-Workflow Agents and Dialog Mode sections; document script JSON-stdout auto-merge; add workflow.dir and workflow.file template variables; add openai-agents provider. - references/yaml-schema.md: add metadata and instructions to WorkflowDef; add workflow, input_mapping, max_depth, timeout_seconds, and dialog to AgentDef with full restriction notes; add openai-agents to runtime.provider; document unknown-fields-rejected validation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Merged
jrob5756
added a commit
that referenced
this pull request
May 14, 2026
- feat(engine): registry references in sub-workflow workflow: field (#188) - feat: Claude Code plugin marketplace (#186) - docs(skill): refresh conductor skill with latest features (#187) - docs: rewrite 'Why Conductor?' README section (#185) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refreshes the
.claude/skills/conductorskill so it accurately reflects the current CLI surface, schema, and feature set.SKILL.md
show,replay,--metadata,--workspace-instructions, andupdate --apply.type: workflow,dialog,retry,hooks,metadata,instructions, agent-leveltimeout_seconds, theopenai-agentsprovider, and dashboard sub-workflow dive-in / replay.references/execution.md
conductor showandconductor replay.run: documented--metadata/-m,--workspace-instructions,--instructions.resume: now at run-flag parity — added--provider,--metadata,--web,--web-port,--web-bg; documented dashboard replay caveat and the intentionally-not-mirrored flags.update: corrected — default prints the install command;--applylaunches the installer; documentedCONDUCTOR_NO_UPDATE_CHECKand the legacy--forceno-op.validate: added the new semantic checks and the `system_prompt`-without-`prompt` warning.latestrefs resolve to the default branch HEAD (not newest tag) and the newworkflow#refsyntax (tag / branch / SHA).openai-agents/OPENAI_API_KEY.references/authoring.md
hooks,metadata,instructions.timeout_seconds,retry,dialogblocks.type: workflow,input_mapping,max_depth, for_each fan-out) and Dialog Mode.workflow.dirandworkflow.file.references/yaml-schema.md
WorkflowDef: addedmetadataandinstructions.AgentDef: addedworkflow,input_mapping,max_depth,timeout_seconds,dialog; expanded restriction notes for script and workflow types.runtime.provider: addedopenai-agents.workflow.dir/workflow.file.WorkflowConfig/AgentDef/ParallelGroup/ForEachDef.How verified
Cross-checked every change against
src/conductor/cli/app.py,src/conductor/cli/registry.py,src/conductor/config/schema.py, thedocs/tree, and the most recentCHANGELOG.mdentries (0.1.10 → 0.1.15).