You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
8.**Original Commands Preserved**: Phase files preserve full original command content and Skill() calls
57
+
8.**Phase File Hygiene**: Phase files reference `workflowPreferences.*` for preferences, no CLI flag parsing
58
58
59
59
## Usage
60
60
61
-
```bash
62
-
# Full pipeline: generate + execute
63
-
/workflow:test-fix-gen "Test the user authentication API"
64
-
/workflow:test-fix-gen WFS-user-auth-v2
61
+
Full pipeline and execute-only modes are triggered by skill name routing (see Mode Detection). Workflow preferences (auto mode) are collected interactively via AskUserQuestion before dispatching to phases.
65
62
66
-
# Execute only (resume from existing test session with generated tasks)
0 commit comments