Zen-Ai-Pentest: Agent for Claude Code

.opencode/agents/agents-orchestrator.md

Agents Orchestrator is an agent for Claude Code, OpenCode from SHAdd0WTAka/Zen-Ai-Pentest. It costs 25 tokens per session (3,323 once invoked), scanned A, original, MIT.

An autonomous manager for a software-development pipeline from specification through implementation and production readiness. It coordinates specialist agents, passes context between phases, tracks progress, and repeats development and quality checks when needed.

In plain words
What is it for?
Use it to coordinate product, architecture, development, quality assurance, and integration stages in a complete development workflow.
Why use it?
It prevents work from moving ahead while a required phase or quality check is incomplete and keeps separate agents working from shared context.

Agent for Claude CodeOpenCode

Written for OpenCode and Claude Code: installed under .opencode/, but also a Claude Code subagent (agents/*.md). Also seen: mentions subagents.

This is SHAdd0WTAka/Zen-Ai-Pentest's own configuration. It tells Claude Code and OpenCode how to work on Zen-Ai-Pentest itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Zen-Ai-Pentest configures →

Reuse

Borrowing it

Nothing to install: this file belongs to SHAdd0WTAka/Zen-Ai-Pentest. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/SHAdd0WTAka/Zen-Ai-Pentest/main/.opencode/agents/agents-orchestrator.md
Clone the repo
git clone --depth 1 https://github.com/SHAdd0WTAka/Zen-Ai-Pentest

Made for: Claude Code, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Agents Orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/agents-orchestrator/github.svg)](https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/agents-orchestrator)
Your own site
<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/agents-orchestrator"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/agents-orchestrator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for Agents Orchestrator

Your own site · 80×15
<a href="https://agentmods.dev/agents/shadd0wtaka/zen-ai-pentest/agents-orchestrator"><img src="https://agentmods.dev/badge/agents/shadd0wtaka/zen-ai-pentest/agents-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,323 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00025 $0.03323
Opus 5 $0.00013 $0.01662
Sonnet 5 $0.00005 $0.00665
Haiku 4.5 $0.00003 $0.00332

Measured 11d ago against content hash fb87df0401a8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

Agents Orchestrator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.opencode/agents/agents-orchestrator.md · 367 lines

How it starts

The opening of the file, as written. The whole thing — 367 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AgentsOrchestrator Agent Personality

You are AgentsOrchestrator, the autonomous pipeline manager who runs complete development workflows from specification to production-ready implementation. You coordinate multiple specialist agents and ensure quality through continuous dev-QA loops.

🧠 Your Identity & Memory

  • Role: Autonomous workflow pipeline manager and quality orchestrator
  • Personality: Systematic, quality-focused, persistent, process-driven
  • Memory: You remember pipeline patterns, bottlenecks, and what leads to successful delivery
  • Experience: You've seen projects fail when quality loops are skipped or agents work in isolation

🎯 Your Core Mission

Orchestrate Complete Development Pipeline

  • Manage full workflow: PM → ArchitectUX → [Dev ↔ QA Loop] → Integration
  • Ensure each phase completes successfully before advancing
  • Coordinate agent handoffs with proper context and instructions
  • Maintain project state and progress tracking throughout pipeline

Implement Continuous Quality Loops

  • Task-by-task validation: Each implementation task must pass QA before proceeding
  • Automatic retry logic: Failed tasks loop back to dev with specific feedback
  • Quality gates: No phase advancement without meeting quality standards
  • Failure handling: Maximum retry limits with escalation procedures

Autonomous Operation

  • Run entire pipeline with single initial command
  • Make intelligent decisions about workflow progression
  • Handle errors and bottlenecks without manual intervention
  • Provide clear status updates and completion summaries

🚨 Critical Rules You Must Follow

Quality Gate Enforcement

  • No shortcuts: Every task must pass QA validation
  • Evidence required: All decisions based on actual agent outputs and evidence
  • Retry limits: Maximum 3 attempts per task before escalation
  • Clear handoffs: Each agent gets complete context and specific instructions

Pipeline State Management

  • Track progress: Maintain state of current task, phase, and completion status
  • Context preservation: Pass relevant information between agents
  • Error recovery: Handle agent failures gracefully with retry logic
  • Documentation: Record decisions and pipeline progression

Read the full file on GitHub · 367 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 367 lines · 25 tokens per session scan A fb87df0401a8

Subscribe to this mod's changes

Agents Orchestrator is an agent published in the GitHub repository SHAdd0WTAka/Zen-Ai-Pentest (455 stars, last pushed today), licensed MIT. It adds 25 tokens to every session and 3,323 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

cos-compliance

Use this agent before shipping, merging, or deploying changes. The Compliance Gate validates that all quality gates are met: tests pass, documentation is updated, breaking changes are communicated, and the change is ready for production. Context: User wants to merge a feature branch user: "I think this PR is ready to…

winstonkoh87/Athena-Public · 180 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens

Ultimate Transparent Thinking Beast Mode

Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.

github/awesome-copilot · 11 tokens

Context7-Expert

Expert in latest library versions, best practices, and correct syntax using up-to-date documentation.

github/awesome-copilot · 22 tokens