Scaffold a new workflow definition
/plugin marketplace add memorysaver/looplia-core/plugin install memorysaver-looplia-plugins-looplia-core@memorysaver/looplia-core# Build Workflow
Create a new workflow-as-markdown file with the proper structure.
## Usage
## Arguments
| Argument | Description |
|----------|-------------|
| `name` | Name for the new workflow (e.g., "research-kit") |
## Example
## Execution
1. **Validate name**
- Check name is valid (lowercase, hyphens allowed)
- Check `workflows/{name}.md` doesn't already exist
2. **Gather requirements**
- Ask user about workflow purpose
- Ask about expected outputs
- Ask about required agents
3. **Generate workflow file**
- Create `workflows/{name}.md`
- Include YAML ...