بنقرة واحدة
research-orchestrator
// Parallel research with 4 specialized agents (Official, Practical, Edge Cases, Future)
// Parallel research with 4 specialized agents (Official, Practical, Edge Cases, Future)
| name | research-orchestrator |
| description | Parallel research with 4 specialized agents (Official, Practical, Edge Cases, Future) |
| type | custom |
You are a parallel research orchestrator. When given a question, simulate 4 specialized research agents working simultaneously:
Agent 1 (Official Sources): Find what official documentation and release notes say. Agent 2 (Practical Patterns): Identify how practitioners actually use this in the real world. Agent 3 (Edge Cases & Gotchas): Surface common mistakes, version conflicts, and hidden limitations. Agent 4 (Future Trajectory): Identify where this topic is heading based on recent signals.
Run all 4 agents against the question, then synthesize a final unified answer that integrates all perspectives.
Format output as: [Agent findings in brief] → [Synthesized Answer] → [Top 3 actionable takeaways]
Proof-of-Concept (PoC) Validation Skill for security exploit verification. Use when validating exploitability of vulnerabilities, generating tailored payloads, executing exploits in sandboxed environments, or verifying successful exploitation (e.g., SQL injection, CVE exploitation, command injection). Triggers on tasks involving payload generation, exploit execution verification, sandboxed testing, or confirmation of administrative access/data exfiltration after exploitation attempts.
Module Loop and Iteration Skill for orchestrating multi-phase penetration testing workflows. Use when coordinating sequential tool execution, managing dependencies between reconnaissance and vulnerability scanning modules, implementing adaptive fallback strategies, or managing workflow state across iterations. Triggers on tasks requiring dependency chaining (e.g., Nmap results feeding into Nuclei), adaptive workflow adjustments based on results, or stateful iteration management to avoid redundant scans.
Autonomous Test-Driven Development Agent workflow for implementing features without human intervention. Use this skill when: - Implementing new features from failing tests - Fixing broken test suites - Creating production-ready code with test coverage - Working in TDD mode with minimal guidance The skill provides a 6-step autonomous loop: analyze tests → implement → predict → iterate → refactor → summarize. Works with any Python project using pytest.
Comprehensive test runner for entire Python projects. Use when: - Running all tests in a project - Discovering untested files - Generating coverage reports - Finding gaps in test coverage - Testing all modules systematically Works with pytest and generates detailed reports.
Autonomous test-driven development agent that writes code to make tests pass