소스 정보
- 저장소
- LMDHQ-0420/ResearchPilot-Skills
- 최근 소스 활동
- 2026년 7월 29일 08:31
- 감지된 SKILL.md 언어
- 영어
- 스타
- 269
- 포크
- 4
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/LMDHQ-0420/ResearchPilot-Skills --skill research-b-idea명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | research[B]-idea |
| description | ResearchPilot Research Assistant [Phase B]: Idea deepening |
| version | 2.0.0 |
| license | LICENSE |
user_requirements.md priority: All user constraints recorded in
docs/user_requirements.md(direction preferences, implementation requirements, document format, etc.) take precedence over any default instruction in this skill. Always read that file before generating any output to ensure compliance with confirmed user constraints.
Starting from a confirmed research direction and RQs, deepen the "research
question" into an "implementable method" through three layers of confirmation.
Produces docs/idea_report.md Part 2, then moves to Phase C.
Prerequisite: docs/idea_report.md exists and contains Part 1 (Phase A complete).
ResearchPilot-Skills splits a complete academic research project into seven independent stage skills. The current skill is one link in that chain.
| Skill | Phase | Main Output |
|---|---|---|
/research[A]-exploration | Direction Exploration | docs/idea_report.md Part 1 |
/research[B]-idea | Idea Deepening | docs/idea_report.md Part 2 |
/research[C]-experiment | Experiment Design | docs/idea_report.md Part 3 |
/research[D]-implementation | Implementation Design | docs/implementation.md |
/research[E]-coding | Coding | code/ + docs/dev_log.md |
/research[F]-iteration | Code Iteration | dev_log.md iteration records |
/research[G.0]-plan | Paper Planning | manuscript architecture + notebooks/figures.ipynb |
/research[G.1]-method | Method | manuscript Method section |
/research[G.2]-experiments | Experiments | manuscript Experiments section |
/research[G.3]-abstract | Abstract | manuscript Abstract |
/research[G.4]-introduction | Introduction | manuscript Introduction |
/research[G.5]-related | Related Works | manuscript Related Works |
/research[G.6]-conclusion | Conclusion + References | manuscript Conclusion |
/research[G.7]-review | Full-paper Review | review report |
docs/
idea_report.md # Research report in three parts:
# Part 1: Motivation, RQs, Key Works (Phase A)
# Part 2: Introduction, Related Works, Method (Phase B)
# Part 3: Datasets, Experiment Design, Resource Estimate (Phase C)
implementation.md # Coding guide: file- and function-level implementation plan (Phase D)
dev_log.md # Dev log: progress, decisions, "How to Run" section (Phase E)
user_requirements.md # User constraints: collected and maintained by Claude
papers/ # Downloaded paper PDFs or abstract TXTs
manuscripts/ # Paper drafts, each revision archived separately
# (e.g. v1.0-initial-draft.md, v1.1-revision.md)
code/
src/ # Core model and training code
scripts/ # Run scripts (train.sh, evaluate.sh, ablation.sh)
configs/ # Hyperparameter config files
src/models/baseline/ # Baseline implementations (interface matches main model)
notebooks/ # Visualization notebooks; paper figure/table generation
data/ # Datasets (gitignored)
results/ # Experiment results (gitignored)
logs/ # Training logs (gitignored)
README.md # Environment setup and run commands
requirements.txt # Dependencies (library names only, no torch family)
/research[B]-idea
An optional natural-language instruction may follow the command. The AI will treat it as an additional constraint or supplement for this invocation.
B-0 Compile Part 1 (directly from Phase A confirmed content — no regeneration)
B-1 Confirm technical framework (Layer 1)
B-2 Confirm detailed pipeline (Layer 2 — plain language, step-by-step)
→ Write Part 2: Related Works + Method
B-3 Verify cited content (locate supporting sentences in PDFs)
B-4 Polish Introduction (Layer 3)
B-5 Ask user whether to proceed to Phase C
Full step-by-step instructions: references/phase-B.md.
Every output in this phase begins with a confirmed-content card:
━━━━━━━━━━ Confirmed Content ━━━━━━━━━━
Research direction: {confirmed}
Primary RQ: {confirmed}
Secondary RQs: {confirmed}
Direction constraints: {user constraints}
RQ constraints: {user constraints}
Reference papers: {user-specified}
Technical framework: {confirmed framework, one sentence}
Pipeline: {confirmed pipeline, one sentence}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Only output confirmed, non-empty fields. Omit empty or unconfirmed fields entirely.
⚠️ [low confidence: reason]
and is logged in the pending-verification list.docs/papers/ extensively (see references/phase-B.md, Literature Reading Principle).references/template-flexibility.md take precedence over any
specific template instruction.After Part 2 is fully confirmed:
Phase B complete. idea_report.md Part 2 has been generated.
→ Use `/research[C]-experiment` to enter the Experiment Design phase.
references/phase-B.mdreferences/document-formats.mdreferences/template-flexibility.md