gsd-new-project

Automate new-project initialization by generating .planning artifacts and starting phase 1.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates end-to-end project initialization by gathering context, generating planning artifacts, and establishing a unified workflow for new initiatives.

Core Features & Use Cases

  • Unified questioning and planning flow that produces .planning artifacts including PROJECT.md and config.json.
  • Optional domain research directory for capturing ideas and references.
  • Automatic creation of .planning/ROADMAP.md, .planning/REQUIREMENTS.md, and .planning/STATE.md, enabling a repeatable project setup.

Quick Start

Run the gsd-new-project command to initialize planning artifacts and start the first planning phase.

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 and generate planning artifacts?

Automating project initialization involves gathering context to generate structured planning artifacts like PROJECT.md, REQUIREMENTS.md, and ROADMAP.md. This establishes a unified workflow by running a single command to produce all necessary files for a repeatable project setup.

What planning files are needed to kickstart a new project with deep context planning?

Deep context planning requires generating planning artifacts such as .planning/PROJECT.md, config.json, ROADMAP.md, REQUIREMENTS.md, and STATE.md. These files capture project context, requirements, and roadmap development to establish a unified workflow.

How do I create a project roadmap and requirements document from scratch?

Creating a project roadmap and requirements document from scratch is done by running a project initialization command that coordinates questions, gathers requirements, and automatically outputs .planning/ROADMAP.md and .planning/REQUIREMENTS.md.

Does this project initialization workflow support optional research and references?

Yes, the project initialization workflow supports optional research through a dedicated .planning/research/ directory. This allows you to capture domain research, ideas, and references alongside your core planning artifacts.

What is the best way to set up a unified workflow for new project initiatives?

The best way to set up a unified workflow for new initiatives is to automate end-to-end project initialization. This gathers context and generates standard planning files, enabling execution with a plan-phase command to start the first planning phase.

Can I start the first planning phase immediately after generating project artifacts?

Yes, you can start the first planning phase immediately by executing the $gsd-plan-phase 1 command. This enables execution right after the initialization workflow generates your .planning/STATE.md and other project artifacts.