Skip to content
View gabrielcf55's full-sized avatar

Organizations

@XCL-Consulting

Block or report gabrielcf55

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gabrielcf55/README.md

🧭 About Me

name:     Gabriel Cruz Ferreira
role:     Salesforce Architect & Full-Cycle Specialist
based_in: Porto Alegre, RS β€” Brasil πŸ‡§πŸ‡·
focus:
  - πŸ’Ό  Salesforce Engineering Lead at Race Communication β€” a California-based telecom πŸ‡ΊπŸ‡Έ
  - πŸ›οΈ  Architect @ XCL-Consulting
  - πŸ€–  Building autonomous AI squads to ship products end-to-end
  - πŸ“–  Mentoring interns and growing the next wave of Salesforce talent
  - βš™οΈ  Designing and maintaining Salesforce CI/CD pipelines
ask_me_about:
  - Salesforce β€” development, administration, consulting, architecture

πŸ€– What I'm Building Now

My focus right now extends well beyond the Salesforce platform. I'm investing heavily in agentic AI engineering β€” designing autonomous, multi-agent squads that can take ownership of an entire delivery cycle, from a fuzzy idea on a Jira ticket all the way to a merge request waiting for human review.

In practice, this looks like several connected workstreams:

  • 🎫 Jira task automation β€” AI agents that watch incoming tickets, parse the requirements, pull the right context from the codebase, documentation and previous issues, and then triage, refine, estimate and decompose them before any human touches them. The goal is to remove most of the grooming overhead and start every ticket with a clear, actionable plan.

  • πŸ› οΈ AI-powered CI/CD pipelines β€” embedding model-driven steps directly into Jenkins, GitLab and Azure DevOps flows so that test generation, static analysis, code review, security scanning, release notes and deployment validation happen automatically as part of the build. The pipeline becomes an active reviewer instead of a passive runner.

  • 🀝 End-to-end autonomous delivery β€” the bigger vision: an agent picks up a Jira issue, plans the implementation, writes the code, runs and iterates on the tests, validates against acceptance criteria, and opens a merge request in the Git client with a clean diff and a written summary, ready for a human to approve. Effectively, an AI teammate that follows the same workflow your engineers do.

  • 🧠 Engineering rigor for prompts β€” versioning prompts, building evaluation harnesses, defining guardrails and observability for agent behavior, and treating the whole orchestration layer as production software. The same discipline I apply to metadata, Apex and Salesforce DevOps, now applied to LLM-driven workflows.

The bigger bet is that shipping software is becoming as much about supervising agents as it is about writing code yourself β€” and Salesforce delivery, with its strong metadata model and well-defined CI/CD patterns, is a fantastic place to prove it.


πŸ› οΈ Tech & Tools

☁️ Salesforce Ecosystem

Salesforce Apex LWC SOQL Flow MuleSoft Heroku

πŸ”„ DevOps & CI/CD

Git GitHub GitLab Jenkins Azure DevOps SFDX

πŸ’» Languages & Web

JavaScript TypeScript Node.js HTML5 CSS3 Python

πŸ€– AI & Automation

Claude OpenAI LangChain n8n


πŸ“Š GitHub Stats

Gabriel's GitHub stats Gabriel's streak
Top languages



Trophies

"The best architects know when to write Apex, when to use Flow, and when to let an agent figure it out." 🧠

Popular repositories Loading

  1. Workbench Workbench Public

    1

  2. forceworkbench forceworkbench Public

    Forked from forceworkbench/forceworkbench

    Web-based suite of tools for administrators and developers to interact with the Force.com APIs

    PHP 1

  3. flow-demo flow-demo Public

    Forked from heroku/flow-demo

    Simple Express app to demo Heroku Flow

    JavaScript 1

  4. sfdc-trigger-framework sfdc-trigger-framework Public

    Forked from kevinohara80/sfdc-trigger-framework

    A minimal trigger framework for your Salesforce Apex Triggers

    Apex 1

  5. inspector inspector Public

    JavaScript

  6. sfdx-git-delta sfdx-git-delta Public

    Forked from scolladon/sfdx-git-delta

    Generate the sfdx content in source format from two git commits

    TypeScript