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.