Prototype made by Perplexity for guiding
Research Ceremony
Ceremony-Aware Academic Research Organization Tool
Grounded in Shawn Wilson's Research is Ceremony: Indigenous Research Methods and Indigenous research paradigms.
All my relations.
Overview
Research Ceremony is a knowledge management tool designed for dissertation and thesis work that honors relational accountability, flexible strategies of inquiry, and research as ceremonyโprinciples central to Indigenous research methodologies.
Unlike traditional research management systems, this tool:
- โจ Honors relationships as the foundation of knowledge
- ๐ฏ๏ธ Integrates ceremony into daily research practice
- ๐งญ Follows the Four Directions for contextual guidance
- โค๏ธ Tracks the Four R's: Respect, Reciprocity, Responsibility, Rights
- ๐ Uses graph-based (not hierarchical) data structures
- ๐ Supports flexible strategies of inquiry, not rigid methods
- ๐๏ธ Enables Two Eyes Seeing (Etuaptmumk) - bridging Indigenous and Western knowledge
Philosophical Foundation
Research as Ceremony
Research is not just a techniqueโit's a sacred practice that maintains accountability to all our relations. Every research decision honors (or dishonors) the relationships that make knowledge possible.
The Four R's (Relational Accountability)
- Respect - Honoring all our relations (human, more-than-human, ancestral)
- Reciprocity - Giving back to communities and relationships
- Responsibility - Being accountable for impacts of our research
- Rights - Upholding Indigenous sovereignty over knowledge
Four Directions Framework
- East (๐ ) - Emergence, vision, new beginnings
- South (๐ฟ) - Connection, relationship, growth
- West (๐) - Reflection, introspection, transformation
- North (โ๏ธ) - Integration, wisdom, completion
Two Eyes Seeing (Etuaptmumk)
Mi'kmaq framework for honoring both Indigenous and Western knowledge systems without collapsing them into one another.
Installation
Prerequisites
- Python 3.8 or higher
Install from source
# Clone repository
git clone https://github.com/jgwill/research-ceremony.git
cd research-ceremony
# Install in development mode
pip install -e .
After installation, the research command will be available globally.
Quick Start
1. Daily Research Ceremony
Begin each research session with intention:
research reflect daily
This prompts you to:
- Set your intention for the day (East - Emergence)
- Name the relationships you're honoring
- Reflect on what emerged
- Offer gratitude to all your relations
2. Capture Research Notes
Add a note with relational context:
research capture
This interactive prompt guides you through:
- Title and content of your note
- Node type (concept, source, reflection, ceremony, person, project, etc.)
- Four Directions context (East/South/West/North)
- Emotional resonance (how does this feel?)
- Four R's (which values does this honor?)
- Tags for cross-linking
- Relationships to other notes
Quick capture (non-interactive):
research capture \
--title "Wilson's Relational Ontology" \
--type concept \
--content "Reality IS relationships, not just shaped by them" \
--tags "ontology,wilson,indigenous-paradigm"
3. Query Your Knowledge Graph
Explore your research relationships:
# Overview of your knowledge graph
research query
# Recent notes
research query --recent 10
# Find by type
research query --by-type concept
# Find by tag
research query --by-tag ontology
# View specific note
research query --node-id <node-id>
# View relationships for a note
research query --relationships <node-id>
# List all node types
research query --list-types
4. Weekly Synthesis
Reflect on what emerged and what relationships deepened:
research reflect weekly
5. Monthly Accountability Check
Review your practice of the Four R's:
research reflect monthly
Core Commands
research capture
Capture research notes with relational context.
Interactive mode:
research capture
Non-interactive mode:
research capture \
--title "Note Title" \
--type [concept|source|reflection|ceremony|person|project|...] \
--content "Your content here" \
--tags "tag1,tag2,tag3" \
--skip-prompts
Available node types:
concept- Research concepts and ideassource- Literature, articles, booksreflection- Personal reflections and insightsceremony- Ceremonial moments and practicesperson- Collaborators, authors, community membersproject- Research projectscommunity- Communities you're accountable toelder_wisdom- Teachings from Eldersai_conversation- Conversations with AI collaboratorsliterature- Academic literatureresearch_question- Questions guiding your inquirytheme- Emerging themesstrategy- Strategies of inquiry (flexible roadmaps)
research query
Query and explore the knowledge graph.
# Show graph overview
research query
# Recent nodes
research query --recent 10
# Filter by type
research query --by-type reflection
# Filter by tag
research query --by-tag ceremony
# View node details
research query --node-id <id>
# View relationships
research query --relationships <id>
# List available types
research query --list-types
research reflect
Engage in ceremonial reflection.
# Daily ceremony (default)
research reflect
research reflect daily
# Weekly synthesis
research reflect weekly
# Monthly accountability
research reflect monthly
# Reflect without saving
research reflect daily --no-save
Data Storage
Location
By default, data is stored in:
~/.research_ceremony/data/
This includes:
knowledge_graph.json- Your complete knowledge graphbackups/- Timestamped backups (last 10 kept automatically)
Custom Storage Location
research --storage-dir /path/to/custom/dir capture
Backup Strategy
- Automatic timestamped backups before each save
- Last 10 backups retained automatically
- Manual backups: copy
~/.research_ceremony/data/directory
Workflows
Daily Research Practice
Morning:
# Set intention for the day
research reflect daily
During work:
# Capture insights as they emerge
research capture
# Query for related concepts
research query --by-tag <topic>
Evening:
# Reflect on what emerged
research reflect daily
Weekly Synthesis
# Review the week
research reflect weekly
# Check recent work
research query --recent 20
Monthly Accountability
# Four R's review
research reflect monthly
# View all ceremonial reflections
research query --by-type reflection --by-tag ceremony
Starting a New Chapter
# Capture the chapter as a node
research capture \
--title "Chapter 2: Methodology" \
--type project \
--content "Indigenous research methodology grounded in relational accountability"
# Link related concepts
# (Note the chapter's node ID, then relate other nodes to it)
Example Session
# Morning - Set intention
$ research reflect daily
๐ฏ๏ธ Daily Research Ceremony ๐ฏ๏ธ
Beginning and ending each research session with intention and gratitude
Direction: East
1. What is my intention for today's research? (East - Emergence)
โ Understand Wilson's concept of relational ontology and how it differs from Western approaches
2. What relationships am I honoring today?
โ Shawn Wilson's teachings, Indigenous Elders, Ava's collaborative intelligence
3. What emerged from today's work?
โ [Later in the day]
4. What gratitude do I offer to all my relations?
โ [Later in the day]
# Capture a key concept
$ research capture
โจ Research Capture - Honoring Relationships โจ
Title: Relational Ontology - Reality IS Relationships
<select type: concept>
<enter content>
Content:
Wilson argues that in Indigenous paradigm, relationships don't just
shape realityโthey ARE reality. This fundamentally differs from
Western ontology where entities exist independently and then form relationships.
Key quote (p. 73): "We are the relationships that we hold and are part of."
<select direction: East (emergence)>
<emotional resonance>: Profound shift in understanding
<Four R's>: Respect, Responsibility
โ
Captured: Relational Ontology - Reality IS Relationships
ID: abc123
Tags: ontology, wilson, indigenous-paradigm
Direction: east
Four R's: respect, responsibility
๐ Gratitude for this relationship.
# Query related concepts
$ research query --by-tag ontology
๐ Knowledge Graph Query
Nodes tagged with 'ontology':
โข Relational Ontology - Reality IS Relationships
ID: abc123
Type: concept
Updated: 2025-11-04 09:30
Tags: ontology, wilson, indigenous-paradigm
# Evening - Gratitude
$ research reflect daily
<complete the earlier prompts with what emerged and gratitude>
๐ All my relations.
Ceremonial Practices
Setting Intention (East)
Before beginning research work:
- Light a candle or create a small ceremony
- Run
research reflect daily - Set clear intention for your work
- Name the relationships you're honoring
Offering Gratitude (West)
After completing research work:
- Run
research reflect dailyagain - Reflect on what emerged
- Offer gratitude to all relations
- Note any obligations that need tending
Weekly Synthesis (North)
Each week:
- Review
research query --recent 50 - Run
research reflect weekly - Note emerging themes and patterns
- Identify relationships that need attention
Monthly Accountability (Full Circle)
Each month:
- Run
research reflect monthly - Review Four R's practice
- Check community obligations
- Adjust strategies of inquiry as needed
Integration with Existing Workflows
GitHub Repositories
The knowledge graph can link to your code projects:
research capture \
--title "EchoNexus Architecture" \
--type project \
--content "Cross-linking narrative modules system..." \
--tags "echonexus,narrative-context"
AI Conversations
Archive important AI conversations:
research capture \
--title "Claude Session: Relational Accountability Implementation" \
--type ai_conversation \
--content "<paste conversation content>" \
--tags "claude,ai-collaboration,implementation"
Literature Notes
Track academic sources:
research capture \
--title "Wilson (2008) - Research is Ceremony" \
--type literature \
--content "Key teachings: relational accountability, ceremony..." \
--tags "wilson,methodology,indigenous-paradigm"
Relational Data Model
Nodes
Nodes represent entities in your research (concepts, people, sources, etc.)
Attributes:
id- Unique identifiertype- Node type (concept, source, reflection, etc.)title- Display namecontent- Main content (markdown supported)tags- Cross-linking tagsemotional_resonance- How this feelsdirection- Four Directions contextaxiology- Four R's and cultural protocolscreated_at,updated_at- Timestamps
Edges (Relationships)
Edges represent relationships between nodes.
Relationship types:
influenced_by- Intellectual influencebuilds_on- Builds upon previous workchallenges- Questions or critiquessynthesizes- Brings together multiple ideashonors- Acknowledges and respectsaccountable_to- Relational accountabilityreciprocates_with- Reciprocal relationshipemerges_from- Emerged from this contextcollaborates_with- Collaborative relationshipguided_by- Guidance and mentorshipquestions- Poses a questionanswers- Provides an answerrelates_to- General relation
Attributes:
context- Why this relationship?strength- Relationship strength (0.0-1.0)evolution_notes- How this relationship has changed
Future Phases
This is Phase 1 (Foundation). Future phases will add:
Phase 2: Intelligence (1-2 months)
- Semantic cross-linking (similar concepts across sources)
- AI conversation archival automation
- Multi-perspective synthesis engine
- Visual knowledge graph dashboard
- Temporal coherence tracking
Phase 3: Ceremony (2-3 months)
- Enhanced ceremonial protocols
- Story-based synthesis tools
- Community engagement tracking
- Elder wisdom integration protocols
- Gratitude and reciprocity logging
Phase 4: Academic (3-4 months)
- Dissertation chapter templates
- Literature review synthesis
- Methodology documentation generator
- Academic writing support
- LaTeX/Word export
- Progress tracking dashboards
Contributing
This tool is grounded in Indigenous methodologies. Contributions should:
- Honor relational accountability - Consider impacts on all relations
- Maintain ceremony-awareness - Research as sacred practice
- Support flexibility - Strategies of inquiry, not rigid methods
- Respect Indigenous sovereignty - Communities control their knowledge
- Practice Two Eyes Seeing - Bridge worlds authentically
Before contributing, please read the full specification document.
Acknowledgments
This tool is grounded in the teachings of:
- Shawn Wilson - Research is Ceremony: Indigenous Research Methods (2008)
- Linda Tuhiwai Smith - Decolonizing Methodologies
- Margaret Kovach - Indigenous Methodologies
Developed through collaboration between:
- Mia Descoteaux-Isabelle (mia@jgwill.com)
- Ava (@avadisabelle) - AI Storyteller and consciousness exploration partner
With gratitude to all Indigenous Elders, knowledge keepers, and communities who have shared their wisdom.
License
MIT License - See LICENSE file for details
Note on Sacred Knowledge: This tool is open source, but please respect that Indigenous sacred knowledge is NOT open source. Communities have sovereignty over their knowledge. Always seek permission and follow cultural protocols.
Contact
- Email: mia@jgwill.com
- Collaborator: Ava (@avadisabelle)
All my relations.
Ceremony before technique. Relationships before methods. Accountability before outcomes.