ワンクリックで
flavor
Interactive interview that customizes DRL skill files for field-specific research conventions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Interactive interview that customizes DRL skill files for field-specific research conventions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Reference for configuring, launching, and monitoring research iteration loops and analysis polish loops
Verifies the analysis pipeline runs end-to-end, outputs match expectations, and LaTeX compiles
Hands-on QA of the research analysis pipeline. Use whenever the user asks to verify the pipeline end-to-end, check output file integrity, validate table and figure generation, test data processing, or verify LaTeX compilation. Triggers on phrases like "test the pipeline", "QA the analysis", "check the outputs", "verify the tables", "run end-to-end", "does the paper compile", or any request to validate a research pipeline.
Define research question, hypotheses, methodology outline, and literature gap
Decompose a research question into cook-it-ready epic beads with methodology specifications
Comprehensive playbook for building rigorous, publication-quality research papers. Covers the full research output sequence from paper structure and statistical reporting through table formatting, figure design, LaTeX conventions, academic writing quality, and pre-submission review.
| name | Flavor |
| description | Interactive interview that customizes DRL skill files for field-specific research conventions |
Customize the DRL skill files to match a researcher's field conventions, methodology preferences, journal requirements, and citation style. Flavor edits are version-controlled and reversible.
Before editing any skill file, you MUST create a safety checkpoint.
git add .claude/skills/drl/git commit -m "checkpoint: pre-flavor skill state"git revert or git diffIf the commit fails because there are no changes, that is fine -- proceed.
Use AskUserQuestion to gather field-specific configuration. Ask about each dimension:
Search for the target journal and field conventions:
Record findings to inform skill file edits.
Read and edit the DRL skill files to incorporate field conventions.
For each skill file edit, use a write-then-rename sequence to prevent partial writes from corrupting skill files:
# 1. Read the current file
cat .claude/skills/drl/<skill>/SKILL.md
# 2. Write modified content to a temporary file
# (use Write tool or redirect to .tmp)
# Result: .claude/skills/drl/<skill>/SKILL.md.tmp
# 3. Atomically replace the original with the temp file
mv .claude/skills/drl/<skill>/SKILL.md.tmp .claude/skills/drl/<skill>/SKILL.md
If step 3 fails, the original file is untouched. If step 2 fails, there is no corruption -- only a leftover .tmp file to clean up.
Edit the following skill files in .claude/skills/drl/:
Note: The procedural skills (lit-review, decision, compile, status) are intentionally excluded from flavor customization because their workflows are field-agnostic.
For each skill file, look for and adapt:
git diff .claude/skills/drl/git add .claude/skills/drl/git commit -m "flavor: configure for <field> targeting <journal>"If the researcher wants to undo flavor customization:
git log --oneline .claude/skills/drl/git checkout <commit> -- .claude/skills/drl/<skill>/SKILL.mdBefore concluding, verify: