build_custom_workflow
Create a custom programming workflow by selecting phase sequence, defining iteration limits for test/lint cycles, setting output formats, and enabling user checkpoints to enforce disciplined development.
Instructions
Build a custom workflow with full control over phases and configuration. Use specific workflow tools (refactor_workflow, create_feature_workflow, etc.) for optimized presets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Description of the programming task | |
| workflowType | No | Use a predefined workflow type or custom for full control | custom |
| selectedPhases | No | Select which phases to include in your workflow | |
| iterationLimits | No | Set iteration limits before escalation to user input | |
| outputPreferences | No | ||
| userCheckpoints | No |