meta-workflow-creator

Generate Pi daemon workflows with directories, configs, prompts, and validation scripts.

3|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/oddship/bosun --skill meta-workflow-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-workflow-creator
Source: https://github.com/oddship/bosun/tree/main/packages/pi-meta-skills/skills/meta-workflow-creator
Command: npx skills add https://github.com/oddship/bosun --skill meta-workflow-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of robust, automated workflows for the Pi daemon system, reducing boilerplate and ensuring proper structure and configuration.

Core Features & Use Cases

  • Automated Workflow Generation: Creates directories with necessary configuration files, agent prompts, and validation scripts.
  • Guided Configuration: Assists in selecting workflow types (agent vs. script), defining triggers, and setting up retry mechanisms.
  • Reliability Enhancements: Helps implement input and output validators for deterministic workflow execution.
  • Use Case: A developer needs to set up a daily backup process that runs on a schedule. This Skill helps them create the config.toml with the correct schedule, specify the backup script, and add validation to ensure the backup completed successfully.

Quick Start

Use the meta-workflow-creator skill to generate a new agent-based workflow named 'data-ingestion'.

Frequently Asked Questions about meta-workflow-creator

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

FAQPage Schema
How do I create a daemon workflow with configuration files and validation scripts?

To create a daemon workflow, generate the necessary directory structure, configuration files, agent prompts, and validation scripts. This ensures reliable automation by defining triggers, model tiers, and input/output validation for deterministic execution.

What is the difference between agent-based and script-based workflow generation?

Agent-based workflows utilize configurable agent prompts and model tiers to process tasks, whereas script-based workflows rely on executing specific scripts. Both approaches support configurable triggers and input/output validation for reliable automation.

How do I set up retry logic and triggers for an automated workflow?

Automated workflow retry logic and triggers are configured within the generated configuration files. This allows you to define specific execution schedules and automatic retry mechanisms to ensure robust, reliable automation.

Can I use this to add input and output validators for deterministic workflow execution?

Yes, implementing input and output validators is a core feature of workflow generation. These validators check data integrity before and after execution, facilitating deterministic workflow runs and reliable automation.

What's the best way to generate a scheduled backup process with validation?

The best way to generate a scheduled backup process is to create a config file with the correct schedule, specify your backup script, and add output validation to ensure the backup completed successfully, reducing manual boilerplate.

Do I need external dependencies to set up daemon automation workflows?

No external dependencies are required to set up daemon automation workflows. The generation process creates the necessary structured directories, configuration files, and validation scripts independently.