ワンクリックで
research-approach
How to research a question and deliver a decision-ready recommendation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
How to research a question and deliver a decision-ready recommendation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Complete reference for the factory CLI — all commands, arguments, options, and usage. Use when an agent needs to invoke factory commands, check correct syntax, or understand available options.
When and how to write a human-action-needed entry to memory/{agent}/needs.md. Agents write these entries when they hit blockers that only a human can resolve.
When you encounter a failure, correction, or new pattern, write a learning and optionally propose a skill.
How the factory workspace is organized and what each directory means.
What to examine during a reflection pass and how to write observations to memory/{agent}/needs.md.
When and how to write scenario holdouts for factory verification.
SOC 職業分類に基づく
| name | research-approach |
| description | How to research a question and deliver a decision-ready recommendation. |
Clarify the question. What exactly does the requesting agent need to know? Not "research React" but "which React state management approach best fits a real-time collaborative app with optimistic updates?"
Identify 2-4 candidate approaches. Never research just one option.
For each candidate:
Synthesize into a recommendation brief:
Write the brief to tasks/research-done/{request-id}.md
Research is the most natural place for subagents. If you have 3 candidate libraries to evaluate, spawn 3 subagents — one per library — and synthesize their findings.
Short. Decision-ready. The requesting agent reads it in 2 minutes and knows what to do. If your brief exceeds 500 words, you're writing a report. Save details for a linked appendix file.
Check universe/ before going external. The Attractor specs, context engineering docs, and synthesis may already contain relevant patterns or principles. The factory should build on its own foundations.