
# Workflow Best Practices ## Overview This skill provides context and examples for the enforced development workflow. The workflow is **physically enforced** by the `workflow-enforcer` MCP server. ## The Mandatory Workflow You MUST follow this exact sequence: 1. **Start Issue** → `workflow_start_issue` 2. **Write Code** → Use normal file tools 3. **Run Tests** → `workflow_run_tests` 4. **Commit** → `workflow_commit` (only after tests pass) 5. **Deploy** → `workflow_deploy` 6. **Verify Produ
# Workflow Best Practices ## Overview This skill provides context and examples for the enforced development workflow. The workflow is **physically enforced** by the `workflow-enforcer` MCP server. ## The Mandatory Workflow You MUST follow this exact sequence: 1. **Start Issue** → `workflow_start_issue` 2. **Write Code** → Use normal file tools 3. **Run Tests** → `workflow_run_tests` 4. **Commit** → `workflow_commit` (only after tests pass) 5. **Deploy** → `workflow_deploy` 6. **Verify Produ