What problem does it solve?
This Skill automates the process of launching long-running workflow engine tasks in the background, allowing you to continue interacting with the AI while the workflow executes. It also provides a clear way to monitor the progress and status of these background tasks.
Core Features & Use Cases
- Background Execution: Launches CLI commands for workflow engines without blocking the conversation.
- Progress Monitoring: Uses dedicated tools (
session_status) or file inspection to report on workflow status, active steps, and task completion.
- Resuming Workflows: Supports resuming paused workflows using session IDs.
- Use Case: When asked to "implement a complex feature spec", this skill will launch the
wrangler-workflow CLI in the background, inform you of the session ID, and allow you to ask for status updates at any time.
Quick Start
Ask me to run the workflow engine CLI command to implement the spec file named 'SPEC-000049-feature.md'.