@brainpilot/skills 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +28 -0
- package/dist/index.js.map +1 -0
- package/package.json +35 -0
- package/skills/01_Meta-Skills/contribute-skill/SKILL.md +277 -0
- package/skills/01_Meta-Skills/contribute-skills-via-pr/SKILL.md +163 -0
- package/skills/01_Meta-Skills/paper-to-skill/SKILL.md +435 -0
- package/skills/01_Meta-Skills/paper-to-skill/references/extraction-guide.md +286 -0
- package/skills/01_Meta-Skills/paper-to-skill/references/skill-template.md +250 -0
- package/skills/01_Meta-Skills/repo-to-skill/SKILL.md +289 -0
- package/skills/01_Meta-Skills/share-case/SKILL.md +253 -0
- package/skills/01_Meta-Skills/share-usage/README.md +63 -0
- package/skills/01_Meta-Skills/share-usage/SKILL.md +395 -0
- package/skills/01_Meta-Skills/verify-skill/SKILL.md +331 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/SKILL.md +194 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/references/effect-sizes.md +352 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/references/sample-size-guide.md +407 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-statistics/SKILL.md +361 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-statistics/references/common-analyses.md +517 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-visualization/SKILL.md +292 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-visualization/references/plot-recipes.md +709 -0
- package/skills/02_Cross-Domain_Foundation/research-literacy/SKILL.md +286 -0
- package/skills/02_Cross-Domain_Foundation/research-literacy/references/common-assumptions.md +320 -0
- package/skills/02_Cross-Domain_Foundation/research-literacy/references/planning-template.md +143 -0
- package/skills/03_Cognitive_Psychology/alternative-uses-task-designer/SKILL.md +197 -0
- package/skills/03_Cognitive_Psychology/alternative-uses-task-designer/references/instruction-templates.md +60 -0
- package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/SKILL.md +246 -0
- package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/references/classic-paradigms.md +435 -0
- package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/references/design-principles.md +256 -0
- package/skills/03_Cognitive_Psychology/creativity-self-efficacy-mediation/SKILL.md +270 -0
- package/skills/03_Cognitive_Psychology/creativity-self-efficacy-mediation/references/lavaan-templates.md +172 -0
- package/skills/03_Cognitive_Psychology/divergent-thinking-scoring/SKILL.md +238 -0
- package/skills/03_Cognitive_Psychology/divergent-thinking-scoring/references/scoring-rubric.md +143 -0
- package/skills/03_Cognitive_Psychology/drift-diffusion-model/SKILL.md +203 -0
- package/skills/03_Cognitive_Psychology/drift-diffusion-model/references/fitting-guide.md +571 -0
- package/skills/03_Cognitive_Psychology/drift-diffusion-model/references/model-variants.md +427 -0
- package/skills/03_Cognitive_Psychology/evidence-accumulation-selector/SKILL.md +310 -0
- package/skills/03_Cognitive_Psychology/evidence-accumulation-selector/references/ez-diffusion-formulas.md +137 -0
- package/skills/03_Cognitive_Psychology/signal-detection-analysis/SKILL.md +300 -0
- package/skills/03_Cognitive_Psychology/signal-detection-analysis/references/application-guide.md +278 -0
- package/skills/03_Cognitive_Psychology/signal-detection-analysis/references/sdt-formulas.md +318 -0
- package/skills/03_Cognitive_Psychology/visual-search-array-generator/SKILL.md +283 -0
- package/skills/03_Cognitive_Psychology/visual-search-array-generator/references/array-generation-parameters.yaml +111 -0
- package/skills/04_Psycholinguistics/reading-time-analysis/SKILL.md +301 -0
- package/skills/04_Psycholinguistics/reading-time-analysis/references/measure-computation-guide.md +195 -0
- package/skills/04_Psycholinguistics/self-paced-reading-designer/SKILL.md +257 -0
- package/skills/04_Psycholinguistics/self-paced-reading-designer/references/analysis-guide.md +356 -0
- package/skills/04_Psycholinguistics/self-paced-reading-designer/references/region-segmentation.md +266 -0
- package/skills/04_Psycholinguistics/sentence-stimulus-norming/SKILL.md +346 -0
- package/skills/04_Psycholinguistics/sentence-stimulus-norming/references/lexical-databases-guide.md +184 -0
- package/skills/05_EEG_ERP/eeg-paradigm-designer/SKILL.md +226 -0
- package/skills/05_EEG_ERP/eeg-paradigm-designer/references/component-paradigm-map.md +276 -0
- package/skills/05_EEG_ERP/eeg-paradigm-designer/references/timing-parameters.md +244 -0
- package/skills/05_EEG_ERP/eeg-preprocessing-pipeline-guide/SKILL.md +367 -0
- package/skills/05_EEG_ERP/eeg-preprocessing-pipeline-guide/references/parameter-lookup-tables.md +138 -0
- package/skills/05_EEG_ERP/erp-analysis/SKILL.md +185 -0
- package/skills/05_EEG_ERP/erp-analysis/references/erp-components.md +447 -0
- package/skills/05_EEG_ERP/erp-analysis/references/preprocessing-pipeline.md +277 -0
- package/skills/05_EEG_ERP/erp-analysis/references/statistical-approaches.md +351 -0
- package/skills/05_EEG_ERP/mne-python-guide/SKILL.md +174 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/decoding.md +178 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/io_formats.md +160 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/preprocessing.md +259 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/simulation.md +173 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/source_localization.md +234 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/statistics.md +196 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/time_frequency.md +165 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/visualization.md +175 -0
- package/skills/06_fMRI_Neuroimaging/brain-connectivity-modeler/SKILL.md +317 -0
- package/skills/06_fMRI_Neuroimaging/brain-connectivity-modeler/references/method-implementation-guide.md +116 -0
- package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/SKILL.md +296 -0
- package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/references/design-matrix-guide.md +214 -0
- package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/references/statistical-inference.md +288 -0
- package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/SKILL.md +274 -0
- package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/references/quality-control.md +336 -0
- package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/references/step-by-step-pipeline.md +380 -0
- package/skills/06_fMRI_Neuroimaging/fmri-task-design-guide/SKILL.md +264 -0
- package/skills/06_fMRI_Neuroimaging/fmri-task-design-guide/references/design-optimization-examples.md +114 -0
- package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/SKILL.md +273 -0
- package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/references/decoding-methods.md +170 -0
- package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/references/rsa-guide.md +266 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/SKILL.md +123 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/database-subjects.md +179 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/dataset-types.md +208 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/freesurfer-fmriprep.md +162 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/mapping-transforms.md +181 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/mni-utils.md +207 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/surface-analysis.md +219 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/visualization.md +251 -0
- package/skills/07_Computational_Modeling/act-r-model-builder/SKILL.md +297 -0
- package/skills/07_Computational_Modeling/act-r-model-builder/references/model-patterns.md +197 -0
- package/skills/07_Computational_Modeling/act-r-model-builder/references/parameter-table.yaml +204 -0
- package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/SKILL.md +294 -0
- package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/references/diagnostics-checklist.md +351 -0
- package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/references/prior-selection-guide.md +241 -0
- package/skills/07_Computational_Modeling/parameter-recovery-checker/SKILL.md +269 -0
- package/skills/07_Computational_Modeling/parameter-recovery-checker/references/recovery-diagnostics.md +207 -0
- package/skills/08_Computational_Neuroscience/brain-connectivity-modeler/SKILL.md +317 -0
- package/skills/08_Computational_Neuroscience/brain-connectivity-modeler/references/method-implementation-guide.md +116 -0
- package/skills/08_Computational_Neuroscience/neural-decoding-analysis/SKILL.md +273 -0
- package/skills/08_Computational_Neuroscience/neural-decoding-analysis/references/decoding-methods.md +170 -0
- package/skills/08_Computational_Neuroscience/neural-decoding-analysis/references/rsa-guide.md +266 -0
- package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/SKILL.md +305 -0
- package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/references/data-requirements.md +60 -0
- package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/references/method-comparison.md +151 -0
- package/skills/08_Computational_Neuroscience/spiking-network-model-builder/SKILL.md +376 -0
- package/skills/08_Computational_Neuroscience/spiking-network-model-builder/references/hh-parameters.md +117 -0
- package/skills/08_Computational_Neuroscience/spiking-network-model-builder/references/network-regimes.md +130 -0
- package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/SKILL.md +258 -0
- package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/references/indicator-parameters.md +242 -0
- package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/references/pipeline-details.md +211 -0
- package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/SKILL.md +261 -0
- package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/references/opsin-catalog.md +124 -0
- package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/references/stimulation-parameters.md +304 -0
- package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/SKILL.md +367 -0
- package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/references/disconnection-guide.md +152 -0
- package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/references/vlsm-pipeline.md +182 -0
- package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/SKILL.md +250 -0
- package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/references/deficit-profiles.md +302 -0
- package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/references/test-catalog.md +304 -0
- package/skills/11_Developmental_Cognition/infant-looking-time-designer/SKILL.md +345 -0
- package/skills/11_Developmental_Cognition/infant-looking-time-designer/references/age-parameters.yaml +186 -0
- package/skills/12_Social_Cognition/tom-task-selector/SKILL.md +379 -0
- package/skills/12_Social_Cognition/tom-task-selector/references/task-database.md +317 -0
- package/skills/13_Visualization/nature-figure/README.md +442 -0
- package/skills/13_Visualization/nature-figure/SKILL.md +60 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-01-bar-charts.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-02-line-trends.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-03-heatmaps.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-04-scatter-bubble.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-05-radar-polar.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-06-distributions.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-07-forest-interval.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-08-area-stacked.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-09-image-plates.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-10-network-matrix.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_motivation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_observation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_observation_distillation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_contrastive.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_results_CEDAR.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_results_IEDB.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_schematic.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/RNAGenScape_schematic.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/figures/ablation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/figures/comparison.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/plot_ablation.py +86 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/plot_comparison.py +109 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/diffusion_swiss_roll.py +97 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/diffusion_swiss_roll.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_GeneRegulatory.pdf +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_GeneRegulatory.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_Trajectory.pdf +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_Trajectory.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/figX_comparison_Ablation.pdf +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/figX_comparison_Ablation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_Ablation.py +64 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_GeneRegulatory.py +74 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_Trajectory.py +74 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/figures/idea.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/figures/illustration.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/plot_idea.py +76 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/plot_illustration.py +404 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_FPGM/figures/freq_prior.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_FPGM/plot_freq_prior.py +146 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_ablation_Cancer.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_ablation_IEDB.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_comparison_Cancer.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_comparison_IEDB.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/plot_bars.py +216 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/raw_data.py +125 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/manifold.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/manifold_holes.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_comparison_optimization.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_comparison_speed.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_sweep.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_comparison.py +228 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_hole_manifold.py +82 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_manifold.py +61 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_sweep.py +77 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/figures/comparison_posttraining.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/figures/comparison_radar.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/plot_comparison_radar.py +173 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/plot_posttraining.py +82 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/brute_force.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/correctness_by_category.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/correctness_by_subcategory.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/rewriting.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/selfcorrection_math.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_brute_force.py +248 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_correctness_by_category.py +132 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_correctness_by_subcategory.py +131 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_rewriting.py +105 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_selfcorrection_math.py +99 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/figures/composition_heatmap.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/figures/trend_by_month.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/plot_composition.py +81 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/plot_trend.py +125 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig1-material-mechanism-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig2-spatial-imaging-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig3-in-vivo-efficacy-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig4-single-cell-systems-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig5-validation-perturbation-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/evals/evals.json +37 -0
- package/skills/13_Visualization/nature-figure/manifest.yaml +57 -0
- package/skills/13_Visualization/nature-figure/references/api.md +428 -0
- package/skills/13_Visualization/nature-figure/references/backend-selection.md +100 -0
- package/skills/13_Visualization/nature-figure/references/chart-types.md +281 -0
- package/skills/13_Visualization/nature-figure/references/common-patterns.md +350 -0
- package/skills/13_Visualization/nature-figure/references/demos.md +65 -0
- package/skills/13_Visualization/nature-figure/references/design-theory.md +436 -0
- package/skills/13_Visualization/nature-figure/references/figure-contract.md +93 -0
- package/skills/13_Visualization/nature-figure/references/nature-2026-observations.md +112 -0
- package/skills/13_Visualization/nature-figure/references/qa-contract.md +119 -0
- package/skills/13_Visualization/nature-figure/references/r-template-index.md +66 -0
- package/skills/13_Visualization/nature-figure/references/r-workflow.md +161 -0
- package/skills/13_Visualization/nature-figure/references/tutorials.md +251 -0
- package/skills/13_Visualization/nature-figure/static/core/contract.md +29 -0
- package/skills/13_Visualization/nature-figure/static/core/stance.md +37 -0
- package/skills/13_Visualization/nature-figure/static/fragments/backend/python.md +37 -0
- package/skills/13_Visualization/nature-figure/static/fragments/backend/r.md +44 -0
- package/skills/14_Writing/markdown-report-writing/SKILL.md +306 -0
- package/skills/14_Writing/markdown-report-writing/references/compatibility-matrix.md +72 -0
- package/skills/14_Writing/markdown-report-writing/references/templates.md +299 -0
- package/skills/15_Others/neuroimaging-power-guide/SKILL.md +324 -0
- package/skills/15_Others/neuroimaging-power-guide/references/effect-size-lookup-tables.md +102 -0
- package/skills/15_Others/neuroimaging-sample-size-calculator/SKILL.md +330 -0
- package/skills/15_Others/neuroimaging-sample-size-calculator/references/worked-examples.md +220 -0
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
# Research Planning Template
|
|
2
|
+
|
|
3
|
+
Use this template before beginning any analysis. Fill in each section completely. Present the completed plan to the user and wait for confirmation before proceeding.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Research Plan
|
|
8
|
+
|
|
9
|
+
### 1. Research Question
|
|
10
|
+
|
|
11
|
+
**Question**: [State the specific, testable research question in one sentence]
|
|
12
|
+
|
|
13
|
+
**Type**: [ ] Confirmatory (pre-specified hypothesis) / [ ] Exploratory (hypothesis-generating)
|
|
14
|
+
|
|
15
|
+
**PICOS Breakdown**:
|
|
16
|
+
- **Population**: [Who is being studied? Demographics, clinical status, inclusion/exclusion criteria]
|
|
17
|
+
- **Intervention/Exposure**: [What manipulation, variable, or condition is of interest?]
|
|
18
|
+
- **Comparison**: [What is the control or reference condition?]
|
|
19
|
+
- **Outcome**: [What is being measured? How is it operationalized?]
|
|
20
|
+
- **Study Design**: [Within-subjects, between-subjects, mixed, longitudinal, cross-sectional, etc.]
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
### 2. Hypotheses
|
|
25
|
+
|
|
26
|
+
**H1 (Primary hypothesis)**: [Specific, directional or non-directional prediction]
|
|
27
|
+
|
|
28
|
+
**H0 (Null hypothesis)**: [What would be true if H1 is wrong — typically no effect or no difference]
|
|
29
|
+
|
|
30
|
+
**Alternative explanations to rule out**: [List confounds, alternative mechanisms, or third-variable explanations that could produce the same pattern of results]
|
|
31
|
+
|
|
32
|
+
**Expected effect size**: [Based on prior literature or smallest effect of interest. Cite the source.] (Cohen, 1992; or domain-specific meta-analysis)
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
### 3. Method Selection
|
|
37
|
+
|
|
38
|
+
**Chosen method**: [Name the specific analysis — e.g., "2x3 mixed-effects ANOVA with Greenhouse-Geisser correction"]
|
|
39
|
+
|
|
40
|
+
**Why this method**:
|
|
41
|
+
- [Explain why this method matches the research question]
|
|
42
|
+
- [Explain why it is appropriate for the data type and design]
|
|
43
|
+
|
|
44
|
+
**Alternatives considered**:
|
|
45
|
+
| Alternative Method | Reason for Rejection |
|
|
46
|
+
|---|---|
|
|
47
|
+
| [e.g., Paired t-test] | [e.g., Design has more than two conditions] |
|
|
48
|
+
| [e.g., Non-parametric Kruskal-Wallis] | [e.g., Data are approximately normal with sufficient N] |
|
|
49
|
+
| [e.g., Bayesian mixed model] | [e.g., Frequentist approach is standard in the field and sufficient for the question] |
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
### 4. Expected Outcomes
|
|
54
|
+
|
|
55
|
+
**If H1 is supported**: [Describe the specific pattern — e.g., "A significant main effect of condition, F > critical value, p < .05, with a medium effect size (partial eta-squared > .06). Post-hoc comparisons would show that condition A > condition B > condition C."]
|
|
56
|
+
|
|
57
|
+
**If H0 is supported**: [Describe — e.g., "No significant effects, p > .05. Bayesian analysis would show BF01 > 3, providing moderate evidence for the null."]
|
|
58
|
+
|
|
59
|
+
**Ambiguous results would look like**: [Describe — e.g., "A marginally significant effect, p between .05 and .10, with a small effect size. Or a significant omnibus test but non-significant post-hoc comparisons."]
|
|
60
|
+
|
|
61
|
+
**Smallest effect of interest (SESOI)**: [State the minimum effect size that would be theoretically or practically meaningful, with justification]
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
### 5. Assumptions
|
|
66
|
+
|
|
67
|
+
| Assumption | How It Will Be Checked | Plan If Violated |
|
|
68
|
+
|---|---|---|
|
|
69
|
+
| [e.g., Normality of residuals] | [e.g., Shapiro-Wilk test, Q-Q plot] | [e.g., Use Welch's ANOVA or permutation test] |
|
|
70
|
+
| [e.g., Homogeneity of variance] | [e.g., Levene's test] | [e.g., Use Welch's correction] |
|
|
71
|
+
| [e.g., Sphericity (repeated measures)] | [e.g., Mauchly's test] | [e.g., Apply Greenhouse-Geisser correction] |
|
|
72
|
+
| [e.g., Independence of observations] | [e.g., Design review — are there nested factors?] | [e.g., Use mixed-effects model with appropriate random effects] |
|
|
73
|
+
| [e.g., No multicollinearity (regression)] | [e.g., VIF < 5] | [e.g., Remove or combine correlated predictors] |
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
### 6. Limitations
|
|
78
|
+
|
|
79
|
+
**Design limitations**:
|
|
80
|
+
- [e.g., "Convenience sample of university students limits generalizability"]
|
|
81
|
+
- [e.g., "Cross-sectional design cannot establish causation"]
|
|
82
|
+
|
|
83
|
+
**Measurement limitations**:
|
|
84
|
+
- [e.g., "Self-report measures are subject to demand characteristics"]
|
|
85
|
+
- [e.g., "EEG has limited spatial resolution"]
|
|
86
|
+
|
|
87
|
+
**Statistical limitations**:
|
|
88
|
+
- [e.g., "Sample size provides 80% power to detect d = 0.5 but may miss smaller effects"]
|
|
89
|
+
- [e.g., "Multiple comparisons across ROIs increase Type I error risk"]
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
### 7. Analysis Pipeline
|
|
94
|
+
|
|
95
|
+
Describe each step in order. For each step, note whether it involves a researcher degree of freedom.
|
|
96
|
+
|
|
97
|
+
| Step | Action | Researcher Degree of Freedom? | Justification |
|
|
98
|
+
|---|---|---|---|
|
|
99
|
+
| 1 | [e.g., Data import and quality check] | No | Standard preprocessing |
|
|
100
|
+
| 2 | [e.g., Artifact rejection: threshold = 100 uV] | Yes — threshold choice | [Cite source: Luck, 2014] |
|
|
101
|
+
| 3 | [e.g., Baseline correction: -200 to 0 ms] | Yes — window choice | [Cite source or convention] |
|
|
102
|
+
| 4 | [e.g., Compute grand averages per condition] | No | Standard |
|
|
103
|
+
| 5 | [e.g., Run ANOVA on mean amplitude in 300-500 ms window] | Yes — window choice | [Cite source for time window] |
|
|
104
|
+
| 6 | [e.g., Post-hoc pairwise comparisons with Bonferroni correction] | Yes — correction method | [Justify choice over alternatives] |
|
|
105
|
+
|
|
106
|
+
---
|
|
107
|
+
|
|
108
|
+
### 8. Decision Points Requiring User Input
|
|
109
|
+
|
|
110
|
+
List every point in the pipeline where the user must confirm before the agent proceeds.
|
|
111
|
+
|
|
112
|
+
- [ ] **Exclusion criteria**: Approve participant/trial exclusion before removing data
|
|
113
|
+
- [ ] **Assumption check results**: Review assumption test results and approve the chosen remedy (if any)
|
|
114
|
+
- [ ] **Model specification**: Confirm the final model before fitting
|
|
115
|
+
- [ ] **Multiple comparisons strategy**: Approve the correction method
|
|
116
|
+
- [ ] **Unexpected patterns**: If results are unexpected, discuss before interpreting
|
|
117
|
+
- [ ] **Post-hoc analyses**: Any exploration beyond the pre-specified plan must be approved and labeled
|
|
118
|
+
|
|
119
|
+
---
|
|
120
|
+
|
|
121
|
+
### 9. Preregistration Checklist (if confirmatory)
|
|
122
|
+
|
|
123
|
+
- [ ] Hypotheses written before data access
|
|
124
|
+
- [ ] Analysis plan specified before data access
|
|
125
|
+
- [ ] Primary outcome variable defined
|
|
126
|
+
- [ ] Sample size justified (power analysis or resource constraints documented)
|
|
127
|
+
- [ ] Exclusion criteria defined
|
|
128
|
+
- [ ] Correction for multiple comparisons specified
|
|
129
|
+
- [ ] Plan registered on a public platform (e.g., OSF, AsPredicted)
|
|
130
|
+
|
|
131
|
+
---
|
|
132
|
+
|
|
133
|
+
## Post-Analysis Checklist
|
|
134
|
+
|
|
135
|
+
After the analysis is complete, verify:
|
|
136
|
+
|
|
137
|
+
- [ ] Results compared to expected outcomes from Section 4
|
|
138
|
+
- [ ] All preregistered analyses reported (not just significant ones)
|
|
139
|
+
- [ ] Any deviations from the plan are documented and labeled
|
|
140
|
+
- [ ] Exploratory analyses are clearly separated from confirmatory analyses
|
|
141
|
+
- [ ] Effect sizes and confidence intervals reported alongside p-values
|
|
142
|
+
- [ ] Limitations from Section 6 revisited and updated if needed
|
|
143
|
+
- [ ] Raw data and analysis scripts prepared for sharing (where possible)
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "alternative-uses-task-designer"
|
|
3
|
+
description: "Domain-validated guidance for designing Alternative Uses Task (AUT) experiments measuring divergent thinking, with parameters for AI-augmented and traditional conditions"
|
|
4
|
+
domain: "cognitive-psychology"
|
|
5
|
+
version: "1.0.0"
|
|
6
|
+
papers:
|
|
7
|
+
- "Lee & Chung, 2024"
|
|
8
|
+
- "Guilford, 1967"
|
|
9
|
+
- "Wallach & Kogan, 1965"
|
|
10
|
+
- "Reiter-Palmon et al., 2019"
|
|
11
|
+
dependencies:
|
|
12
|
+
required:
|
|
13
|
+
- research-literacy
|
|
14
|
+
review_status: "ai-generated"
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# Alternative Uses Task Designer
|
|
18
|
+
|
|
19
|
+
## Purpose
|
|
20
|
+
|
|
21
|
+
This skill encodes expert methodological knowledge for designing Alternative Uses Task (AUT) experiments — the most widely used measure of divergent thinking in creativity research. It provides domain-specific parameter recommendations for stimulus selection, timing, condition design (including AI-augmented variants), online implementation, and quality control. A general-purpose programmer would not know the standard objects, timing constraints, scoring dimensions, or the critical design choices that determine whether an AUT experiment yields valid creativity data.
|
|
22
|
+
|
|
23
|
+
## When to Use This Skill
|
|
24
|
+
|
|
25
|
+
- Designing a study measuring divergent thinking or creative ideation
|
|
26
|
+
- Setting up an AUT experiment with AI-assisted conditions (e.g., ChatGPT, web search)
|
|
27
|
+
- Choosing appropriate objects, timing, and instructions for an AUT
|
|
28
|
+
- Adapting the AUT for online administration (MTurk, Prolific, Qualtrics)
|
|
29
|
+
- Planning attention checks and exclusion criteria for creativity studies
|
|
30
|
+
|
|
31
|
+
## Research Planning Protocol
|
|
32
|
+
|
|
33
|
+
Before executing the domain-specific steps below, you MUST:
|
|
34
|
+
|
|
35
|
+
1. **State the research question** — What specific question is this AUT study addressing?
|
|
36
|
+
2. **Justify the method choice** — Why AUT (not RAT, CAT, or other creativity tasks)? What alternatives were considered?
|
|
37
|
+
3. **Declare expected outcomes** — What pattern of results would support vs. refute the hypothesis?
|
|
38
|
+
4. **Note assumptions and limitations** — What does AUT assume about creativity? Where could it mislead?
|
|
39
|
+
5. **Present the plan to the user and WAIT for confirmation** before proceeding.
|
|
40
|
+
|
|
41
|
+
For detailed methodology guidance, see the `research-literacy` skill.
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
## ⚠️ Verification Notice
|
|
45
|
+
|
|
46
|
+
This skill was generated by AI from academic literature. All parameters, thresholds, and citations require independent verification before use in research. If you find errors, please [open an issue](https://github.com/HaoxuanLiTHUAI/awesome_cognitive_and_neuroscience_skills/issues).
|
|
47
|
+
|
|
48
|
+
## AUT Overview
|
|
49
|
+
|
|
50
|
+
The Alternative Uses Task (Guilford, 1967) asks participants to generate as many unusual uses as possible for a common everyday object within a fixed time limit. It is the standard measure of **divergent thinking** — the ability to generate multiple, varied, and novel ideas.
|
|
51
|
+
|
|
52
|
+
### Core Parameters
|
|
53
|
+
|
|
54
|
+
| Parameter | Default | Source |
|
|
55
|
+
|-----------|---------|--------|
|
|
56
|
+
| Time limit | **5 minutes** per object | Lee & Chung, 2024; Reiter-Palmon et al., 2019 |
|
|
57
|
+
| Number of objects | **1-3** per session | Silvia et al., 2008 |
|
|
58
|
+
| Response format | Open-ended text, one use per line | Reiter-Palmon et al., 2019 |
|
|
59
|
+
| Instructions emphasis | "unusual, creative, uncommon" uses | Guilford, 1967; Wallach & Kogan, 1965 |
|
|
60
|
+
|
|
61
|
+
### Standard Objects
|
|
62
|
+
|
|
63
|
+
Objects should be **concrete, familiar, and have many conventional uses** so that departing from typical uses requires genuine creative thinking.
|
|
64
|
+
|
|
65
|
+
| Object | Commonly Used In | Source |
|
|
66
|
+
|--------|-----------------|--------|
|
|
67
|
+
| Brick | Most widely validated | Guilford, 1967 |
|
|
68
|
+
| Paperclip | Classic Guilford item | Guilford, 1967 |
|
|
69
|
+
| Newspaper | Used in Lee & Chung, 2024 | Lee & Chung, 2024 |
|
|
70
|
+
| Cardboard box | Common alternative | Silvia et al., 2008 |
|
|
71
|
+
| Tin can | Common alternative | Wallach & Kogan, 1965 |
|
|
72
|
+
| Shoe | Frequently used | Reiter-Palmon et al., 2019 |
|
|
73
|
+
|
|
74
|
+
> **Avoid**: Objects that are already unusual (e.g., "kaleidoscope") or that have very few conventional uses (e.g., "toothpick"). The task requires a clear baseline of common uses to depart from.
|
|
75
|
+
|
|
76
|
+
## Condition Design
|
|
77
|
+
|
|
78
|
+
### Standard Conditions (Creativity Research)
|
|
79
|
+
|
|
80
|
+
```
|
|
81
|
+
Is the study examining AI's impact on creativity?
|
|
82
|
+
|
|
|
83
|
+
+-- YES --> Include at minimum:
|
|
84
|
+
| 1. AI-assisted condition (e.g., ChatGPT access)
|
|
85
|
+
| 2. No-assistance control
|
|
86
|
+
| 3. [Recommended] Web search control (Lee & Chung, 2024, Exp 2A/2B)
|
|
87
|
+
|
|
|
88
|
+
+-- NO --> Standard AUT with:
|
|
89
|
+
1. Experimental manipulation (priming, mood, instructions)
|
|
90
|
+
2. Control condition (neutral or baseline)
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
### AI-Augmented Design (Lee & Chung, 2024)
|
|
94
|
+
|
|
95
|
+
For studying AI's impact on creativity:
|
|
96
|
+
|
|
97
|
+
| Condition | Participant Instructions | Implementation |
|
|
98
|
+
|-----------|------------------------|----------------|
|
|
99
|
+
| **ChatGPT** | "You may use ChatGPT to assist you" | Embed ChatGPT in new browser tab; record interaction logs |
|
|
100
|
+
| **Web Search** | "You may use web search to assist you" | Allow Google/Bing access; record search queries |
|
|
101
|
+
| **No Assistance** | "Complete the task on your own" | Disable external tool access |
|
|
102
|
+
|
|
103
|
+
**Critical design decisions**:
|
|
104
|
+
|
|
105
|
+
- **Between-subjects** assignment to conditions (Lee & Chung, 2024) — avoids carryover effects
|
|
106
|
+
- **Random assignment** via survey platform (Qualtrics randomizer)
|
|
107
|
+
- **Cover story**: Frame as "idea generation study," not "creativity study" to reduce demand characteristics
|
|
108
|
+
- **Manipulation check**: Ask participants whether they used the assigned tool
|
|
109
|
+
|
|
110
|
+
## Online Implementation
|
|
111
|
+
|
|
112
|
+
### Platform Specifications
|
|
113
|
+
|
|
114
|
+
| Parameter | Recommendation | Source |
|
|
115
|
+
|-----------|---------------|--------|
|
|
116
|
+
| Platform | Qualtrics (survey) + MTurk/Prolific (recruitment) | Lee & Chung, 2024 |
|
|
117
|
+
| Sample size per condition | **100-200** for between-subjects AUT | Lee & Chung, 2024 (N=256 in Exp 2B) |
|
|
118
|
+
| Compensation | Prolific minimum + bonus for completion | Lee & Chung, 2024 |
|
|
119
|
+
| Estimated duration | **15-25 minutes** total session | Lee & Chung, 2024 |
|
|
120
|
+
|
|
121
|
+
### Attention and Quality Checks
|
|
122
|
+
|
|
123
|
+
1. **Attention check questions** — Embed 1-2 instructed-response items (e.g., "Please select 'Strongly Agree' for this item") (Oppenheimer et al., 2009)
|
|
124
|
+
2. **Seriousness check** — Post-task: "Did you take this study seriously?" (Lee & Chung, 2024)
|
|
125
|
+
3. **Gibberish detection** — Flag responses that are incoherent or clearly auto-generated
|
|
126
|
+
4. **Minimum response threshold** — Exclude participants with **<2 responses** (indicates disengagement)
|
|
127
|
+
5. **Duplicate detection** — Check for repeated responses within a participant
|
|
128
|
+
6. **Bot detection** — reCAPTCHA or honeypot fields; check completion time (exclude if <3 minutes)
|
|
129
|
+
|
|
130
|
+
### Exclusion Criteria (Lee & Chung, 2024)
|
|
131
|
+
|
|
132
|
+
- Failed attention check: **exclude**
|
|
133
|
+
- Self-reported not taking study seriously: **exclude**
|
|
134
|
+
- Completion time <3 minutes or >60 minutes: **flag for review**
|
|
135
|
+
- Fewer than 2 responses on AUT: **exclude**
|
|
136
|
+
- Non-native speakers (if language fluency is critical): **exclude or control for**
|
|
137
|
+
|
|
138
|
+
## Additional Measures
|
|
139
|
+
|
|
140
|
+
### Baseline Creativity
|
|
141
|
+
|
|
142
|
+
| Measure | Items | Duration | What It Captures | Source |
|
|
143
|
+
|---------|-------|----------|-----------------|--------|
|
|
144
|
+
| **RAT** (Remote Associates Test) | **15 items** | ~5 min | Convergent thinking | Mednick, 1962; Lee & Chung, 2024 |
|
|
145
|
+
| **Creative Achievement Questionnaire** | 10 domains | ~5 min | Real-world creative accomplishment | Carson et al., 2005 |
|
|
146
|
+
| **Creative Self-Efficacy Scale** | 3 items, 5-point Likert | <1 min | Belief in own creative ability | Tierney & Farmer, 2002 |
|
|
147
|
+
|
|
148
|
+
### Mediators / Moderators (Lee & Chung, 2024)
|
|
149
|
+
|
|
150
|
+
- **Creative self-efficacy** — 3-item scale (Tierney & Farmer, 2002): "I have confidence in my ability to solve problems creatively," "I feel that I am good at generating novel ideas," "I have a knack for further developing the ideas of others." 5-point Likert (1 = strongly disagree to 5 = strongly agree)
|
|
151
|
+
- **Task engagement** — Self-report items on effort and involvement
|
|
152
|
+
- **AI reliance** — Whether and how extensively participants used the AI tool
|
|
153
|
+
|
|
154
|
+
## Common Pitfalls
|
|
155
|
+
|
|
156
|
+
1. **Using "creative" in instructions without care**: Telling participants to "be creative" changes the scoring profile — it increases originality but may decrease fluency. Decide a priori and keep consistent across conditions (Nusbaum et al., 2014).
|
|
157
|
+
|
|
158
|
+
2. **Confounding fluency with originality**: Participants who generate more ideas statistically have a higher chance of producing rare ideas. Either control for fluency when analyzing originality, or use ratio-based measures (Silvia et al., 2008).
|
|
159
|
+
|
|
160
|
+
3. **Not controlling for AI-generated text**: In AI-augmented conditions, participants may copy-paste AI outputs. Record interaction logs and code whether responses are self-generated, AI-assisted, or directly copied (Lee & Chung, 2024).
|
|
161
|
+
|
|
162
|
+
4. **Ignoring the web search control**: Comparing ChatGPT only to no-assistance confounds AI-specific effects with general information access effects. Include a web search condition as active control (Lee & Chung, 2024, Exp 2A/2B).
|
|
163
|
+
|
|
164
|
+
5. **Insufficient sample size for between-subjects**: AUT effect sizes for condition differences are typically small-to-medium (d ≈ 0.3-0.5). Plan for N ≥ 100 per condition (Lee & Chung, 2024).
|
|
165
|
+
|
|
166
|
+
6. **Administering multiple objects sequentially without counterbalancing**: Practice effects and fatigue can confound results. Counterbalance object order across participants (Reiter-Palmon et al., 2019).
|
|
167
|
+
|
|
168
|
+
## Minimum Reporting Checklist
|
|
169
|
+
|
|
170
|
+
Based on Lee & Chung (2024) and Reiter-Palmon et al. (2019):
|
|
171
|
+
|
|
172
|
+
- [ ] Object(s) used and rationale for selection
|
|
173
|
+
- [ ] Time limit per object
|
|
174
|
+
- [ ] Exact wording of instructions (verbatim or cited)
|
|
175
|
+
- [ ] Condition descriptions and assignment method (random, counterbalanced)
|
|
176
|
+
- [ ] Sample size per condition with power justification
|
|
177
|
+
- [ ] Platform and recruitment source (MTurk, Prolific, lab)
|
|
178
|
+
- [ ] Attention check and exclusion criteria with exclusion counts
|
|
179
|
+
- [ ] For AI conditions: AI model and version, access method, interaction logging
|
|
180
|
+
- [ ] Scoring method used (fluency, flexibility, originality, semantic distance) — see `divergent-thinking-scoring` skill
|
|
181
|
+
- [ ] Inter-rater reliability for subjective scores (ICC or Cohen's kappa)
|
|
182
|
+
- [ ] Pre-registration status and link
|
|
183
|
+
|
|
184
|
+
## References
|
|
185
|
+
|
|
186
|
+
- Carson, S. H., Peterson, J. B., & Higgins, D. M. (2005). Reliability, validity, and factor structure of the Creative Achievement Questionnaire. *Creativity Research Journal*, 17(1), 37-50.
|
|
187
|
+
- Guilford, J. P. (1967). *The nature of human intelligence*. McGraw-Hill.
|
|
188
|
+
- Lee, B. C., & Chung, J. (2024). An empirical investigation of the impact of ChatGPT on creativity. *Nature Human Behaviour*. https://doi.org/10.1038/s41562-024-01953-1
|
|
189
|
+
- Mednick, S. A. (1962). The associative basis of the creative process. *Psychological Review*, 69(3), 220-232.
|
|
190
|
+
- Nusbaum, E. C., Silvia, P. J., & Beaty, R. E. (2014). Ready, set, create: What instructing people to "be creative" reveals about the meaning and mechanisms of divergent thinking. *Psychology of Aesthetics, Creativity, and the Arts*, 8(4), 423-432.
|
|
191
|
+
- Oppenheimer, D. M., Meyvis, T., & Davidenko, N. (2009). Instructional manipulation checks. *Journal of Experimental Social Psychology*, 45(4), 867-872.
|
|
192
|
+
- Reiter-Palmon, R., Forthmann, B., & Barbot, B. (2019). Scoring divergent thinking tests: A review and systematic framework. *Psychology of Aesthetics, Creativity, and the Arts*, 13(2), 144-152.
|
|
193
|
+
- Silvia, P. J., Winterstein, B. P., Willse, J. T., et al. (2008). Assessing creativity with divergent thinking tasks: Exploring the reliability and validity of new subjective scoring methods. *Psychology of Aesthetics, Creativity, and the Arts*, 2(2), 68-85.
|
|
194
|
+
- Tierney, P., & Farmer, S. M. (2002). Creative self-efficacy: Its potential antecedents and relationship to creative performance. *Academy of Management Journal*, 45(6), 1137-1148.
|
|
195
|
+
- Wallach, M. A., & Kogan, N. (1965). *Modes of thinking in young children*. Holt, Rinehart and Winston.
|
|
196
|
+
|
|
197
|
+
See `references/` for detailed instruction templates and object selection guide.
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# AUT Instruction Templates
|
|
2
|
+
|
|
3
|
+
## Standard AUT Instructions (Guilford, 1967; adapted by Lee & Chung, 2024)
|
|
4
|
+
|
|
5
|
+
### No-Assistance Condition
|
|
6
|
+
|
|
7
|
+
> In this task, you will be given the name of a common everyday object. Your job is to think of as many **unusual, creative, and uncommon** uses for this object as you can. Try to think of uses that most people would NOT think of.
|
|
8
|
+
>
|
|
9
|
+
> You have **5 minutes** to list as many uses as you can. Please enter one use per line.
|
|
10
|
+
>
|
|
11
|
+
> Remember: We are looking for **creative and unusual** uses, not typical everyday uses.
|
|
12
|
+
>
|
|
13
|
+
> The object is: **[OBJECT]**
|
|
14
|
+
|
|
15
|
+
### ChatGPT-Assisted Condition (Lee & Chung, 2024)
|
|
16
|
+
|
|
17
|
+
> In this task, you will be given the name of a common everyday object. Your job is to think of as many **unusual, creative, and uncommon** uses for this object as you can. Try to think of uses that most people would NOT think of.
|
|
18
|
+
>
|
|
19
|
+
> You may use **ChatGPT** to help you generate ideas. A ChatGPT window is available in a new tab. You can interact with it as much as you like during the task.
|
|
20
|
+
>
|
|
21
|
+
> You have **5 minutes** to list as many uses as you can. Please enter one use per line.
|
|
22
|
+
>
|
|
23
|
+
> The object is: **[OBJECT]**
|
|
24
|
+
|
|
25
|
+
### Web Search Condition (Lee & Chung, 2024)
|
|
26
|
+
|
|
27
|
+
> In this task, you will be given the name of a common everyday object. Your job is to think of as many **unusual, creative, and uncommon** uses for this object as you can. Try to think of uses that most people would NOT think of.
|
|
28
|
+
>
|
|
29
|
+
> You may use **web search** (Google, Bing, etc.) to help you find ideas. You can search as much as you like during the task.
|
|
30
|
+
>
|
|
31
|
+
> You have **5 minutes** to list as many uses as you can. Please enter one use per line.
|
|
32
|
+
>
|
|
33
|
+
> The object is: **[OBJECT]**
|
|
34
|
+
|
|
35
|
+
## Object Selection Guide
|
|
36
|
+
|
|
37
|
+
### Recommended Objects by Validation Status
|
|
38
|
+
|
|
39
|
+
| Tier | Objects | Notes |
|
|
40
|
+
|------|---------|-------|
|
|
41
|
+
| **Tier 1** (most validated) | Brick, Paperclip, Newspaper | Used in hundreds of studies; largest normative datasets |
|
|
42
|
+
| **Tier 2** (well validated) | Cardboard box, Tin can, Shoe, Towel | Common in published research; adequate norms |
|
|
43
|
+
| **Tier 3** (less validated) | Fork, Pencil, Rubber band, Blanket | Used occasionally; limited normative data |
|
|
44
|
+
|
|
45
|
+
### Selection Criteria
|
|
46
|
+
|
|
47
|
+
1. **Familiarity**: All participants should know the object and its conventional uses
|
|
48
|
+
2. **Affordance richness**: The object should have multiple physical properties (shape, material, size) that afford diverse uses
|
|
49
|
+
3. **Cultural neutrality**: Avoid objects with strong cultural associations that differ across populations
|
|
50
|
+
4. **Concrete**: Abstract or complex objects (e.g., "computer") generate qualitatively different responses
|
|
51
|
+
|
|
52
|
+
### Number of Objects Per Session
|
|
53
|
+
|
|
54
|
+
| Design | Recommendation | Rationale |
|
|
55
|
+
|--------|---------------|-----------|
|
|
56
|
+
| Single-object | 1 object, 5 min | Simplest; most common in online studies |
|
|
57
|
+
| Multi-object | 2-3 objects, 5 min each | Better reliability; controls for object-specific effects |
|
|
58
|
+
| Brief screening | 1 object, 2-3 min | For studies where AUT is a secondary measure |
|
|
59
|
+
|
|
60
|
+
> **Note**: If using multiple objects, counterbalance presentation order across participants using a Latin square design (Reiter-Palmon et al., 2019).
|
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "cognitive-paradigm-design"
|
|
3
|
+
description: "Expert guidance for selecting and parameterizing cognitive psychology experimental paradigms based on research questions"
|
|
4
|
+
domain: "cognitive-experimental-methods"
|
|
5
|
+
version: "1.0.0"
|
|
6
|
+
papers:
|
|
7
|
+
- "Goldstein, 2019, Cognitive Psychology (5th ed.)"
|
|
8
|
+
- "Morling, 2021, Research Methods in Psychology (4th ed.)"
|
|
9
|
+
- "Luck, 2014, An Introduction to the Event-Related Potential Technique (2nd ed.)"
|
|
10
|
+
- "Macmillan & Creelman, 2005, Detection Theory (2nd ed.)"
|
|
11
|
+
dependencies:
|
|
12
|
+
required:
|
|
13
|
+
- research-literacy
|
|
14
|
+
review_status: "ai-generated"
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# Cognitive Paradigm Design Skill
|
|
18
|
+
|
|
19
|
+
This skill helps researchers select appropriate experimental paradigms for cognitive psychology research questions, configure their parameters with cited defaults, and design proper controls. It encodes methodological knowledge from the cognitive experimental literature that a non-specialist would not know.
|
|
20
|
+
|
|
21
|
+
For detailed paradigm parameters, see `references/classic-paradigms.md`.
|
|
22
|
+
For design methodology, see `references/design-principles.md`.
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## Research Planning Protocol
|
|
27
|
+
|
|
28
|
+
Before executing the domain-specific steps below, you MUST:
|
|
29
|
+
|
|
30
|
+
1. **State the research question** — What specific cognitive process or phenomenon is being investigated?
|
|
31
|
+
2. **Justify the method choice** — Why an experimental paradigm (not survey, corpus, modeling)? What alternatives were considered?
|
|
32
|
+
3. **Declare expected outcomes** — What pattern of results would support vs. refute the hypothesis?
|
|
33
|
+
4. **Note assumptions and limitations** — What does this paradigm assume? Where could it mislead?
|
|
34
|
+
5. **Present the plan to the user and WAIT for confirmation** before proceeding.
|
|
35
|
+
|
|
36
|
+
For detailed methodology guidance, see the `research-literacy` skill.
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## ⚠️ Verification Notice
|
|
40
|
+
|
|
41
|
+
This skill was generated by AI from academic literature. All parameters, thresholds, and citations require independent verification before use in research. If you find errors, please [open an issue](https://github.com/HaoxuanLiTHUAI/awesome_cognitive_and_neuroscience_skills/issues).
|
|
42
|
+
|
|
43
|
+
## Core Workflow
|
|
44
|
+
|
|
45
|
+
When given a research question, follow this sequence:
|
|
46
|
+
|
|
47
|
+
### Step 1: Identify the Cognitive Construct
|
|
48
|
+
|
|
49
|
+
Map the research question to one or more core cognitive domains:
|
|
50
|
+
|
|
51
|
+
| Domain | Core Constructs | Example Research Questions |
|
|
52
|
+
|---|---|---|
|
|
53
|
+
| **Attention** | Selective attention, spatial orienting, temporal attention, attentional capture | "Does emotion capture attention automatically?" |
|
|
54
|
+
| **Memory** | Encoding, retrieval, WM capacity, false memory, recognition vs. recall | "Do older adults show increased false memory?" |
|
|
55
|
+
| **Decision Making** | Risk, reward learning, impulsivity, perceptual decisions | "Are substance users more impulsive in intertemporal choice?" |
|
|
56
|
+
| **Perception** | Thresholds, masking, awareness, object recognition | "What is the contrast threshold for face detection?" |
|
|
57
|
+
| **Language** | Lexical access, sentence parsing, semantic processing | "Does syntactic complexity slow reading at the verb?" |
|
|
58
|
+
| **Executive Function** | Inhibition, task switching, updating, cognitive flexibility | "Is SSRT longer in ADHD children?" |
|
|
59
|
+
|
|
60
|
+
### Step 2: Select a Paradigm
|
|
61
|
+
|
|
62
|
+
Use this decision tree to narrow paradigm choices:
|
|
63
|
+
|
|
64
|
+
**Attention:**
|
|
65
|
+
- Conflict/interference between dimensions -> **Stroop task** or **Flanker task**
|
|
66
|
+
- If response-level conflict is key -> **Flanker** (separates search from conflict)
|
|
67
|
+
- If word-reading automaticity is key -> **Stroop**
|
|
68
|
+
- Spatial orienting -> **Posner cueing**
|
|
69
|
+
- Exogenous (reflexive) vs. endogenous (voluntary) -> vary cue type and SOA
|
|
70
|
+
- Search efficiency / feature binding -> **Visual search**
|
|
71
|
+
- Temporal limits of attention -> **Attentional blink**
|
|
72
|
+
|
|
73
|
+
**Memory:**
|
|
74
|
+
- STM scanning speed -> **Sternberg task**
|
|
75
|
+
- False memory production -> **DRM paradigm**
|
|
76
|
+
- Recollection vs. familiarity -> **Remember-Know**
|
|
77
|
+
- VWM capacity -> **Change detection**
|
|
78
|
+
- Serial position effects -> **Serial position curve**
|
|
79
|
+
|
|
80
|
+
**Decision Making:**
|
|
81
|
+
- Decision making under ambiguity with learning -> **Iowa Gambling Task**
|
|
82
|
+
- Impulsivity / temporal discounting -> **Delay discounting**
|
|
83
|
+
- Sensitivity vs. bias decomposition -> **Signal Detection Theory** (Yes/No or 2AFC)
|
|
84
|
+
- Perceptual/cognitive discrimination -> **2AFC**
|
|
85
|
+
|
|
86
|
+
**Perception:**
|
|
87
|
+
- Threshold estimation -> **Psychophysical staircase** (1-up/2-down or QUEST)
|
|
88
|
+
- Few trials available -> **QUEST** (converges in ~30-50 trials; Watson & Pelli, 1983)
|
|
89
|
+
- Simple implementation needed -> **1-up/2-down** (converges in ~50-80 trials; Levitt, 1971)
|
|
90
|
+
- Subliminal processing / visibility control -> **Masking paradigms**
|
|
91
|
+
- Vary visibility continuously -> **backward masking** (SOA manipulation)
|
|
92
|
+
- Prevent conscious identification -> **sandwich masking** (forward + backward)
|
|
93
|
+
|
|
94
|
+
**Language:**
|
|
95
|
+
- Single-word recognition / lexical access -> **Lexical decision**
|
|
96
|
+
- Spreading activation / semantic networks -> **Priming** (with lexical decision or naming)
|
|
97
|
+
- Incremental sentence comprehension -> **Self-paced reading** or **eye-tracking**
|
|
98
|
+
- Budget-friendly, no specialized equipment -> **Self-paced reading**
|
|
99
|
+
- Maximum ecological validity and rich temporal data -> **Eye-tracking**
|
|
100
|
+
|
|
101
|
+
**Executive Function:**
|
|
102
|
+
- Simple response inhibition (withholding) -> **Go/No-Go**
|
|
103
|
+
- Action cancellation (stopping initiated response) -> **Stop-signal task**
|
|
104
|
+
- Need a latent measure of inhibition speed -> **Stop-signal** (yields SSRT)
|
|
105
|
+
- Cognitive flexibility / set shifting -> **Task switching**
|
|
106
|
+
- Working memory updating under continuous load -> **N-back**
|
|
107
|
+
|
|
108
|
+
### Step 3: Configure Parameters
|
|
109
|
+
|
|
110
|
+
For each selected paradigm, consult `references/classic-paradigms.md` for the full parameter reference. Apply these general rules:
|
|
111
|
+
|
|
112
|
+
#### Timing Parameters
|
|
113
|
+
|
|
114
|
+
| Parameter | Default | Adjustment Rule |
|
|
115
|
+
|---|---|---|
|
|
116
|
+
| **Stimulus duration** | Until response (RT tasks) or 100-500 ms (brief presentation) | Shorten for masking or iconic memory studies; lengthen for patient populations |
|
|
117
|
+
| **ISI / ITI** | 1000-2000 ms | Increase to 2000-3000 ms for EEG (to separate ERPs); increase for fMRI (jittered 2-8 s for HRF deconvolution) |
|
|
118
|
+
| **SOA** | Paradigm-specific (see reference) | Short SOA (<300 ms): automatic processes; Long SOA (>500 ms): strategic/controlled processes (Neely, 1977) |
|
|
119
|
+
| **Response deadline** | 1500-2000 ms for RT tasks | Tighten for speed-emphasis; loosen for accuracy-emphasis or elderly/clinical samples |
|
|
120
|
+
|
|
121
|
+
#### Trial Counts
|
|
122
|
+
|
|
123
|
+
| Scenario | Minimum Trials per Condition | Rationale |
|
|
124
|
+
|---|---|---|
|
|
125
|
+
| Large effect (d > 0.8) | **40-60** | Stroop, Flanker, AB (Hedge et al., 2018) |
|
|
126
|
+
| Medium effect (d ~ 0.5) | **60-100** | Priming, switching, search slopes (McNamara, 2005; Monsell, 2003) |
|
|
127
|
+
| Small effect (d ~ 0.3) | **100-200** | Subtle manipulations, individual differences (Baker et al., 2021) |
|
|
128
|
+
| SDT measures (d', c) | **100+ total** (50+ signal, 50+ noise) | Macmillan & Creelman (2005) |
|
|
129
|
+
| Reliability-critical (SSRT, K) | **160-200 total** | Verbruggen et al. (2019); Rouder et al. (2011) |
|
|
130
|
+
|
|
131
|
+
#### Proportion Manipulations
|
|
132
|
+
|
|
133
|
+
- **Congruency proportion** (Stroop, Flanker): **50/50** is the unbiased standard. Deviating introduces list-wide proportion congruency effects that modulate conflict (Logan & Zbrodoff, 1979; Bugg & Crump, 2012). Only deviate if proportion effects are the research question.
|
|
134
|
+
- **Cue validity** (Posner): **80% valid** for endogenous orienting (Posner, 1980); **50%** (uninformative) for pure exogenous effects.
|
|
135
|
+
- **Stop-signal proportion**: **25%** is standard. Higher rates induce proactive slowing (Verbruggen et al., 2019).
|
|
136
|
+
- **Target prevalence** (search, detection): **50%** unless studying prevalence effects (Wolfe et al., 2005).
|
|
137
|
+
- **Relatedness proportion** (priming): Keep at **~25-50%** to minimize strategic expectancy; lower RP isolates automatic priming (Neely et al., 1989).
|
|
138
|
+
|
|
139
|
+
### Step 4: Design Controls
|
|
140
|
+
|
|
141
|
+
Apply these control procedures:
|
|
142
|
+
|
|
143
|
+
#### 4.1 Condition Assignment
|
|
144
|
+
|
|
145
|
+
- **Within-subjects preferred** for most cognitive paradigms (maximizes power by eliminating between-subject variance; Maxwell & Delaney, 2004)
|
|
146
|
+
- **Between-subjects required** when conditions produce carry-over (e.g., training studies, deception manipulations, proportion manipulations)
|
|
147
|
+
- See `references/design-principles.md`, Section 1 for the full decision framework
|
|
148
|
+
|
|
149
|
+
#### 4.2 Counterbalancing
|
|
150
|
+
|
|
151
|
+
- **2-3 conditions**: Full counterbalancing (all k! orders)
|
|
152
|
+
- **4+ conditions**: Balanced Latin Square (Williams, 1949); ensures each condition precedes every other condition equally often
|
|
153
|
+
- **Always counterbalance**: Stimulus-response mappings, response hand assignments
|
|
154
|
+
- **Pseudo-randomize within blocks**: No more than 3-4 consecutive same-condition trials; equal condition transitions (see `references/design-principles.md`, Section 5.4)
|
|
155
|
+
|
|
156
|
+
#### 4.3 Practice Trials
|
|
157
|
+
|
|
158
|
+
- **Simple RT tasks**: **10-20 practice trials** (Luce, 1986)
|
|
159
|
+
- **Complex tasks** (task switching, N-back): **20-40 practice trials** with feedback
|
|
160
|
+
- **Adaptive tasks** (staircase): **50-100 familiarization trials** before data collection (Watson & Pelli, 1983)
|
|
161
|
+
- Require **>80% accuracy** in practice before advancing
|
|
162
|
+
- Use **different stimuli** from experimental trials
|
|
163
|
+
|
|
164
|
+
#### 4.4 Catch Trials and Comprehension Checks
|
|
165
|
+
|
|
166
|
+
- **Detection tasks**: Include **10-20%** no-target catch trials (Posner, 1980)
|
|
167
|
+
- **Reading tasks**: Comprehension probes after **30-50%** of sentences (Just et al., 1982)
|
|
168
|
+
- **Masked priming**: Post-experiment visibility check or **5-10%** awareness probes (Forster & Davis, 1984)
|
|
169
|
+
|
|
170
|
+
### Step 5: Specify Dependent Variables and Analysis
|
|
171
|
+
|
|
172
|
+
#### Primary DVs by Paradigm Type
|
|
173
|
+
|
|
174
|
+
| Paradigm Type | Primary DV | Analysis Notes |
|
|
175
|
+
|---|---|---|
|
|
176
|
+
| Speeded RT tasks | **RT (ms)** + **accuracy (%)** | Always report both. Apply RT trimming: remove anticipatory (<200 ms) and slow (>2.5 SD or >2000 ms) responses. Analyze only correct trials for RT. |
|
|
177
|
+
| Accuracy-focused tasks | **Proportion correct** or **d'** | Use SDT when signal/noise distinction applies (Macmillan & Creelman, 2005) |
|
|
178
|
+
| Memory tasks | **Hit rate, false alarm rate, d', K** | Cowan's K for change detection; d' for recognition |
|
|
179
|
+
| Adaptive threshold | **Threshold estimate** | Average last 6-8 reversals (staircase); maximum-likelihood estimate (QUEST) |
|
|
180
|
+
| Learning/decision tasks | **Block-by-block performance** | IGT: (C+D)-(A+B) per block of 20; Delay discounting: indifference points per delay |
|
|
181
|
+
|
|
182
|
+
#### Recommended Statistical Approaches
|
|
183
|
+
|
|
184
|
+
- **Repeated-measures ANOVA**: Standard for factorial designs; check sphericity (Girden, 1992)
|
|
185
|
+
- **Linear mixed-effects models**: Preferred for unbalanced designs, missing data, item-level analysis; include random intercepts for subjects and items ("by-subject and by-item" approach; Baayen et al., 2008)
|
|
186
|
+
- **Bayesian analysis**: Report Bayes factors for key comparisons when sample size is limited or null effects are informative (Rouder et al., 2009)
|
|
187
|
+
- **Drift-diffusion modeling**: For decomposing RT and accuracy into drift rate, boundary separation, and non-decision time (Ratcliff & McKoon, 2008)
|
|
188
|
+
|
|
189
|
+
---
|
|
190
|
+
|
|
191
|
+
## Quick Reference: Paradigm Selection Matrix
|
|
192
|
+
|
|
193
|
+
| Research Question Type | First-Choice Paradigm | Alternative |
|
|
194
|
+
|---|---|---|
|
|
195
|
+
| Does X capture attention? | Posner cueing / Visual search | Dot-probe task |
|
|
196
|
+
| Does X interfere with processing? | Stroop / Flanker | Simon task |
|
|
197
|
+
| What is VWM capacity for X? | Change detection | Continuous report |
|
|
198
|
+
| Does X cause false memories? | DRM paradigm | Misinformation paradigm |
|
|
199
|
+
| Is recognition based on recollection or familiarity? | Remember-Know | ROC analysis |
|
|
200
|
+
| Does X affect inhibitory control? | Stop-signal (SSRT) | Go/No-Go |
|
|
201
|
+
| Does X modulate cognitive flexibility? | Task switching | Wisconsin Card Sorting |
|
|
202
|
+
| Is X processed without awareness? | Backward masking + priming | Continuous flash suppression |
|
|
203
|
+
| What is the perceptual threshold for X? | QUEST / Staircase + 2AFC | Method of constant stimuli |
|
|
204
|
+
| Does X affect reading? | Self-paced reading / Eye-tracking | ERP (N400, P600) |
|
|
205
|
+
| Does X prime Y? | Semantic priming + LDT | Cross-modal priming |
|
|
206
|
+
| Is X related to impulsivity? | Delay discounting | Stop-signal |
|
|
207
|
+
| Does X affect decision making under risk? | Iowa Gambling Task | Balloon Analogue Risk Task |
|
|
208
|
+
| Does X affect WM updating? | N-back | Operation span |
|
|
209
|
+
|
|
210
|
+
---
|
|
211
|
+
|
|
212
|
+
## Domain-Specific Warnings
|
|
213
|
+
|
|
214
|
+
These are non-obvious pitfalls that require domain expertise:
|
|
215
|
+
|
|
216
|
+
1. **Stroop**: Using fewer than 4 color-response mappings introduces item-specific contingency learning that mimics Stroop effects but is not conflict-based (Schmidt & Besner, 2008). Always use >= 4 colors.
|
|
217
|
+
|
|
218
|
+
2. **Stop-signal**: Never estimate SSRT from mean Go RT alone. The integration method accounts for the Go RT distribution shape. Failed-stop RTs must be faster than Go RTs (independence assumption check; Logan & Cowan, 1984). Use the consensus guide (Verbruggen et al., 2019).
|
|
219
|
+
|
|
220
|
+
3. **Attentional blink**: T1 must be masked (by a trailing distractor). Removing the T1+1 item eliminates the AB entirely (Raymond et al., 1992). Always include T1+1 distractor.
|
|
221
|
+
|
|
222
|
+
4. **Change detection (VWM)**: Retention intervals shorter than ~**900 ms** may allow iconic memory to contribute, inflating K estimates. Use >=**900 ms** retention interval, and consider articulatory suppression to prevent verbal recoding (Luck & Vogel, 1997; Vogel et al., 2001).
|
|
223
|
+
|
|
224
|
+
5. **DRM**: False recall varies dramatically across lists (10-60%). Always report which word lists were used and their BAS values (Stadler et al., 1999). Roediger et al. (2001) normed 55 lists.
|
|
225
|
+
|
|
226
|
+
6. **Iowa Gambling Task**: Apparent "learning" may reflect frequency-of-loss avoidance rather than long-term value sensitivity. Consider deck-by-deck analysis, not just (C+D)-(A+B) (Steingroever et al., 2013).
|
|
227
|
+
|
|
228
|
+
7. **Priming**: High relatedness proportions (>50%) inflate priming through strategic expectancy, not automatic spreading activation. Use RP <= 25% to isolate automatic priming (Neely et al., 1989).
|
|
229
|
+
|
|
230
|
+
8. **Task switching**: In alternating-runs designs (AABB), the response-stimulus interval (RSI) is confounded with cue-stimulus interval (CSI). Use cued-switching designs to separate preparation time from passive decay (Monsell, 2003; Meiran, 1996).
|
|
231
|
+
|
|
232
|
+
9. **Psychophysical staircases**: Step sizes of <5% lead to staircases that fail to generate enough reversals. Use initial step sizes of at least **10-20%** of the expected threshold range, then halve after the first 2-4 reversals (Garcia-Perez, 1998).
|
|
233
|
+
|
|
234
|
+
10. **N-back**: Omission errors are more informative than commission errors (unlike Go/No-Go). Always report d' rather than raw accuracy, as d' separates sensitivity from bias (Haatveit et al., 2010). Include lure trials (n-1 or n+1 matches) to assess interference susceptibility (Gray et al., 2003).
|
|
235
|
+
|
|
236
|
+
---
|
|
237
|
+
|
|
238
|
+
## References
|
|
239
|
+
|
|
240
|
+
- Baayen, R. H., Davidson, D. J., & Bates, D. M. (2008). Mixed-effects modeling with crossed random effects for subjects and items. *Journal of Memory and Language, 59*, 390-412.
|
|
241
|
+
- Baker, D. H., Vilidaite, G., Lygo, F. A., et al. (2021). Power contours: Optimising sample size and precision in experimental psychology and human neuroscience. *Psychological Methods, 26*, 295-314.
|
|
242
|
+
- Brysbaert, M., & Stevens, M. (2018). Power analysis and effect size in mixed effects models. *Journal of Cognition, 1*(1), 9.
|
|
243
|
+
- Cohen, J. (1988). *Statistical Power Analysis for the Behavioral Sciences* (2nd ed.). Erlbaum.
|
|
244
|
+
- Hedge, C., Powell, G., & Sumner, P. (2018). The reliability paradox: Why robust cognitive tasks do not produce reliable individual differences. *Behavior Research Methods, 50*, 1166-1186.
|
|
245
|
+
- Macmillan, N. A., & Creelman, C. D. (2005). *Detection Theory: A User's Guide* (2nd ed.). Erlbaum.
|
|
246
|
+
- Verbruggen, F., Aron, A. R., Band, G. P., et al. (2019). A consensus guide to capturing the ability to inhibit actions and impulsive behaviors in the stop-signal task. *eLife, 8*, e46323.
|