run-prompt

Run prompts in isolated sub-task contexts with parallel or sequential execution.

7|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/hhellbusch/my-ai-workspace --skill run-prompt-hhellbusch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-prompt
Source: https://github.com/hhellbusch/my-ai-workspace/tree/main/.agents/skills/run-prompt
Command: npx skills add https://github.com/hhellbusch/my-ai-workspace --skill run-prompt-hhellbusch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables users to delegate multiple prompts to sub-task contexts, allowing for parallel or sequential execution that streamlines complex workflows.

Core Features & Use Cases

  • Prompt delegation: Instantly run one or more prompts as independent or dependent sub-tasks.
  • Flexible execution: Supports either parallel execution for efficiency or sequential for step-by-step control.
  • Use Case: For example, executing multiple code review prompts simultaneously or processing a series of data cleaning steps in order.

Quick Start

Provide the prompt number or name, along with optional flags like --parallel or --sequential, to execute prompts in your desired order and speed.

Frequently Asked Questions about run-prompt

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

FAQPage Schema
How do I run multiple prompts in parallel for task delegation?

Running prompts in parallel for task delegation is achieved by passing the prompt number or name with the --parallel flag, allowing independent sub-tasks to execute simultaneously in isolated contexts.

What is the best way to execute dependent prompts sequentially in AI-assisted workflows?

Executing dependent prompts sequentially in AI-assisted workflows is handled by providing the prompt name with the --sequential flag, ensuring step-by-step control for interdependent tasks like data cleaning.

Can I delegate complex code review prompts to isolated contexts?

Delegating complex code review prompts to isolated contexts is fully supported, enabling you to run multiple independent review sub-tasks efficiently without context interference.

Does sequential prompt execution wait for each sub-task to finish before starting the next?

Sequential prompt execution ensures structured handling where each interdependent sub-task completes its isolated processing before the workflow advances to the subsequent step.

When should I use parallel execution instead of sequential execution for prompt workflows?

Parallel execution is suited for multiple independent prompts to maximize efficiency, whereas sequential execution is necessary for interdependent prompts requiring step-by-step control and ordered processing.