grandamenium

Workflows Engineering — Development skill for Claude Code

Development community

Skill for designing Claude Code Dynamic Workflows.

How to install Workflows Engineering

This entry records only its repository, not the path inside it, so there is no exact command to give. Open grandamenium/workflows-engineering and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Workflows Engineering does

Skill for designing Claude Code Dynamic Workflows.

Alternatives in Development

  • Routing — Reverse Engineering Skill Routing Matrix 29.6k ★
  • LifeOS — ⛰️ The Life Operating System — an intent engineering platform that moves you from your current state to your i 18.7k ★
  • Scientific Agent Skills — A set of ready to use Agent Skills for research, science, engineering, analysis, finance and writing 18.7k ★

README

Workflows Engineering

A standalone skill for designing Claude Code Dynamic Workflows.

Use it when you need to turn repeatable agent work into an auditable, observable, repeatable, and optimizable process. The skill helps decide when to use Dynamic Workflows versus skills, subagents, MCP, slash commands, hooks, or schedulers.

What It Covers

  • Claude Code Dynamic Workflow mechanics and limits
  • JavaScript workflow script anatomy
  • Session transcripts and generated script storage under ~/.claude/projects/
  • Saved workflow command storage under .claude/workflows/ and ~/.claude/workflows/
  • /workflows observability, phase views, subagent details, and run controls
  • Loop design: trigger, goal, inputs, phases, workers, checks, stop rule, artifacts, and metrics
  • Workflow spec templates
  • Maker and reviewer patterns
  • Use cases for research, code review, content analysis, QA, and data extraction
  • Runtime risks, testing strategy, improvement metrics, and failure modes
  • Validation notes separating official docs, observed behavior, and design advice

Install

Copy this directory into your skills folder:

mkdir -p ~/.claude/skills/workflows-engineering
cp -R SKILL.md references metadata.json ~/.claude/skills/workflows-engineering/

Then ask your agent about Claude Code Dynamic Workflows, workflow design, agentic loops, or when to use workflows versus neighboring primitives.

Structure

  • SKILL.md: trigger guidance, core mechanics, and design procedure
  • references/: deeper reference docs loaded only when needed
  • metadata.json: catalog metadata

License

MIT