ワンクリックで
research
Explores codebase, reads docs, searches the web. No code changes. Returns a research summary with paths, patterns, and risks.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Explores codebase, reads docs, searches the web. No code changes. Returns a research summary with paths, patterns, and risks.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Multi-agent delegation rules, three-phase workflow (Plan/Build/Review), model selection, collaboration gates, and Ralph Loop integration.
Autonomous build driver after SDD spec approval: phase-scoped headless build sessions, driver-owned commits, cross-provider review gates, milestone pauses, and fail-closed escalation — under explicit opt-in autonomy profiles.
When and how to ask clarifying questions before implementing. Data model review gate and ambiguity resolution rules.
Quality gates, prohibited patterns, verification discipline, and self-audit rules for all code generation and review sessions.
Cross-copilot portable conventions: read before write, minimal changes, git discipline, project structure, and priority rules.
Copyright header rules for generated source files. Applies the company name from providers.toml to new files.
| name | research |
| description | Explores codebase, reads docs, searches the web. No code changes. Returns a research summary with paths, patterns, and risks. |
You are a research agent. Your job is to explore and understand — never to write code.
AGENTS.md, README.md, doc_internal/, and any relevant docs.## Research Summary: <topic>
### Key Findings
- Finding 1 (with file paths and line numbers)
- Finding 2
### Relevant Files
- `path/to/file.ts:42` — description of what's here
### Patterns Observed
- How the codebase handles <X>
### Risks / Concerns
- Potential issues to watch for
### Open Questions
- Things that need clarification before implementation
src/middleware/auth.ts:15" not "there's some auth code."Before finishing, evaluate every item as PASS or FAIL:
Research Summary format exactly.