project-dashboard

Generates ASCII, JSON, or Markdown dashboards for sandwich-methodology research projects from config files.

14|1|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/linxule/interpretive-orchestration --skill project-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-dashboard
Source: https://github.com/linxule/interpretive-orchestration/tree/main/skills/project-dashboard
Command: npx skills add https://github.com/linxule/interpretive-orchestration --skill project-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides qualitative researchers with a clear, real-time overview of their project's status within the "sandwich methodology." It eliminates uncertainty about progress and identifies the next logical steps, ensuring a smooth transition between research stages.

Core Features & Use Cases

  • Progress Visualization: Displays project progress (Stage 1, 2, 3) using ASCII, JSON, or Markdown formats.
  • Readiness Checks: Automatically determines if prerequisites are met for transitioning to the next stage (e.g., Stage 1 completion before Stage 2).
  • Next Step Recommendations: Suggests actionable tasks based on your current project state and progress.
  • Use Case: At any point, ask for your project dashboard to see how many documents are coded, memos written, and if you're ready to move from human-led Stage 1 to human-AI collaborative Stage 2.

Quick Start

Generate a dashboard for my project in markdown format. Provide the path to your project root: node skills/project-dashboard/scripts/generate-dashboard.js --project-path /path/to/project --format markdown

Frequently Asked Questions about project-dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track progress through stages of a qualitative research project?

Progress tracking in qualitative research displays completion status across project stages using ASCII, JSON, or Markdown formats. The dashboard shows metrics like coded documents and written memos, helping you visualize where you stand within the sandwich methodology workflow.

How do I know if my research project is ready to move to the next stage?

Readiness checks automatically verify whether prerequisites are met before advancing stages. The tool evaluates completion criteria—such as finishing Stage 1 before transitioning to Stage 2—and flags whether you're prepared to proceed or what remains incomplete.

What's the best way to get a dashboard overview of my project status?

Generate a dashboard by running the script with your project path and desired format: `node skills/project-dashboard/scripts/generate-dashboard.js --project-path /path/to/project --format markdown`. Output displays stage progress, readiness status, and next-step recommendations in your chosen format.

Can I use this tool with the sandwich methodology for qualitative research?

Yes, the tool is built specifically for the sandwich methodology, supporting its three-stage structure with stage-specific progress computation, readiness validation, and recommendations aligned to transitioning between human-led, collaborative, and analysis phases.

What input data does the project dashboard require?

The dashboard reads configuration and stage data from `.interpretive-orchestration/config.json` and related stage directories within your project root. It processes this structured metadata to compute progress metrics and generate consistent status reports.

Does the dashboard support different output formats for reporting?

Yes, the dashboard generates progress visualizations in ASCII, JSON, and Markdown formats. Choose the format that best suits your reporting needs or integration with downstream documentation and communication workflows.