What problem does it solve?
Start Workflow automates the coordination required to begin a new task workflow by selecting the appropriate path based on the user’s described use case and executing the necessary steps in order, reducing manual orchestration.
Core Features & Use Cases
- Automated use-case selection: prompts the user for a task description and maps it to a predefined workflow path (Function development, Bug fixes, Documentation updates, Test fixes/additions, Refactoring, Configuration changes).
- Path-driven step execution: determines the steps to run and their order, ensuring steps aren’t skipped without validation.
- Governance and approvals: supports gating to ensure requirements, design decisions, and reviews are completed before advancing.
- Coordinated integration: interfaces with individual skills (requirements, design, planning, implementation, testing, review, verify, and commit) to complete the lifecycle.
Quick Start
Provide a task description to start a workflow; the system will select a path and guide you through the steps.