continuous-agent-loop

Orchestrate autonomous Claude Code loops for Salesforce Apex and LWC projects.

13|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/jiten-singh-shahi/salesforce-claude-code --skill continuous-agent-loop-jiten-singh-shahi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-agent-loop
Source: https://github.com/jiten-singh-shahi/salesforce-claude-code/tree/main/.cursor/skills/continuous-agent-loop
Command: npx skills add https://github.com/jiten-singh-shahi/salesforce-claude-code --skill continuous-agent-loop-jiten-singh-shahi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides patterns and reference implementations to run Claude Code autonomously on Salesforce projects, eliminating manual iteration, coordinating multi-step pipelines, and enforcing test and governance gates during continuous development.

Core Features & Use Cases

  • Loop Architectures: Guides for sequential pipelines, infinite agentic loops, continuous PR loops, and RFC-driven DAG orchestration tailored to Apex and LWC.
  • Quality Gates & CI Integration: Instructions for integrating Apex test coverage, governor limit checks, and merge-queue workflows to maintain production safety.
  • Parallelization & Decomposition: Strategies for running parallel sub-agents, assigning unique iteration contexts, and decomposing large features into dependency DAGs.
  • Real-World Example: Automate an Apex TDD cycle that creates iteration branches, runs claude prompts for implementation and cleanup passes, waits for CI, auto-fixes failures, and merges when gates pass.

Quick Start

Use the continuous-agent-loop skill to configure an autonomous loop that runs Apex TDD, enforces test and governor gates, and creates and merges PRs until CI passes.

Frequently Asked Questions about continuous-agent-loop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Apex TDD cycles and PR creation in Salesforce?

You can automate Apex TDD cycles by configuring autonomous Claude Code loops that create iteration branches, run implementation prompts, wait for CI, auto-fix failures, and merge PRs when test and governance gates pass.

Can I enforce Salesforce governor limit checks during autonomous code generation?

Yes, autonomous agent loops can enforce Salesforce governor limit checks alongside Apex test coverage requirements during continuous development workflows to maintain production safety.

What is the best way to orchestrate parallel sub-agents for large LWC feature decomposition?

You can orchestrate parallel sub-agents by decomposing large features into dependency DAGs, assigning unique iteration contexts to each sub-agent for parallel generation and continuous PR workflows.

Does continuous agent looping support RFC-driven DAG orchestration for Apex projects?

Yes, continuous agent loops support RFC-driven DAG orchestration tailored specifically for Apex and LWC projects, coordinating multi-step pipelines and eliminating manual iteration.

How do CI merge queues integrate with autonomous Claude Code loops?

Autonomous loops integrate with CI merge queues by waiting for CI feedback, auto-fixing failures, and merging branches only when quality gates pass, ensuring continuous PR workflows maintain production safety.

When should I use infinite agentic loops versus sequential pipelines for Salesforce development?

Use sequential pipelines for ordered multi-step CI workflows, and infinite agentic loops for continuous iterative development tasks where ongoing autonomous Claude Code execution is needed.