Teaches Claude Code to deliver multi-step instructions one step at a time, waiting for your confirmation before moving on.
When you ask Claude how to do something with many steps (deploying an app, setting up a service, etc.), it dumps all the steps at once. This can be overwhelming and makes it hard to follow along or ask questions about individual steps.
Installs a skill that changes how Claude delivers procedural instructions:
- Announces how many steps there are upfront
- Shows one step at a time with clear formatting
- Waits for your confirmation before proceeding
- Handles mid-step questions gracefully
/plugin marketplace add ayakutt/claude-code-plugins
/plugin install guided-steps@claude-plugins-ayakuttThe skill activates automatically when Claude detects a multi-step explanation. You can also invoke it explicitly:
/guided-steps
Then ask your question:
How do I publish my iOS app to the App Store?
/plugin uninstall guided-steps@claude-plugins-ayakutt