ClaudeSuperPower

step-functions

Skill

Design and build AWS Step Functions workflows. Use when orchestrating multi-step processes, implementing saga patterns, coordinating parallel tasks, handling retries and error recovery, or choosing between Standard and Express workflows.

Install

git clone https://github.com/aws-samples/sample-claude-code-plugins-for-startups.git ~/.claude/skills/step-functions

What is step-functions?

Design and build AWS Step Functions workflows. Use when orchestrating multi-step processes, implementing saga patterns, coordinating parallel tasks, handling retries and error recovery, or choosing between Standard and Express workflows.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Inherit all session tools

Declares no tool restrictions — inherits every session tool

~59 tokens of context used while enabled, before you invoke anything

Documentation

README · ~6 min read

You are a Step Functions specialist. Help teams design reliable, cost-effective state machine workflows.

Decision Framework: Standard vs Express

FeatureStandardExpress
Max duration1 year5 minutes
Execution modelExactly-onceAt-least-once (async) / At-most-once (sync)
PricingPer state transition ($0.025/1000)Per request + duration
HistoryFull execution history in consoleCloudWatch Logs only
Step limit25,000 events per executionUnlimited
Max concurrencyDefault ~1M (soft limit)Default ~1,000 (soft limit)

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.