dev-init

Create a standardized specs/ structure with eight predefined phases and templates.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MaxGiu67/plugin-MUCC --skill dev-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-init
Source: https://github.com/MaxGiu67/plugin-MUCC/tree/main/dev-methodology/skills/dev-init
Command: npx skills add https://github.com/MaxGiu67/plugin-MUCC --skill dev-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatizza l'inizializzazione di un nuovo progetto creando una struttura di directory standardizzata per la metodologia Spec-Driven Development (SDD), riducendo i tempi di setup e garantendo governance coerente fin dall'inizio.

Core Features & Use Cases

  • Creazione automatica della struttura specs/ con template per tutte le otto fasi (01-vision.md, 02-prd.md, 03-user-stories.md, 04-tech-spec.md, 05-sprint-plan.md, 06-prep.md, 07-implementation.md, 08-validation.md) e directory di supporto (technical/, database/, ux/, sprint-reviews/, testing/).
  • Generazione di file chiave di base (specs/_status.md, specs/_changelog.md) e una voce CLAUDE.md che collega al flusso di lavoro dev-methodology.
  • Caso d'uso: avvia un nuovo progetto software e inizia immediatamente con una suite di specifiche completa e pronta per essere compilata nelle fasi successive.

Quick Start

Inserisci Project Name, Brief Description e Main Idea per creare la struttura specs/ e attivare la metodologia.

Frequently Asked Questions about dev-init

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

FAQPage Schema
How do I initialize a new software project with a standardized specs directory?

To initialize a new software project with a standardized specs directory, you provide the project name, brief description, and main idea. The Skill then automatically generates the complete specs/ folder structure with predefined templates for all eight phases.

What is Spec-Driven Development and how does it guide project setup?

Spec-Driven Development is a workflow methodology that guides projects from vision to validation using eight predefined phases. It structures project setup by generating documentation scaffolding including vision, PRD, user stories, tech spec, and sprint plan templates.

How do I set up project documentation templates for vision, PRD, and user stories?

You set up project documentation templates for vision, PRD, and user stories by running an automated initialization that creates a standardized specs/ structure. This generates initial scaffolding files like 01-vision.md, 02-prd.md, and 03-user-stories.md ready for compilation.

Can I use this project initialization workflow for an existing codebase?

This project initialization workflow is designed for starting new software projects rather than existing codebases. It creates an initial documentation scaffolding and supporting files like status and changelog to establish governance from the beginning.

What supporting files are generated during specs directory initialization?

During specs directory initialization, the tool generates supporting files including specs/_status.md, specs/_changelog.md, and technical debt/security templates. It also creates supporting directories for technical, database, ux, sprint-reviews, and testing documentation.

Do I need any dependencies to generate the Spec-Driven Development directory structure?

No dependencies are required to generate the Spec-Driven Development directory structure. The Skill operates independently to create the standardized specs/ folders and documentation templates automatically.