writing-workflow-pseudocode

Embed MCP, REST, Bash, File, and LLM tool calls into workflow pseudocode.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/WesleyMFrederick/cc-workflows-plugin --skill writing-workflow-pseudocode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-workflow-pseudocode
Source: https://github.com/WesleyMFrederick/cc-workflows-plugin/tree/main/src-claude/skills/writing-workflow-pseudocode
Command: npx skills add https://github.com/WesleyMFrederick/cc-workflows-plugin --skill writing-workflow-pseudocode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Embeds tool execution details directly into workflow pseudocode to eliminate the need for a separate tool-call table.

Core Features & Use Cases

  • Inline tool calls embed MCP, REST, Bash, File, and LLM usage directly in do steps.
  • Merged artifacts capture both workflow structure and tool execution details in a single document.
  • Substep nesting allows documenting complex multi-tool segments with their own tool usage references.

Quick Start

Execute a sample workflow and produce a pseudocode document with inline tool calls.

Frequently Asked Questions about writing-workflow-pseudocode

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I embed tool calls directly into workflow pseudocode?

You can embed tool calls directly into workflow pseudocode by integrating execution details into do steps, eliminating the need for a separate tool-call table. This approach merges workflow structure and tool execution details into a single document.

What is the best way to document REST and Bash calls in workflow pseudocode?

Documenting REST and Bash calls in workflow pseudocode requires using via clauses with explicit tool types. This inline notation captures tool execution details directly within the workflow steps, supporting batching and substep nesting.

Can I use inline tool calls for workflows involving MCP and LLM calls?

Yes, inline tool calls support workflows involving MCP, REST, Bash, File, and LLM calls. You can document mixed tool usage and batch notation like x12 or x6 par directly within the pseudocode steps.

How do I designate pure steps in workflow pseudocode without tool calls?

You designate pure steps in workflow pseudocode by omitting the via clause. This approach distinguishes steps that do not involve tool execution from those with inline MCP, REST, Bash, File, or LLM calls.

Does inline workflow pseudocode support batching and substep nesting?

Inline workflow pseudocode supports batching with notation like x12 or x6 par and substep nesting. Substep nesting allows you to document complex multi-tool segments with their own tool usage references within a single merged artifact.

Why use inline tool calls instead of a separate tool-call table for workflow documentation?

Using inline tool calls eliminates the need for a separate tool-call table by merging artifacts. This approach captures both workflow structure and tool execution details in a single document, reducing documentation fragmentation and improving readability.