Wizard

Guide users through manual procedures with a bash script executing deterministic tasks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/stephangrobler/myBpmFlow --skill wizard-stephangrobler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Wizard
Source: https://github.com/stephangrobler/myBpmFlow/tree/main/agent/skills/wizard
Command: npx skills add https://github.com/stephangrobler/myBpmFlow --skill wizard-stephangrobler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, template.sh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates complex manual procedures by guiding users through them step by step, reducing the need for repetitive tasks and improving accuracy.

Core Features & Use Cases

  • Step-by-Step Guidance: Navigate through manual procedures with precise instructions and confirmations.
  • Script Generation: Generate bash scripts that can be used for repeatable setup paths.
  • Use Case: If you need to configure third-party services or perform a one-off migration, this Skill can create a wizard that automates the process, ensuring each step is confirmed and completed correctly.

Quick Start

Run the 'wizard' script to configure third-party services or perform a one-off migration.

Frequently Asked Questions about Wizard

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

FAQPage Schema
How do I automate manual procedures with a bash script?

You can automate manual procedures by generating a bash wizard script that guides users through step-by-step instructions, executing deterministic tasks and capturing values for setup processes and migrations.

What is the best way to guide users through a one-off migration?

The best way to guide users through a one-off migration is using a bash wizard script that provides precise instructions and confirmations, ensuring each step is completed correctly before proceeding.

Can I use this script generation to configure third-party services?

Yes, script generation creates a bash wizard that automates third-party service configuration by navigating users through manual procedure steps with required confirmations and value captures.

Do I need bash and template.sh to create a guided procedure wizard?

Yes, you need bash and the template.sh script to create a structured and user-friendly guided procedure wizard that executes deterministic tasks and captures user values.

When should I use a bash wizard for procedure automation?

Use a bash wizard for procedure automation when handling setup processes, one-off migrations, or state transitions that require step-by-step guidance, accuracy, and deterministic task execution.

How does procedure automation handle repetitive setup tasks?

Procedure automation handles repetitive setup tasks by generating repeatable bash scripts that guide users through manual procedures, reducing manual effort and improving overall accuracy.