Executing Workflows

Execute markdown workflow files via the workflow command-line tool.

17|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/cipherstash/cipherpowers --skill executing-workflows
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Executing Workflows
Source: https://github.com/cipherstash/cipherpowers/tree/main/plugin/skills/workflow/executing-workflows
Command: npx skills add https://github.com/cipherstash/cipherpowers --skill executing-workflows

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual adherence to multi-step processes is inconsistent and prone to errors. This Skill provides the methodology and commands to execute markdown-based workflows using a dedicated tool, ensuring consistent compliance in either strict enforcement or flexible guided modes, saving you time and reducing complexity.

Core Features & Use Cases

  • Workflow Executor Tool: Utilizes a workflow command-line tool to run markdown workflow files, automating process execution.
  • Enforcement Mode: Executes workflows sequentially, respecting only STOP conditions, for 100% algorithmic compliance (e.g., TDD, git commit checks).
  • Guided Mode: Enables full conditional flow (Continue, GoTo, STOP) for flexible processes requiring agent judgment (e.g., plan execution).
  • Use Case: To ensure every code commit follows pre-defined quality checks, use this Skill in enforcement mode to run the git-commit-algorithm.md workflow, preventing any step from being skipped and guaranteeing adherence to standards.

Quick Start

To run a workflow in strict enforcement mode (default):

workflow plugin/practices/git-commit-algorithm.md

To run a workflow in flexible guided mode:

workflow --guided docs/work/feature/plan.md

If the workflow stops, read the message, fix the issue, and re-run.