mit einem Klick
team
// Launch a team of 4 parallel agents to add depth across multiple packages. Each agent creates 2 source files + 2 test files in non-overlapping packages. All files build and pass tests before committing.
// Launch a team of 4 parallel agents to add depth across multiple packages. Each agent creates 2 source files + 2 test files in non-overlapping packages. All files build and pass tests before committing.
Debug a Kurtosis devnet that is not producing blocks. Iterates through logs → code correlation → fix → rebuild → retest until the chain advances.
Reviews code changes for bugs, security issues, and quality problems
Checks if code changes require documentation updates
Generate a minimal security patch for a specific vulnerability finding. Produces a .patch file with the smallest code change needed to remediate the issue without altering unrelated logic.
Run a comprehensive security scan on a codebase using available security scanners (Semgrep, Bandit, Trivy, osv-scanner). Returns structured findings with severity, file location, and OWASP mapping.
Generate a comprehensive security report with executive summary, detailed findings, remediation roadmap, and compliance mapping. Supports markdown and HTML output.
| name | team |
| description | Launch a team of 4 parallel agents to add depth across multiple packages. Each agent creates 2 source files + 2 test files in non-overlapping packages. All files build and pass tests before committing. |
Launch a coordinated team of 4 background agents to add implementation depth across the eth2028 codebase. Each agent works on non-overlapping packages to avoid conflicts.
run_in_background: truego build ./... and go test ./... on all affected packagessubagent_type: "general-purpose" and mode: "bypassPermissions"High priority (Glamsterdam/Hogota 2026-2027):
consensus/ - SSF, quick slots, attestations, finalitycore/types/ - Transaction types, SSZ encodingcore/vm/ - EVM opcodes, precompiles, gas tablescore/state/ - StateDB, access events, prefetcherdas/ - PeerDAS, blob sampling, custodyengine/ - Engine API, payload building, forkchoicep2p/ - Gossip, discovery, sync protocolsMedium priority (I+/J+ 2027-2028):
zkvm/ - RISC-V CPU, STF executor, proof backendproofs/ - Proof aggregation, mandatory proofsrollup/ - Native rollups, anchor contractstrie/ - Binary trie, MPT migrationverkle/ - Verkle tree, state migrationLower priority (K+/L+ 2028+):
crypto/ - BLS, KZG, PQC, thresholdtxpool/ - Validation, sharding, encryptedlight/ - Header sync, proof cachewitness/ - Execution witness, collectordepth: add N files across M packages for <package-list>
New implementations:
- <package>: <description> (<key features>)
- <package>: <description> (<key features>)
...
User: /team
Agent: Launches 4 agents creating 16 files across 8 packages, waits, verifies, commits, pushes.
User: /team consensus das engine
Agent: Focuses agents on specified packages.