
Cheluen Droids Workflow
- Updated February 1, 2026
- cheluen/droids-workflow
cheluen-droids-workflow is a Claude Code plugin that orchestrates specialized droids in an automated analysis-code-test-review multi-agent loop.
About
cheluen-droids-workflow brings a Factory.ai-inspired multi-agent system into Claude Code so developers can delegate slices of a feature to specialized droids instead of one monolithic chat thread. The workflow automates an analysis-code-test-review cycle with hooks that keep role order and allow self-healing retries when tests or review fail. Developers shipping full-stack or API-backed products use it when they want agent-tooling that mirrors a tiny engineering team—implementation, verification, and docs—without standing up a separate orchestration product. It spans Build heavily and bleeds into Ship testing and review because the loop intentionally does not stop at first code generation. It is not a deployment or monitoring stack; pair it with ship and operate skills for security hardening and production observability after the droids finish the loop.
- Factory.ai-style multi-agent loop: analysis → code → test → review
- Specialized droids including frontend, backend, test, code reviewer, and doc writer roles
- Hook-enforced workflow order with self-healing iteration until completion criteria pass
- Coordinates CI/CD-minded testing and documentation passes inside Claude Code
- Single-plugin bundle focused on orchestration rather than one-off task skills
Cheluen Droids Workflow by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install cheluen-droids-workflow@cheluen/droids-workflowAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | February 1, 2026 |
|---|---|
| Repository | cheluen/droids-workflow ↗ |
What it does
Orchestrate specialized Claude Code droids through an analysis-code-test-review loop with hook-enforced iteration until work completes.
Who is it for?
Advanced developers who want Factory-style role-split agents inside Claude Code for feature-sized delivery cycles.
Skip if: Beginners seeking a single simple skill, static Python smell scans, or production monitoring without an agent orchestration appetite.
What you get
Hook-enforced droids run the full loop with self-healing iteration until analysis, implementation, tests, and review complete as a coordinated workflow.
- End-to-end feature pass through analysis, code, test, and review droids
- Documentation updates from the doc writer role when the loop includes docs
- Iteration history driven by hook-enforced self-healing until completion
By the numbers
- Plugin count: 1
- Repository: cheluen/droids-workflow
- Workflow keywords include multi-agent, self-healing, and hook-enforced orchestration
Recommended Plugins
How it compares
Multi-agent orchestration plugin, not a standalone Python smell detector or minimal discovery bundle.
FAQ
Who is Cheluen Droids Workflow for?
Developers comfortable with Claude Code plugins who want named engineer, tester, reviewer, and writer droids coordinated by hooks.
When should I use Cheluen Droids Workflow?
Use it during Build and through Ship testing/review when a feature needs repeated analysis-code-test-review cycles until done.
How do I add Cheluen Droids Workflow to my agent?
Install the cheluen/droids-workflow Claude Code plugin, enable its hooks per repo docs, then invoke the workflow so droids assume their roles in order.