workflow-patterns
Argument shapes for the 5 built-in workflow patterns — deep-research, adversarial-review, code-review, multi-perspective, codebase-audit — runnable via the…
Guidance for writing, editing, reviewing, and debugging JavaScript workflow code for pi-dynamic-workflows. Use when authoring or changing workflow scripts; not for merely running an existing workflow.
$ npx -y skills add QuintinShaw/pi-dynamic-workflows --skill workflow-authoring --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/workflow-authoringContext preview
The summary Claude sees to decide when to auto-load this skill.
Guidance for writing, editing, reviewing, and debugging JavaScript workflow code for pi-dynamic-workflows. Use when authoring or changing workflow scripts; not for merely running an existing workflow.
name: workflow-authoring description: Guidance for writing, editing, reviewing, and debugging JavaScript workflow code for pi-dynamic-workflows. Use when authoring or changing workflow scripts; not for merely running an existing workflow. metadata: version: "3.13.0"
Load this skill when workflow JavaScript changes. Running an existing workflow needs no authoring reference.
Read only what the task needs:
Claude Code–style dynamic workflows for Pi: code-mode subagents with real model routing, journaled resume, git-worktree isolation, cost accounting, an interactive /workflows TUI, an /ultracode standing opt-in, and deep research.
Repo: QuintinShaw/pi-dynamic-workflows
Argument shapes for the 5 built-in workflow patterns — deep-research, adversarial-review, code-review, multi-perspective, codebase-audit — runnable via the…