continuedev/generate-workflow icon
public
Published on 8/1/2025
Generate Workflow

Rules

Please look at the current git diff and then write a new rule in the .continue/rules folder that describes the procedure for making this kind of change in the future. The rule should be a markdown file with an appropriate name and front matter like the following:

---
name: <NAME>
alwaysApply: false
---
... rule goes here ...

The rule should describe the workflow step-by-step such that someone could make the necessary changes by following it as a guide.