qualitative-research-pro 1.0.0

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.
Files changed (114) hide show
  1. package/AGENTS.md +108 -0
  2. package/CLAUDE.md +171 -0
  3. package/LICENSE +21 -0
  4. package/README.md +166 -0
  5. package/agents/analysis-orchestrator.md +162 -0
  6. package/agents/audit-trail-builder.md +127 -0
  7. package/agents/category-developer.md +179 -0
  8. package/agents/citation-manager.md +83 -0
  9. package/agents/constant-comparator.md +135 -0
  10. package/agents/data-manager.md +104 -0
  11. package/agents/discussion-writer.md +128 -0
  12. package/agents/document-analyst.md +114 -0
  13. package/agents/ethics-reviewer.md +119 -0
  14. package/agents/field-note-analyst.md +124 -0
  15. package/agents/fit-assessor.md +192 -0
  16. package/agents/grounded-theorist.md +210 -0
  17. package/agents/literature-integrator.md +169 -0
  18. package/agents/literature-reviewer.md +112 -0
  19. package/agents/memo-writer.md +234 -0
  20. package/agents/methodology-critic.md +166 -0
  21. package/agents/methods-writer.md +109 -0
  22. package/agents/open-coder.md +187 -0
  23. package/agents/pattern-analyst.md +166 -0
  24. package/agents/peer-reviewer.md +129 -0
  25. package/agents/planner.md +122 -0
  26. package/agents/proposal-writer.md +108 -0
  27. package/agents/reflexivity-auditor.md +128 -0
  28. package/agents/research-designer.md +164 -0
  29. package/agents/research-writer.md +100 -0
  30. package/agents/saturation-assessor.md +159 -0
  31. package/agents/selective-coder.md +167 -0
  32. package/agents/theoretical-coder.md +260 -0
  33. package/agents/theoretical-sampler.md +165 -0
  34. package/agents/transcript-analyst.md +123 -0
  35. package/bin/cli.mjs +236 -0
  36. package/hooks/dist/agent-memory-loader.mjs +94 -0
  37. package/hooks/dist/agent-memory-saver.mjs +113 -0
  38. package/hooks/dist/bash-audit-log.mjs +71 -0
  39. package/hooks/dist/credential-deny.mjs +165 -0
  40. package/hooks/dist/forge-compile-check.mjs +92 -0
  41. package/hooks/dist/gas-snapshot-diff.mjs +71 -0
  42. package/hooks/dist/memory-awareness.mjs +276 -0
  43. package/hooks/dist/natspec-enforcer.mjs +67 -0
  44. package/hooks/dist/passive-learner.mjs +220 -0
  45. package/hooks/dist/pre-compact-continuity.mjs +467 -0
  46. package/hooks/dist/sast-on-edit.mjs +230 -0
  47. package/hooks/dist/session-analytics.mjs +84 -0
  48. package/hooks/dist/session-end-cleanup.mjs +121 -0
  49. package/hooks/dist/session-outcome.mjs +84 -0
  50. package/hooks/dist/session-register.mjs +307 -0
  51. package/hooks/dist/session-start-continuity.mjs +405 -0
  52. package/hooks/dist/slither-on-save.mjs +87 -0
  53. package/hooks/dist/storage-layout-check.mjs +89 -0
  54. package/hooks/dist/transcript-parser.mjs +214 -0
  55. package/install.sh +194 -0
  56. package/package.json +46 -0
  57. package/plugin.json +19 -0
  58. package/rules/academic-writing-style.md +42 -0
  59. package/rules/citation-standards.md +47 -0
  60. package/rules/current-methodological-state.md +40 -0
  61. package/rules/data-handling.md +44 -0
  62. package/rules/finding-output-format.md +47 -0
  63. package/rules/gt-coding-standards.md +40 -0
  64. package/rules/methodological-rigor.md +56 -0
  65. package/rules/quality-criteria.md +41 -0
  66. package/rules/reflexivity-requirements.md +40 -0
  67. package/rules/research-ethics-standards.md +44 -0
  68. package/skills/.gitkeep +2 -0
  69. package/skills/academic-writing/SKILL.md +73 -0
  70. package/skills/action-research/SKILL.md +96 -0
  71. package/skills/apa-formatting/SKILL.md +85 -0
  72. package/skills/case-study-methods/SKILL.md +96 -0
  73. package/skills/category-development/SKILL.md +80 -0
  74. package/skills/chicago-formatting/SKILL.md +81 -0
  75. package/skills/coding-pipeline/SKILL.md +81 -0
  76. package/skills/conceptual-frameworks/SKILL.md +70 -0
  77. package/skills/constant-comparison/SKILL.md +188 -0
  78. package/skills/constructivist-gt/SKILL.md +91 -0
  79. package/skills/data-management-protocols/SKILL.md +67 -0
  80. package/skills/document-analysis/SKILL.md +66 -0
  81. package/skills/ethnographic-methods/SKILL.md +82 -0
  82. package/skills/focus-group-methods/SKILL.md +66 -0
  83. package/skills/formal-theory/SKILL.md +159 -0
  84. package/skills/glaserian-grounded-theory/SKILL.md +212 -0
  85. package/skills/interview-design/SKILL.md +67 -0
  86. package/skills/literature-synthesis/SKILL.md +71 -0
  87. package/skills/member-checking/SKILL.md +66 -0
  88. package/skills/memo-writing/SKILL.md +158 -0
  89. package/skills/mixed-methods-design/SKILL.md +69 -0
  90. package/skills/narrative-inquiry/SKILL.md +101 -0
  91. package/skills/observation-methods/SKILL.md +67 -0
  92. package/skills/open-coding/SKILL.md +176 -0
  93. package/skills/paradigmatic-positioning/SKILL.md +72 -0
  94. package/skills/peer-debriefing/SKILL.md +72 -0
  95. package/skills/phenomenological-methods/SKILL.md +91 -0
  96. package/skills/qualitative-rigor/SKILL.md +78 -0
  97. package/skills/reflexive-practice/SKILL.md +64 -0
  98. package/skills/research-ethics/SKILL.md +64 -0
  99. package/skills/research-proposal-writing/SKILL.md +81 -0
  100. package/skills/research-questions/SKILL.md +66 -0
  101. package/skills/sampling-strategies/SKILL.md +61 -0
  102. package/skills/selective-coding/SKILL.md +183 -0
  103. package/skills/situational-analysis/SKILL.md +93 -0
  104. package/skills/substantive-theory/SKILL.md +169 -0
  105. package/skills/thematic-analysis/SKILL.md +80 -0
  106. package/skills/theoretical-coding/SKILL.md +213 -0
  107. package/skills/theoretical-sampling/SKILL.md +152 -0
  108. package/skills/theoretical-saturation/SKILL.md +179 -0
  109. package/skills/theoretical-sensitivity/SKILL.md +175 -0
  110. package/skills/theory-integration/SKILL.md +85 -0
  111. package/skills/thick-description/SKILL.md +69 -0
  112. package/skills/triangulation/SKILL.md +65 -0
  113. package/skills/visual-modeling/SKILL.md +66 -0
  114. package/skills/vulnerable-populations/SKILL.md +69 -0
@@ -0,0 +1,176 @@
1
+ ---
2
+ name: open-coding
3
+ description: "Use when conducting line-by-line open coding, generating substantive codes, in vivo codes, and initial categories from qualitative data."
4
+ ---
5
+
6
+ # Open Coding (Classic Grounded Theory)
7
+
8
+ Open coding is the **first major analytic move** in classic grounded theory: you fracture qualitative data into **incidents** and label them with **codes** that stand for **conceptual** meanings. The goal is not to summarize paragraphs but to **generate concepts** that can be compared, refined, and later integrated around an emergent **core category**.
9
+
10
+ Use this skill whenever you are beginning analysis, returning to fresh data after a break, or deliberately **re-opening** coding after discovering a better fit.
11
+
12
+ ---
13
+
14
+ ## Purpose and outcomes
15
+
16
+ **Purpose**: Turn raw data into **discrete conceptual indicators** that can enter **constant comparison**.
17
+
18
+ **Typical outputs**:
19
+
20
+ - A working **code list** (codes with short definitions and examples).
21
+ - **Annotated data** (tags, margin notes, or software-linked segments).
22
+ - **Memos** capturing hypotheses about meaning, relationships, and puzzles.
23
+ - **Early categories** (higher-level groupings of codes with properties/dimensions beginning to appear).
24
+
25
+ ---
26
+
27
+ ## Line-by-line and incident-to-incident technique
28
+
29
+ ### Line-by-line (dense passages)
30
+
31
+ For rich narrative segments, move **line by line** (or sentence by sentence) asking:
32
+
33
+ 1. **What is going on here?** (substantive meaning)
34
+ 2. **What category(ies) does this indicate?** (conceptual label)
35
+ 3. **What other incidents compare/contrast?** (comparison cue)
36
+
37
+ Do **not** code “the whole paragraph” as one blob unless it truly expresses **one** incident.
38
+
39
+ ### Incident-to-incident comparison
40
+
41
+ An **incident** is a **meaningful chunk** of data that can be compared: an event, action, feeling, statement, turning point, or interactional move.
42
+
43
+ After coding an incident:
44
+
45
+ - Ask: “What is this incident like? Unlike?”
46
+ - Pull **another incident** (same interview, different interview, different source) and compare at the **conceptual** level.
47
+ - Refine code definitions when comparisons reveal **properties** (attributes) and **dimensions** (ranges).
48
+
49
+ ---
50
+
51
+ ## Types of codes you will use
52
+
53
+ ### Substantive codes
54
+
55
+ Conceptual labels derived from **what the data is about**. Examples (illustrative only): *shielding credibility*, *deferring decisions*, *patching workflow*. These should be **abstract enough** to travel across interviews, yet **faithful** to data.
56
+
57
+ ### In vivo codes
58
+
59
+ Use participants’ **own terms** when they **condense meaning** powerfully. In vivo codes keep you close to **emic** language while still enabling comparison.
60
+
61
+ **Caution**: Not every catchy phrase is conceptual. If an in vivo term is **too idiosyncratic**, translate it into a **more general** substantive code while preserving the participant language in a memo.
62
+
63
+ ### Gerund coding (“-ing”)
64
+
65
+ Glaser often recommends **gerunds** to keep **process** in view: *managing time*, *containing conflict*, *signaling competence*. This helps you see **action/interaction** rather than static nouns.
66
+
67
+ ### Provisional “hypothesis codes”
68
+
69
+ Early codes that may be wrong are fine. Classic GT **expects** code churn. Rename, split, merge—**document** changes in memos.
70
+
71
+ ---
72
+
73
+ ## Fracturing data (practical moves)
74
+
75
+ - **Break on shifts**: new topic, new actor, new emotion, new tactic, new consequence.
76
+ - **Break on strong lines**: especially vivid, repeated, or consequential moments.
77
+ - **Break on comparisons** you can already imagine: “This sounds like X, but also unlike X because…”
78
+ - **Tag “don’t know yet”**: if unsure, use a temporary label + memo the uncertainty.
79
+
80
+ ---
81
+
82
+ ## Worked example (abbreviated)
83
+
84
+ **Data excerpt (fictional)**:
85
+
86
+ > “I didn’t tell my manager about the side project at first. I needed to see if it would even work. Once it looked real, I scheduled a short chat and framed it as ‘experiment’ not ‘commitment.’”
87
+
88
+ **Possible open codes (illustrative)**:
89
+
90
+ - *delaying disclosure* (substantive)
91
+ - *probing viability privately* (substantive)
92
+ - *softening risk framing* (substantive; gerund-friendly: *framing-as-experiment*)
93
+ - *staging legitimacy* (hypothesis code—might merge/split later)
94
+
95
+ **Comparison prompts**:
96
+
97
+ - Compare to another incident where the participant **disclosed immediately**—what conditions differ?
98
+ - Compare to an incident of **never disclosing**—what consequences differ?
99
+
100
+ **Memo seed**:
101
+
102
+ > “Hypothesis: disclosure timing is managed through **viability thresholds** + **linguistic risk reduction**. Need more negative cases where disclosure backfired.”
103
+
104
+ ---
105
+
106
+ ## Output format (recommended)
107
+
108
+ ### 1) Code entry template
109
+
110
+ ```text
111
+ Code name:
112
+ Definition (1–3 sentences):
113
+ Inclusion criteria:
114
+ Exclusion criteria (common confusions):
115
+ Example incidents (2–3 brief quotes with source IDs):
116
+ Related codes (merge/split notes):
117
+ Open questions:
118
+ ```
119
+
120
+ ### 2) Session log (audit trail)
121
+
122
+ ```text
123
+ Date / dataset:
124
+ Incidents coded (count) + IDs:
125
+ New codes added:
126
+ Codes renamed/merged/split (why):
127
+ Memos written (titles):
128
+ Next comparison targets:
129
+ ```
130
+
131
+ ---
132
+
133
+ ## Quality checks during open coding
134
+
135
+ - **Abstract enough** to compare across cases, **concrete enough** to trace to incidents.
136
+ - **Avoid laundry lists** of topics; aim for **analytic** codes.
137
+ - **Memo** whenever you claim a relationship (“because,” “in order to,” “leads to”).
138
+ - **Seek negative cases** early: incidents that seem to contradict your “favorite” code.
139
+
140
+ ---
141
+
142
+ ## When to move toward selective coding
143
+
144
+ You are **not** finished with open coding in a single week; it matures through comparison. Move toward **selective coding** when:
145
+
146
+ 1. A **core category** candidate **recurs**, **explains** a wide swath of variation, and **connects** many other categories.
147
+ 2. You can **delimit**: additional open coding feels **redundant** relative to the emerging integrated story.
148
+ 3. **Theoretical sampling** questions become **targeted** at the core and its related conditions/strategies/consequences.
149
+
150
+ If you move too early, you risk **forcing** a core. If you move too late, you risk **endless sprawl**. Let **comparison + memo sorting** guide the transition.
151
+
152
+ ---
153
+
154
+ ## Common pitfalls
155
+
156
+ - **Paraphrasing** instead of conceptualizing.
157
+ - **Over-coding** with synonyms; **merge** aggressively after comparison.
158
+ - **Under-memoing**; losing the trail of theoretical reasoning.
159
+ - **Theme sorting** without comparison (categories that “sound nice” but don’t explain).
160
+ - **Premature literature import** that names your phenomenon before you’ve earned concepts.
161
+
162
+ ---
163
+
164
+ ## Key references
165
+
166
+ - Glaser, B. G. (1992). *Basics of grounded theory analysis*. Sociology Press.
167
+ - Glaser, B. G. (1978). *Theoretical sensitivity*. Sociology Press.
168
+ - Glaser, B. G. (1998). *Doing grounded theory*. Sociology Press.
169
+
170
+ ---
171
+
172
+ ## Companion skills
173
+
174
+ - `constant-comparison`, `memo-writing`, `theoretical-sensitivity`
175
+ - `selective-coding` (next major transition)
176
+ - `glaserian-grounded-theory` (full process map)
@@ -0,0 +1,72 @@
1
+ ---
2
+ name: paradigmatic-positioning
3
+ description: Use when articulating the ontological, epistemological, and methodological assumptions underlying a qualitative study.
4
+ ---
5
+
6
+ # Paradigmatic Positioning in Qualitative Inquiry
7
+
8
+ Paradigmatic positioning explains **what you believe reality is (ontology)**, **how you can know it (epistemology)**, and **how methods follow from those commitments (methodology)**. Clear positioning helps readers interpret your claims and rigor criteria.
9
+
10
+ ## Major paradigms (compact map)
11
+
12
+ - **Positivism / post-positivism:** realist lean; emphasis on objectivity, measurement, and generalization (qualitative use is contested/varied).
13
+ - **Constructivism / interpretivism:** meaning is socially constructed; knowledge co-created; context-bound interpretations.
14
+ - **Critical theory / transformative:** knowledge linked to power, liberation, and structural critique; research as emancipatory praxis.
15
+ - **Pragmatism:** what works for the problem; plural methods; less anxiety about “one true ontology” if inquiry is purposeful.
16
+ - **Participatory:** community governance, shared expertise, ethics of partnership.
17
+
18
+ These labels are **ideal types**; hybrid stances are common.
19
+
20
+ ## Ontology–epistemology–methodology alignment
21
+
22
+ If you treat participant meanings as **primary reality** for your study (interpretive ontology/epistemology), methods should support **thick description, reflexivity, and emergent analysis**—not pretend to neutral brute facts.
23
+
24
+ If you adopt **critical** aims, include **how** analysis surfaces ideology, marginalization, or structural conditions.
25
+
26
+ ## Guba & Lincoln’s paradigm framework
27
+
28
+ Naturalistic/constructivist inquiry historically challenged positivist criteria, proposing **trustworthiness** over narrow replication. Use this lineage explicitly when defending qualitative rigor to mixed audiences.
29
+
30
+ ## Glaser’s position (use carefully in writing)
31
+
32
+ Glaser’s classic GT is often read as having **objectivist/realist** tendencies: theory is **discovered** in data through disciplined procedures, not invented arbitrarily. Some scholars debate labels; when you write, **define what you mean** rather than relying on sloganized “objectivist GT.”
33
+
34
+ ## Charmaz’s constructivist position
35
+
36
+ Kathy Charmaz’s constructivist GT emphasizes **co-construction** of data and **researcher interpretation** as inevitable. Rigor includes **reflexivity** and **partial perspectives**, while still demanding **systematic comparison**.
37
+
38
+ ## Writing a philosophical positioning section
39
+
40
+ Include:
41
+
42
+ 1. **Stance statement:** 1–2 sentences naming paradigm influences.
43
+ 2. **Ontology/epistemology:** what counts as data/knowledge in *this* study.
44
+ 3. **Methodological consequences:** why interviews/ethnography/GT fits.
45
+ 4. **Rigor framework:** credibility/trustworthiness/fit-work-relevance, etc.
46
+ 5. **Researcher role:** how positionality matters.
47
+
48
+ Avoid long textbook summaries; **apply** philosophy to decisions.
49
+
50
+ ## Common student pitfalls
51
+
52
+ - Declaring constructivism while writing purely realist “proof” language.
53
+ - Listing paradigms without linking to methods.
54
+ - Treating philosophy as boilerplate unrelated to analysis.
55
+
56
+ ## Grounded theory paragraph template (adapt)
57
+
58
+ “This study adopts a Glaserian classic grounded theory stance, treating emergent categories as earned through constant comparison while acknowledging the researcher’s disciplined interpretive work. Rigor is evaluated through fit, work, relevance, and modifiability, complemented by audit trail practices supporting dependability.”
59
+
60
+ ## Checklist
61
+
62
+ - [ ] Ontology/epistemology/methodology coherent.
63
+ - [ ] GT variant named (classic vs constructivist vs other).
64
+ - [ ] Rigor criteria match paradigm.
65
+ - [ ] Positionality/reflexivity integrated where constructivist/critical.
66
+ - [ ] Language of claims matches philosophical stance.
67
+
68
+ ## References (starting points)
69
+
70
+ - Guba, E. G., & Lincoln, Y. S. “Paradigmatic controversies, contradictions, and emerging confluences” (in Denzin & Lincoln *Handbook of Qualitative Research* editions).
71
+ - Charmaz, K. *Constructing grounded theory* (2nd ed.).
72
+ - Glaser, B. G. *Doing Grounded Theory* — researcher role and emergence.
@@ -0,0 +1,72 @@
1
+ ---
2
+ name: peer-debriefing
3
+ description: Use when conducting peer debriefing or external audit processes to enhance the dependability and confirmability of qualitative research.
4
+ ---
5
+
6
+ # Peer Debriefing and External Audit
7
+
8
+ Peer debriefing is a **structured dialog** with a knowledgeable colleague who challenges your assumptions, probes alternative interpretations, and helps surface researcher bias. It supports **dependability** and **confirmability** by externalizing decision-making without surrendering analytic responsibility.
9
+
10
+ ## What peer debriefing is
11
+
12
+ Regular sessions where you present: data excerpts, coding decisions, emerging categories, sampling rationale, and sticky analytic problems. The debriefer asks probing questions, suggests counter-interpretations, and notes blind spots.
13
+
14
+ ## Selecting a debriefer
15
+
16
+ Choose someone who:
17
+
18
+ - Understands qualitative methodology broadly (and your approach specifically, when possible).
19
+ - Can be **respectfully critical** without dominating your study.
20
+ - Is sufficiently **outside** day-to-day data collection to notice taken-for-granted assumptions.
21
+
22
+ Avoid debriefers with conflicts of interest (e.g., stakeholders who need a particular outcome).
23
+
24
+ ## Session structure (60–90 minutes)
25
+
26
+ 1. **Context recap** (5–10 min): study aims, where you are analytically.
27
+ 2. **Data grounding** (20–40 min): share 2–4 rich excerpts and current interpretations.
28
+ 3. **Challenge zone** (20–30 min): debriefer asks “What else could this mean?”, “What disconfirming cases exist?”, “What influenced this coding choice?”
29
+ 4. **Action items** (10 min): what you will try next (memo, re-code slice, new sample).
30
+ 5. **Documentation** (after session): write a debrief memo within 24 hours.
31
+
32
+ ## Questions to discuss
33
+
34
+ - Where might my positionality shape what I notice or ignore?
35
+ - What alternative codes or theories could fit this excerpt?
36
+ - What negative cases am I under-weighting?
37
+ - Are category definitions drifting without documentation?
38
+ - Is my sampling following habit or analytic need?
39
+
40
+ ## Documenting sessions
41
+
42
+ Keep **debrief logs**: date, topics, challenges raised, decisions made (or deferred), and whether the session changed coding rules or sampling. Store logs in your audit trail folder with access controls.
43
+
44
+ ## External audit procedures (Lincoln & Guba)
45
+
46
+ An **external auditor** reviews process documentation (field notes, coding memos, audit trail) to assess whether interpretations are traceable to data. This is heavier than informal peer debriefing but similar in spirit. Provide the auditor a clear scope—what they are/not judging.
47
+
48
+ ## Relationship to dependability
49
+
50
+ Dependability is not “the same code every time without thinking”—it is **traceable process**. Peer debriefing makes methodological moves visible and revisable.
51
+
52
+ ## Frequency and timing
53
+
54
+ Early debriefs reduce compounding errors; mid-study debriefs test emerging categories; late debriefs stress-test near-final claims. Aim for **regularity** (e.g., monthly) rather than crisis-only debriefs.
55
+
56
+ ## Grounded theory alignment
57
+
58
+ Use debriefing to guard against **forcing** preconceived frameworks and to test whether categories **earn their relevance**. The debriefer should press for constant comparison discipline.
59
+
60
+ ## Checklist
61
+
62
+ - [ ] Debriefer selected; role and boundaries clarified.
63
+ - [ ] Sessions structured; challenges recorded, not only praise.
64
+ - [ ] Logs integrated into audit trail.
65
+ - [ ] Disconfirming prompts routinely used.
66
+ - [ ] External audit scope defined if used separately from debriefing.
67
+
68
+ ## References (starting points)
69
+
70
+ - Lincoln, Y. S., & Guba, E. G. *Naturalistic inquiry* — dependability and confirmability via audit.
71
+ - Spillett, M. A. (2003). Peer debriefing. *Qualitative Health Research*.
72
+ - Barusch, A. *Designing and using qualitative research* — practical peer inquiry tips.
@@ -0,0 +1,91 @@
1
+ ---
2
+ name: phenomenological-methods
3
+ description: "Use when conducting phenomenological research — descriptive (Moustakas/Husserl), hermeneutic (van Manen/Heidegger), or interpretative phenomenological analysis (IPA/Smith)."
4
+ ---
5
+
6
+ # Phenomenological Research Methods
7
+
8
+ Phenomenology studies **lived experience**—how people experience a phenomenon as it appears to consciousness. Designs differ by philosophical lineage: descriptive (Husserlian), hermeneutic (Heideggerian), and idiographic approaches such as interpretative phenomenological analysis (IPA).
9
+
10
+ ## Major types of phenomenology
11
+
12
+ ### Descriptive phenomenology (Husserl; Moustakas)
13
+
14
+ Focuses on **essential structures** of experience through disciplined description. The researcher aims to bracket prior assumptions to attend to phenomena as given in experience.
15
+
16
+ ### Hermeneutic phenomenology (Heidegger; van Manen)
17
+
18
+ Emphasizes **interpretation** as inseparable from understanding. The researcher is historically situated; meaning is co-constituted through language and context. “Bracketing” is reframed as reflective vigilance rather than full elimination of fore-understanding.
19
+
20
+ ### Interpretative phenomenological analysis (Smith, Flowers, Larkin)
21
+
22
+ IPA is **idiographic**, **interpretative**, and **phenomenological**. It examines how individuals make sense of a lived experience in a particular context, usually through detailed case-by-case analysis before cross-case patterns are considered.
23
+
24
+ ## Epoché and bracketing
25
+
26
+ - **Epoché** (Husserlian sense) — Suspension of judgment about the natural attitude; a disciplined shift toward describing how things appear.
27
+ - **Bracketing in practice** — Document assumptions before analysis; use memos, supervision, or peer debriefing. Hermeneutic scholars argue total bracketing is impossible; the goal is **reflexive transparency** about how prior knowledge shapes interpretation.
28
+
29
+ ## Imaginative variation (descriptive tradition)
30
+
31
+ The researcher varies aspects of the phenomenon mentally to discern **invariants**—what must be present for the experience to be what it is. Supports movement from concrete accounts to essential structures.
32
+
33
+ ## Structural and textural descriptions (Moustakas)
34
+
35
+ - **Textural description** — What was experienced? The “felt” qualities and concrete features participants describe.
36
+ - **Structural description** — How context, time, relationships, and bodily presence shape the experience. Combines textural accounts into an integrated depiction of underlying structures.
37
+ - **Composite description** — Synthesis across participants capturing the **essence** of the phenomenon for the sample studied.
38
+
39
+ ## IPA: idiographic approach
40
+
41
+ 1. **Case-first analysis** — Deep engagement with one transcript before the next; emergent themes for each case.
42
+ 2. **Cross-case analysis** — Cluster individual themes into **superordinate themes** while preserving case specificity.
43
+ 3. **Interpretation** — The researcher offers a “double hermeneutic”: participants interpret their world; the researcher interprets participants’ interpretations.
44
+
45
+ ## Data collection
46
+
47
+ - **In-depth, semi-structured interviews** are the most common IPA and phenomenological data source.
48
+ - **Diaries, drawings, and focused observations** can supplement when they illuminate lived experience.
49
+ - Sample sizes in IPA are typically **small** (often 3–10) to preserve idiographic depth; descriptive/hermeneutic studies vary by purpose and institutional norms.
50
+
51
+ ## Analysis procedures by type
52
+
53
+ | Approach | Emphasis | Typical moves |
54
+ |----------|----------|----------------|
55
+ | Descriptive (Moustakas) | Essences, invariants | Horizontalization, meaning units, clusters, thematic/structural synthesis |
56
+ | Hermeneutic (van Manen) | Meaning of being-in-the-world | Thematic analysis (holistic, selective, detailed), writing as inquiry |
57
+ | IPA | Sense-making in context | Exploratory comments, emergent themes, personal experiential themes, superordinate themes |
58
+
59
+ ## Phenomenology vs grounded theory
60
+
61
+ - **GT** builds explanatory social theory through coding, constant comparison, and theoretical sampling.
62
+ - **Phenomenology** prioritizes **experience and meaning** over formal theory of social processes.
63
+ - **Sampling** — GT’s theoretical sampling differs from phenomenology’s purposive sampling for **information-rich** cases.
64
+ - **Output** — Phenomenology yields **essential or interpretative accounts** of experience; GT yields **integrated categories and hypotheses** about process.
65
+
66
+ ## Writing and representation
67
+
68
+ Phenomenological writing should **evoke** lived meaning without reducing participants to types. Favor **vivid, concrete** description tied to transcripts; show **how** you moved from transcripts to structures or interpretations. In IPA, retain **case-based texture** in the results before presenting cross-case themes so readers see **idiographic** depth.
69
+
70
+ ## Quality and rigor (pragmatic checklist)
71
+
72
+ - **Sufficient engagement** — Enough interviews or episodes to support claims about experience in context (IPA: often justified through **convergence** and **nuance** within a small N).
73
+ - **Reflexivity** — Ongoing documentation of researcher assumptions and interview dynamics.
74
+ - **Coherence** — Clear trace from quotes to interpretive claims to essences or superordinate themes.
75
+ - **Ethical care** — Sensitive topics require **distress protocols**, **signposting**, and **clear consent** for how intensely personal material is used.
76
+
77
+ ## Choosing among phenomenological approaches (quick guide)
78
+
79
+ - Choose **descriptive (Moustakas)** when the study aims for **essential structures** and you can defend **bracketing** procedures.
80
+ - Choose **hermeneutic (van Manen)** when **interpretation**, **language**, and **being-in-the-world** are central and you accept **situated** knowing.
81
+ - Choose **IPA** when you want **psychological sense-making** in **particular contexts** with **small samples** and **case-first** analysis.
82
+
83
+ ## Key references
84
+
85
+ - Husserl, E. — *Ideas* (epoché, phenomenological attitude).
86
+ - Moustakas, C. — *Phenomenological Research Methods*.
87
+ - van Manen, M. — *Researching Lived Experience*; *Phenomenology of Practice*.
88
+ - Smith, J. A., Flowers, P., & Larkin, M. — *Interpretative Phenomenological Analysis* (2nd ed.).
89
+ - Heidegger, M. — *Being and Time* (foundation for hermeneutic phenomenology).
90
+
91
+ Use this skill when the user’s question concerns lived experience, essence, IPA procedures, or choosing between phenomenology and grounded theory.
@@ -0,0 +1,78 @@
1
+ ---
2
+ name: qualitative-rigor
3
+ description: Use when establishing or evaluating the trustworthiness and rigor of qualitative research using Lincoln & Guba's criteria and related frameworks.
4
+ ---
5
+
6
+ # Qualitative Rigor and Trustworthiness
7
+
8
+ “Rigor” in qualitative research is less about replication in a narrow sense and more about **demonstrating that findings are credible, contextually meaningful, carefully documented, and reflexively produced**. Lincoln and Guba’s **trustworthiness** framework remains widely used; newer approaches add **critical, participatory, and justice-oriented** quality criteria.
9
+
10
+ ## Trustworthiness criteria (Lincoln & Guba)
11
+
12
+ - **Credibility:** Are findings believable from the standpoint of participants and the data?
13
+ - **Transferability:** Can readers judge applicability to their settings via rich contextualization?
14
+ - **Dependability:** Is the inquiry process stable and trackable enough to audit?
15
+ - **Confirmability:** Are interpretations tied to evidence rather than solely researcher bias?
16
+
17
+ ## Techniques mapped to criteria
18
+
19
+ **Credibility**
20
+
21
+ - Prolonged engagement and persistent observation.
22
+ - Triangulation (data, methods, investigators—used thoughtfully).
23
+ - Peer debriefing and negative case analysis.
24
+ - Thick description of processes, not only outcomes.
25
+
26
+ **Transferability**
27
+
28
+ - Thick description of setting, actors, constraints, and local meanings.
29
+ - Clear boundaries: what this study is *not* claiming.
30
+
31
+ **Dependability**
32
+
33
+ - Audit trail of decisions (coding changes, sampling pivots, memo evolution).
34
+ - Process transparency: how data became interpretations.
35
+
36
+ **Confirmability**
37
+
38
+ - Audit trail + reflexive documentation.
39
+ - Data extracts displayed alongside analytic claims in publications.
40
+
41
+ ## Member checking (use judiciously)
42
+
43
+ Member checking can support credibility but is debated in grounded theory. Document what type you used and why. See the `member-checking` skill for GT-specific cautions.
44
+
45
+ ## Comparison with validity and reliability
46
+
47
+ Positivist “validity/reliability” language can mis-fit constructivist paradigms. If your committee demands those terms, map them explicitly (e.g., credibility ≈ internal validity in a loose translation) **and** defend paradigm-appropriate criteria.
48
+
49
+ ## Paradigm-specific quality criteria
50
+
51
+ Constructivist work may emphasize **reflexivity, co-construction, and situated knowledge**. Critical and participatory approaches may add **actionability, distributive justice, and community benefit**. Pragmatist mixed-methods studies may foreground **usefulness** alongside trustworthiness.
52
+
53
+ ## Reporting structure (suggested)
54
+
55
+ In methods/findings:
56
+
57
+ 1. State your quality framework and why it fits your paradigm.
58
+ 2. List concrete techniques used (not generic promises).
59
+ 3. Show evidence: excerpts, decision logs, triangulation tables.
60
+ 4. Acknowledge limitations and how you searched for disconfirming evidence.
61
+
62
+ ## Grounded theory note
63
+
64
+ Glaserian rigor emphasizes **fit, work, relevance, modifiability** of theory relative to data. Connect trustworthiness techniques to those criteria when writing GT studies so reviewers see coherence across frameworks.
65
+
66
+ ## Checklist
67
+
68
+ - [ ] Quality criteria named and justified paradigmatically.
69
+ - [ ] At least two credibility techniques beyond “I coded carefully.”
70
+ - [ ] Dependability/confirmability supported by audit trail practices.
71
+ - [ ] Transferability supported by contextual detail, not over-claiming universality.
72
+ - [ ] Limitations and negative case efforts transparent.
73
+
74
+ ## References (starting points)
75
+
76
+ - Lincoln, Y. S., & Guba, E. G. *Naturalistic inquiry*.
77
+ - Tracy, S. J. “Qualitative quality: Eight ‘big-tent’ criteria for excellent qualitative research.” *Qualitative Inquiry*.
78
+ - Morse, J. M., et al. (2002). Verification strategies for establishing reliability and validity in qualitative research. *International Journal of Qualitative Methods*.
@@ -0,0 +1,64 @@
1
+ ---
2
+ name: reflexive-practice
3
+ description: Use when engaging in researcher reflexivity — examining positionality, assumptions, and their influence on the research process.
4
+ ---
5
+
6
+ # Reflexive Practice in Qualitative Research
7
+
8
+ Reflexivity is ongoing critical attention to how the researcher’s **identity, assumptions, relationships, and institutional location** shape every stage of inquiry—from question formation to writing. It supports transparency and can improve analytic nuance when balanced with methodological discipline.
9
+
10
+ ## Types of reflexivity
11
+
12
+ - **Personal reflexivity:** How your biography, emotions, and social identities affect access, rapport, and interpretation.
13
+ - **Epistemological reflexivity:** What you believe counts as knowledge, how you relate to “truth,” and how that shapes coding and claims.
14
+ - **Methodological reflexivity:** How method choices (sampling, interview style, software use) channel certain insights and foreclose others.
15
+
16
+ ## Reflexive journal techniques
17
+
18
+ Keep a dated journal separate from field notes. Useful prompts:
19
+
20
+ - What surprised me today—did I dismiss it too quickly?
21
+ - What did I want the participant to say—where is that desire from?
22
+ - Which questions felt risky or leading after the fact?
23
+ - How might a participant read my summary differently?
24
+
25
+ Tag entries by **phase** (data collection, coding, writing) so you can trace evolution.
26
+
27
+ ## Positionality statement components
28
+
29
+ A strong statement often includes: social identities relevant to the setting; prior experience with the topic; power relations with participants; ethical stakes; how you mitigated bias (debriefing, triangulation, member checks where appropriate); limits of self-knowledge.
30
+
31
+ Avoid performative confession; emphasize **analytic consequences**.
32
+
33
+ ## Finlay’s reflexive strategies (overview)
34
+
35
+ Linda Finlay catalogued multiple reflexive moves used across interpretive traditions—e.g., monitoring intersubjective dynamics, bracketing (where phenomenologically aligned), and questioning ostensibly “neutral” descriptions. Pick strategies that fit your paradigm; do not paste phenomenological bracketing into GT without justification.
36
+
37
+ ## Glaser: reflexivity vs theoretical sensitivity
38
+
39
+ Glaser emphasizes **theoretical sensitivity** earned through analytic practice and broad reading, warning against **over-insertion** of the researcher’s story as if it were participant data. Reflexivity in GT should discipline **forcing** and **narcissistic narrative**, not replace **constant comparison** with self-analysis.
40
+
41
+ ## Ongoing reflexive practice (habits)
42
+
43
+ - Schedule **post-interview memos** before the next task.
44
+ - Review code definitions when you notice emotional charge around certain themes.
45
+ - Use peer debriefing to externalize blind spots.
46
+ - When writing discussion sections, ask: **for whom** is this conclusion plausible, and **what counter-story** exists in the data?
47
+
48
+ ## Reporting reflexivity
49
+
50
+ Include a concise reflexivity subsection or appendix in dissertations/articles; link reflexive insights to **methodological decisions** (why sampling shifted, why a category was split).
51
+
52
+ ## Checklist
53
+
54
+ - [ ] Journal maintained; entries tied to decisions and surprises.
55
+ - [ ] Positionality articulated with analytic implications.
56
+ - [ ] Paradigm-appropriate reflexive strategies chosen.
57
+ - [ ] GT: reflexivity supports openness; does not substitute for comparison.
58
+ - [ ] Peer or mentor dialogue used to counter self-deception.
59
+
60
+ ## References (starting points)
61
+
62
+ - Finlay, L. (2002). “Outing” the researcher: The provenance, principles, and practice of reflexivity. *Qualitative Health Research*.
63
+ - Berger, R. (2015). Now I see it, now I don’t: Researcher’s position and reflexivity in qualitative research. *Qualitative Research*.
64
+ - Glaser, B. G. *Theoretical Sensitivity* — on sensitivity without autobiographical takeover.
@@ -0,0 +1,64 @@
1
+ ---
2
+ name: research-ethics
3
+ description: Use when addressing ethical considerations in qualitative research — IRB protocols, informed consent, confidentiality, and ethical practice.
4
+ ---
5
+
6
+ # Research Ethics in Qualitative Studies
7
+
8
+ Qualitative research often involves **intimate knowledge, unpredictable encounters, and evolving relationships**. Ethics is not only IRB compliance; it is ongoing judgment about respect, harm reduction, and fairness.
9
+
10
+ ## Core ethical principles (Belmont-related framing)
11
+
12
+ - **Respect for persons / autonomy:** voluntary participation, informed consent, honoring withdrawal.
13
+ - **Beneficence:** maximize benefits, minimize risks—including social and psychological risks.
14
+ - **Non-maleficence:** avoid unnecessary intrusion, re-traumatization, or deceptive practices.
15
+ - **Justice:** fair participant selection; attention to vulnerability and historical exploitation.
16
+
17
+ ## IRB application components (typical)
18
+
19
+ - Study aims and procedures; recruitment materials; consent/assent processes.
20
+ - Risk/benefit analysis; data security; data retention/destruction.
21
+ - Investigator qualifications; conflict of interest.
22
+ - Plans for sensitive topics, minors, or other regulated populations.
23
+
24
+ Local IRBs differ—mirror their template language while preserving methodological honesty.
25
+
26
+ ## Informed consent in qualitative research
27
+
28
+ Use plain language; separate **research participation** from any service relationship. Because qualitative interviews can shift topics, consider **process consent**: re-check comfort when entering sensitive terrain. Clarify recording, quotes in publications, and limits of confidentiality (e.g., mandated reporting).
29
+
30
+ ## Confidentiality measures
31
+
32
+ Use pseudonyms; remove or aggregate identifying details; secure storage (encrypted drives, access controls); minimize data duplication; train team members. For small communities, **confidentiality may be limited** by recognizability—discuss this in consent.
33
+
34
+ ## Data management ethics
35
+
36
+ Align retention with IRB approvals; document who can access what; plan for breaches. See `data-management-protocols` for operational detail.
37
+
38
+ ## Ethical dilemmas (examples)
39
+
40
+ - A participant discloses imminent harm: know reporting duties in advance.
41
+ - A gatekeeper pressures access: protect voluntary participation.
42
+ - Findings may harm a community if misread: frame claims carefully; consider return of results.
43
+
44
+ ## Cultural sensitivity and power dynamics
45
+
46
+ Avoid extractive research models when possible; credit community contributions; consider co-design or advisory boards for historically marginalized groups. Attend to language, gender norms, and decision-making styles in consent and interview pacing.
47
+
48
+ ## Grounded theory note
49
+
50
+ GT’s emergent design does not excuse **ethical vagueness**. Pre-register ethical safeguards for sensitive pivots (e.g., how you will handle unanticipated illegal activity disclosures).
51
+
52
+ ## Checklist
53
+
54
+ - [ ] Consent is ongoing where topics evolve; risks updated if procedures change.
55
+ - [ ] Confidentiality limits explained honestly (including group settings).
56
+ - [ ] Data security matches sensitivity tier.
57
+ - [ ] Power dynamics and cultural context addressed in design.
58
+ - [ ] Mandated reporting pathways understood before fieldwork.
59
+
60
+ ## References (starting points)
61
+
62
+ - National Commission for the Protection of Human Subjects. *Belmont Report*.
63
+ - Kaiser, K. (2009). Protecting respondent confidentiality in qualitative research. *Qualitative Health Research*.
64
+ - Mertens, D. M. *Transformative research and evaluation* — ethics in inclusive inquiry.