think
Zero-base deep research: structured investigation → synthesis → proposal with counter-arguments
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Zero-base deep research: structured investigation → synthesis → proposal with counter-arguments
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Process issues sequentially: /dev per issue in isolated sub-agent → CI wait → merge → next
E2E development: investigate → dig → decompose → implement → test → review → PR
Break a task into ordered subtasks with dependencies
Investigate codebase for an issue in a forked context (context isolation)
Clarify ambiguities in plans with structured questions and auto-decide rules
Audit codebase for tech debt, code quality, and architecture issues — then create GitHub Issues
| name | think |
| description | Zero-base deep research: structured investigation → synthesis → proposal with counter-arguments |
| argument-hint | <topic> [github.com/owner/repo] |
| user-invocable | true |
| disable-model-invocation | true |
| allowed-tools | ["Read","Glob","Grep","Write","Agent","Bash(gh issue list:*)","Bash(gh api:*)","Bash(git log:*)","Bash(git diff:*)","TaskCreate","TaskUpdate","TaskList","TaskGet","AskUserQuestion","WebSearch","WebFetch","mcp__gemini-deepsearch__deep_search","mcp__perplexity__perplexity_research","mcp__perplexity__perplexity_search","mcp__perplexity__perplexity_ask","mcp__perplexity__perplexity_reason","mcp__playwright__browser_navigate","mcp__playwright__browser_snapshot","mcp__playwright__browser_take_screenshot","mcp__playwright__browser_close"] |
Zero-base thinking: discard assumptions, collect facts, synthesize essentials, propose with counter-arguments.
This is a long-running skill. Use TaskCreate to track phases and persist progress across /compact.
| Mode | Trigger | Purpose |
|---|---|---|
| Normal | /think <topic> | General deep research → analysis → proposal |
| Repo Analysis | /think <topic> github.com/owner/repo | Repository competitive analysis → roadmap proposal |
/think <topic>
│
Phase 1: Scoping + Deep Search (auto)
│ ├─ Research design (MECE axes)
│ └─ Gemini DeepSearch + Perplexity MCP parallel execution
│
Phase 2: Research (integration + supplemental)
│ ├─ Cross-validate Gemini/Perplexity results
│ ├─ deep-researcher for supplemental (SNS, local, latest)
│ └─ source-verifier for all URL validation
│
Phase 3: Deep Dive (parallel analysis)
│ ├─ case-analyzer × N (parallel)
│ ├─ social-scanner (reputation research)
│ └─ Additional Deep Search via MCP as needed
│
Phase 4: Synthesis (identify essentials) ← Main agent
│
Phase 5: Proposal (propose + counter-argument verification)
└─ counter-argument agent
Goal: Design research axes and auto-execute deep searches.
mcp__gemini-deepsearch__deep_search (free, 250/day) — primarymcp__perplexity__perplexity_research — top 1-3 axes only (cost: ~$0.4-1.3/call)Goal: Cross-validate and fill gaps.
deep-researcher agent for supplemental research:
source-verifier agent to validate all URLsGoal: Detailed analysis of key cases and social impact.
Launch in parallel:
case-analyzer agents for each important case/example (up to 5)social-scanner agent for community sentiment and receptionGoal: Extract the essential insight from all research. Main agent executes this.
Goal: Actionable proposals with counter-argument verification.
counter-argument agent to stress-test each proposal/think <topic> github.com/owner/repo
│
Phase 0: Repo Analysis (understand the repository)
│ ├─ repo-analyzer: code, features, Issues/PRs
│ ├─ Build feature map
│ └─ ★ Confirm feature map with user
│
Phase 1: Scoping + Deep Search (competitor/prior art survey)
│ ├─ Research design scoped to repository's domain
│ └─ Gemini/Perplexity MCP auto-execution
│
Phase 2-3: Research + Deep Dive (competitor analysis)
│
Phase 4: Gap Analysis (identify differentials)
│ ├─ Feature comparison matrix
│ ├─ Positioning analysis (strengths/weaknesses/opportunities/threats)
│ └─ Essence: why chosen / why not chosen
│
Phase 5: Roadmap Proposal
├─ Short/mid/long-term prioritized actions
├─ 2 roadmap variants
└─ counter-argument verification
★ = User interaction point
repo-analyzer agent with the GitHub URLInstead of general synthesis, perform:
counter-argument agentMCP tools for auto-execution (no manual user action needed):
| MCP | Model | Cost | Usage |
|---|---|---|---|
mcp__gemini-deepsearch__deep_search | Gemini Deep Research | Free (250/day) | Primary research |
mcp__perplexity__perplexity_research | sonar-deep-research | ~$0.4-1.3/call | Supplemental, top axes only |
Cost management: Run Gemini first for all axes → Perplexity for top 1-3 axes only.
| Agent | Role | File |
|---|---|---|
repo-analyzer | Collect GitHub repo features, Issues/PRs, external reviews | agents/repo-analyzer.md |
deep-researcher | Web/SNS search to supplement Deep Search results. Collector only | agents/deep-researcher.md |
case-analyzer | Detailed analysis of individual cases (outcomes, success factors, reception) | agents/case-analyzer.md |
social-scanner | X/Reddit/HackerNews/community sentiment research | agents/social-scanner.md |
source-verifier | Validate all URLs exist + check claim consistency | agents/source-verifier.md |
counter-argument | Challenge proposals: counter-arguments, logical leaps, risks | agents/counter-argument.md |
Save to workspace/{topic}/:
repo-analysis.md — Repository analysis & feature map (repo mode only)research.md — Collected information with sourcesanalysis.md — Deep dive analysisproposal.md — Final proposals / roadmap (the deliverable)