gsd-new-project

Initialize a project workflow by generating .planning artifacts and guiding staged planning.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/onelee85/my-skills --skill gsd-new-project-onelee85
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-new-project
Source: https://github.com/onelee85/my-skills/tree/main/gsd-new-project
Command: npx skills add https://github.com/onelee85/my-skills --skill gsd-new-project-onelee85

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initialize a new project efficiently by provisioning a complete planning workspace and guiding the user through a structured, repeatable setup.

Core Features & Use Cases

  • Unified planning flow: questioning → research (optional) → requirements → roadmap.
  • Generates critical artifacts automatically: .planning/PROJECT.md, .planning/config.json, .planning/ROADMAP.md, .planning/REQUIREMENTS.md, and .planning/STATE.md.
  • Orchestrates gated execution with prompts and validation to ensure alignment before progression.

Quick Start

Invoke gsd-new-project to initialize a full planning workspace and kick off the phased workflow.

Frequently Asked Questions about gsd-new-project

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

FAQPage Schema
How do I automate project initialization to create roadmaps and requirements files?

Automating project initialization provisions a complete planning workspace by generating structured artifacts like ROADMAP.md and REQUIREMENTS.md. It guides you through a unified questioning, research, and planning sequence to ensure structured setup of project artifacts.

What is the best way to set up a structured project planning workspace from scratch?

Setting up a structured project planning workspace is best achieved by orchestrating gated execution with prompts and validation. This approach ensures alignment before progression, automatically creating critical planning files like PROJECT.md, config.json, and STATE.md.

Do I need any dependencies to generate project artifacts like ROADMAP.md and REQUIREMENTS.md?

You do not need any dependencies to generate project artifacts. The workflow operates independently to create planning files and coordinate staged execution gated by validation and routing without external requirements.

Can I include a research phase in my project requirements and roadmap generation workflow?

You can include an optional research phase in your project requirements and roadmap generation workflow. The unified planning flow progresses from questioning to optional research, then to requirements and roadmap creation.

What is a gated execution workflow for project planning and when should I use it?

A gated execution workflow for project planning uses prompts and validation to ensure alignment before progressing through stages. You should use it when you require a structured, repeatable setup for project artifacts, roadmaps, and requirements.

Why does my project planning workflow require a STATE.md file?

Your project planning workflow requires a STATE.md file to coordinate staged execution and track progression. It satisfies the functional requirements of the automated workflow by maintaining the current planning state alongside PROJECT.md and config.json.