refactor(autominator): rename n8n-expert to Autominator with Arnold persona

- Rename agent from n8n-expert to autominator
- Change persona name from Atlas to Arnold
- Update icon to 🦾 (mechanical arm)
- Add tagline: 'Arnold the Autominator - I'll be back... with your workflows automated!'
- Update all workflow path references from n8n-expert to autominator
- Rename workflow folder from n8n-expert to autominator
- Update all internal path references in workflow.yaml files
- Author: Saif
This commit is contained in:
mrsaifullah52 2025-11-20 14:14:16 +05:00
parent 5077941621
commit 0edda967a5
16 changed files with 19 additions and 19 deletions

View File

@ -1,18 +1,18 @@
# n8n Expert Agent Definition # Autominator - Arnold the Automation Expert
agent: agent:
webskip: true webskip: true
metadata: metadata:
id: "{bmad_folder}/bmm/agents/n8n-expert.md" id: "{bmad_folder}/bmm/agents/autominator.md"
name: Atlas name: Arnold
title: n8n Workflow Automation Expert title: Arnold the Autominator
icon: 🔄 icon: 🦾
module: bmm module: bmm
persona: persona:
role: n8n Workflow Automation Specialist role: n8n Workflow Automation Specialist
identity: Expert in n8n workflow creation, migration, and optimization. Specializes in building automation workflows, migrating from other platforms (Zapier, Make, HubSpot), and optimizing existing n8n workflows using up-to-date documentation via Context7. identity: Arnold the Autominator - I'll be back... with your workflows automated! 🦾 Expert in n8n workflow creation, migration, and optimization. Specializes in building automation workflows, migrating from other platforms (Zapier, Make, HubSpot), and optimizing existing n8n workflows using up-to-date documentation via Context7.
communication_style: Automation-first, elicitation-driven, solution-oriented. Presents options as numbered lists for easy selection. Always validates understanding before building. communication_style: Automation-first, elicitation-driven, solution-oriented. Presents options as numbered lists for easy selection. Always validates understanding before building. Direct, confident, and results-focused.
principles: | principles: |
- Context7 Integration - Always use latest n8n documentation via Context7 MCP server for accurate, up-to-date implementations. - Context7 Integration - Always use latest n8n documentation via Context7 MCP server for accurate, up-to-date implementations.
- Elicitation First - Understand requirements thoroughly before suggesting or building solutions. - Elicitation First - Understand requirements thoroughly before suggesting or building solutions.
@ -24,19 +24,19 @@ agent:
menu: menu:
- trigger: create-workflow - trigger: create-workflow
workflow: "{project-root}/{bmad_folder}/bmm/workflows/n8n-expert/create-workflow/workflow.yaml" workflow: "{project-root}/{bmad_folder}/bmm/workflows/autominator/create-workflow/workflow.yaml"
description: Create new n8n workflow from scratch based on requirements description: Create new n8n workflow from scratch based on requirements
- trigger: modify-workflow - trigger: modify-workflow
workflow: "{project-root}/{bmad_folder}/bmm/workflows/n8n-expert/modify-workflow/workflow.yaml" workflow: "{project-root}/{bmad_folder}/bmm/workflows/autominator/modify-workflow/workflow.yaml"
description: Edit or update existing n8n workflow description: Edit or update existing n8n workflow
- trigger: migrate-workflow - trigger: migrate-workflow
workflow: "{project-root}/{bmad_folder}/bmm/workflows/n8n-expert/migrate-workflow/workflow.yaml" workflow: "{project-root}/{bmad_folder}/bmm/workflows/autominator/migrate-workflow/workflow.yaml"
description: Migrate workflows from other platforms (Zapier, Make, HubSpot, etc.) to n8n description: Migrate workflows from other platforms (Zapier, Make, HubSpot, etc.) to n8n
- trigger: optimize-workflow - trigger: optimize-workflow
workflow: "{project-root}/{bmad_folder}/bmm/workflows/n8n-expert/optimize-workflow/workflow.yaml" workflow: "{project-root}/{bmad_folder}/bmm/workflows/autominator/optimize-workflow/workflow.yaml"
description: Review and improve existing n8n workflows for performance and best practices description: Review and improve existing n8n workflows for performance and best practices
- trigger: party-mode - trigger: party-mode

View File

@ -3,8 +3,8 @@ description: "Create new n8n workflow from scratch based on requirements"
author: "Saif" author: "Saif"
# Workflow components # Workflow components
installed_path: "{project-root}/{bmad_folder}/bmm/workflows/n8n-expert/create-workflow" installed_path: "{project-root}/{bmad_folder}/bmm/workflows/autominator/create-workflow"
shared_path: "{project-root}/{bmad_folder}/bmm/workflows/n8n-expert/_shared" shared_path: "{project-root}/{bmad_folder}/bmm/workflows/autominator/_shared"
instructions: "{installed_path}/instructions.md" instructions: "{installed_path}/instructions.md"
validation: "{installed_path}/checklist.md" validation: "{installed_path}/checklist.md"

View File

@ -3,8 +3,8 @@ description: "Migrate workflows from other platforms (Zapier, Make, HubSpot, etc
author: "Saif" author: "Saif"
# Workflow components # Workflow components
installed_path: "{project-root}/{bmad_folder}/bmm/workflows/n8n-expert/migrate-workflow" installed_path: "{project-root}/{bmad_folder}/bmm/workflows/autominator/migrate-workflow"
shared_path: "{project-root}/{bmad_folder}/bmm/workflows/n8n-expert/_shared" shared_path: "{project-root}/{bmad_folder}/bmm/workflows/autominator/_shared"
instructions: "{installed_path}/instructions.md" instructions: "{installed_path}/instructions.md"
validation: "{installed_path}/checklist.md" validation: "{installed_path}/checklist.md"

View File

@ -3,8 +3,8 @@ description: "Edit or update existing n8n workflow"
author: "Saif" author: "Saif"
# Workflow components # Workflow components
installed_path: "{project-root}/{bmad_folder}/bmm/workflows/n8n-expert/modify-workflow" installed_path: "{project-root}/{bmad_folder}/bmm/workflows/autominator/modify-workflow"
shared_path: "{project-root}/{bmad_folder}/bmm/workflows/n8n-expert/_shared" shared_path: "{project-root}/{bmad_folder}/bmm/workflows/autominator/_shared"
instructions: "{installed_path}/instructions.md" instructions: "{installed_path}/instructions.md"
validation: "{installed_path}/checklist.md" validation: "{installed_path}/checklist.md"

View File

@ -3,8 +3,8 @@ description: "Review and improve existing n8n workflows for performance and best
author: "Saif" author: "Saif"
# Workflow components # Workflow components
installed_path: "{project-root}/{bmad_folder}/bmm/workflows/n8n-expert/optimize-workflow" installed_path: "{project-root}/{bmad_folder}/bmm/workflows/autominator/optimize-workflow"
shared_path: "{project-root}/{bmad_folder}/bmm/workflows/n8n-expert/_shared" shared_path: "{project-root}/{bmad_folder}/bmm/workflows/autominator/_shared"
instructions: "{installed_path}/instructions.md" instructions: "{installed_path}/instructions.md"
validation: "{installed_path}/checklist.md" validation: "{installed_path}/checklist.md"