project-scaffold

Creates standardized directories and metadata files for research project scaffolding.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nealcaren/sociology-writing-suite --skill project-scaffold-nealcaren
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-scaffold
Source: https://github.com/nealcaren/sociology-writing-suite/tree/main/plugins/sociology-writing-suite/skills/project-scaffold
Command: npx skills add https://github.com/nealcaren/sociology-writing-suite --skill project-scaffold-nealcaren

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of standardized project structures for qualitative, quantitative, and mixed-methods research, enabling consistent organization and seamless handoffs between skills.

Core Features & Use Cases

  • Create canonical directories and metadata files (project.yaml, progress.yaml, README.md) to standardize project layout and enable cross-skill coordination.
  • Offer adopt mode to map an existing project to the canonical structure without moving files.
  • Generate a central README with project overview and current status, and provide a status dashboard via /project-scaffold status.

Quick Start

Run /project-scaffold to initialize a new project. When prompted, provide the project title, select the project type (qualitative, quantitative, or mixed), and choose mode (new or adopt). After setup, customize project.yaml as needed and use /project-scaffold status to view the progress dashboard.

Frequently Asked Questions about project-scaffold

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

FAQPage Schema
How do I set up a standardized directory structure for a research project?

You can set up a standardized research project structure by running the initialization command, which generates canonical directories and metadata files like project.yaml and progress.yaml to ensure consistent organization and seamless cross-skill handoffs.

What is the best way to organize an existing research project without moving files?

The best way to organize an existing research project without moving files is to use the adopt mode. This maps your current project layout to the canonical structure and generates the required metadata files for cross-skill coordination.

Can I create project scaffolds for both qualitative and mixed-methods research workflows?

Yes, you can create project scaffolds for qualitative, quantitative, and mixed-methods research workflows. The setup process prompts you to select your project type and generates the appropriate standardized directory structure.

How do I track progress and view status for a scaffolded research project?

You can track progress and view status for a scaffolded research project by running the status command. This generates a status dashboard and keeps the central README and progress.yaml files up-to-date with your current project overview.

What metadata files are needed for reproducible research project workflows?

The metadata files needed for reproducible research workflows include project.yaml, progress.yaml, and a README.md. These files define canonical paths, track project status, and enable consistent cross-skill coordination.