research
Launch a deep research task. Investigates a topic and produces a structured report. Supports templates for different output types.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Launch a deep research task. Investigates a topic and produces a structured report. Supports templates for different output types.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Capture what was done in the current conversation as a repeatable, well-structured skill (SKILL.md). Interviews the user to clarify intent, scope, and edge cases before writing.
Generate a high-level architecture design document from a requirements document. Covers technology choices, compute platforms, databases, data models, data flows, and security posture — no code snippets or code structure.
Generate a low-level design specification from requirements and high-level design documents. Covers class diagrams, package structure, class interactions, and testing strategy — the bridge between architecture and implementation.
Implement a specific task from the implementation plan using strict TDD. Writes failing tests first, then minimal code to pass, with human approval before committing. Tracks status in plan/{prefix}-plan.md.
Generate an implementation task plan from design documents. Breaks a low-level design into ordered, dependency-aware tasks with explicit parallelization analysis. Use when you have a completed low-level design and need to plan the implementation work.
Diagnose and fix test coverage gaps. Identifies uncovered code paths, adds targeted tests, refactors untestable code, and introduces mocking where needed. Never lowers thresholds.
| name | research |
| description | Launch a deep research task. Investigates a topic and produces a structured report. Supports templates for different output types. |
| argument-hint | [--template <template-name>] <research brief> |
| context | fork |
| agent | researcher |
| allowed-tools | Read, Glob, Grep, Bash, WebSearch, WebFetch, Write |
Research the following topic and produce a complete report.
Brief: $ARGUMENTS
If the brief includes --template <name>, use that template. Valid template names:
generic-deep-research — thorough investigation of a topic (default)decision-brief — structured comparison of options with a recommendationlearning-plan — three-phase syllabus (Apprentice, Journeyman, Master)If no template is specified, infer the best fit from the brief using the selection heuristics in your instructions.
Follow your full five-stage process: intake, template selection, information gathering, synthesis, and publishing.