πŸ”¬ Research Pipeline Map of Content

Overview

This MOC maps the complete research methodology pipeline used in PUMA, combining three integrated frameworks.


Framework 1 β€” Evidence-Based Research Augmented by AI (EBSE + PRISMA-trAIce)

Phase 0: Problem Definition
    └── FINER criteria validation
    └── Research question formulation
    └── Falsifiable hypotheses (Popper)
          ↓
Phase 1: Systematic Literature Review (SLR)
    └── PRISMA 2020 protocol
    └── PRISMA-DFLLM extension (AI-assisted screening)
    └── PRISMA-trAIce (AI use documentation)
          ↓
Phase 2: Gap Analysis
    └── Reproducibility gap
    └── Prompting strategy gap
    └── Carbon footprint gap
          ↓
Phase 3: Methodological Design (DSR)
    └── Artefact specification (SDD/BDD)
    └── Experiment design
          ↓
Phase 4: Experimentation
    └── Controlled conditions
    └── Statistical analysis (Wilcoxon)
    └── Carbon measurement (CodeCarbon)
          ↓
Phase 5: Evaluation & Discussion
    └── H1, H2 testing
    └── Validity analysis
    └── Replicability verification

Key notes:


Framework 2 β€” Design Science Research + SDD/BDD + AI Agents

DSR Cycle (Hevner 2004 + Peffers 2007):
    Problem β†’ Objectives β†’ Design & Development β†’ Demonstration β†’ Evaluation β†’ Communication

SDD Chain:
    Spec-First Design
        └── OpenSpec format
        └── Spec Kit validation
        └── BDD scenarios (Given/When/Then)
        └── TDD test cases
              ↓
    AI-Assisted Generation
        └── Agent generates code/specs from prompts
        └── Human validates (Human-in-the-Loop)
        └── Red Teaming (rival hypotheses)
              ↓
    BMAD Workflow
        └── Brainstorm β†’ Map β†’ Architect β†’ Develop

Key notes:


Framework 3 β€” MIT Student Method as Cognitive Operator

The MIT Student Method operates at three levels in PUMA:

LevelApplicationTools
Reading/SynthesisCornell notes + DRCA on each paperPN-MIT-Student-Method
AI InteractionRCOIF/RCOF + EGI + AMI + IIPR patternsPN-RCOIF-Framework
Red TeamingRival hypotheses, counter-evidence searchPN-KeyConcepts-Agents-Reproducibility-RedTeam

Key notes:


Phase-to-Framework Mapping

PUMA PhasePrimary FrameworkMIT Student Method Role
F0 InitiationEBSE/SLRPanoramic mapping + screening
F1 DesignDSR + SDDCornell on requirements β†’ BDD stories
F2 PrototypeDSR + BDD/TDDCoT + Few-Shot for spec generation
F3 ExtensionDSR + BMADIIPR + AMI for agent iteration
F4 AnalysisEBSE + StatsDRCA on results
F5 ClosureFull integrationRed teaming conclusions

AI Use Documentation (per PRISMA-trAIce)

TABLE tool, phase, purpose, validation
FROM "50 - Areas/51 Research"
WHERE type = "ai-use-log"
SORT phase ASC