원클릭으로
research-history
Research what's been tried before - past attempts, lessons learned
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Research what's been tried before - past attempts, lessons learned
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Save current session state mid-session — faster than /whats-next, designed for crash recovery
Apply engineering principles to code or design — DRY, KISS, SRP, YAGNI, phased delivery
Surface assumptions collaboratively before proceeding — beginner's mind, invoked depth
Analyze the current conversation and create a handoff document for continuing this work in a fresh context
Gather requirements through adaptive questioning before executing any task
Evaluate decisions across three time horizons
| name | research-history |
| description | Research what's been tried before - past attempts, lessons learned |
| argument-hint | [problem/approach or leave blank for current context] |
Find what's been tried before - internally and externally - and extract lessons to avoid repeating mistakes.
<intake_gate>
<context_analysis> First, analyze $ARGUMENTS to extract what's already provided:
Only ask about genuine gaps - don't re-ask what's already stated. </context_analysis>
<initial_questions> Use AskUserQuestion to ask 2-4 questions based on actual gaps:
If scope unclear:
If timeframe unclear:
If focus unclear:
If context unclear:
Skip questions where $ARGUMENTS already provides the answer. </initial_questions>
<decision_gate> After receiving answers, use AskUserQuestion:
Question: "Ready to research history, or would you like me to ask more questions?"
Options:
If "Ask more questions" → generate 2-3 contextual follow-ups, then present decision gate again If "Let me add context" → receive input, then present decision gate again If "Start research" → proceed to research </decision_gate>
</intake_gate>
After intake complete:<output_format>
[2-3 sentences: key historical pattern, main lesson, what's different now]
[The problem or approach we want to learn from]
[Attempt 1: Name/Company/Project]
[Attempt 2: Name/Company/Project] [Same structure...]
[Attempt 3: Name/Company/Project] [Same structure...]
Common success factors:
Common failure modes:
Do:
Don't:
Open question: [What we still don't know from history]
<claude_context>
Next Action: Apply lessons to planning, research specific aspect deeper, or validate key assumptions
<artifact_output> Save the research to a file:
Create directory structure if it doesn't exist:
[current-working-directory]/artifacts/research/Generate filename from topic:
YYYY-MM-DD-[topic]-history.md2025-01-15-real-time-sync-history.mdWrite the complete research to the file
Report to user: "Saved to artifacts/research/[filename]"
</artifact_output>
<success_criteria>