원클릭으로
research-orchestrator
Parallel research with 4 specialized agents (Official, Practical, Edge Cases, Future)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Parallel research with 4 specialized agents (Official, Practical, Edge Cases, Future)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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
| 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]