gsd-new-project

Generate project planning artifacts from guided context gathering.

4|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/lgwanai/openforce --skill gsd-new-project-lgwanai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-new-project
Source: https://github.com/lgwanai/openforce/tree/main/skills/gsd-new-project
Command: npx skills add https://github.com/lgwanai/openforce --skill gsd-new-project-lgwanai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the blank-page problem by guiding you through structured questioning and then producing ready-to-execute project planning artifacts.

Core Features & Use Cases

  • Unified project initialization flow: gathers deep context through interactive questioning, with an optional automated path for faster kickoff.
  • Planning artifact generation: creates .planning/PROJECT.md, .planning/config.json, scoped .planning/REQUIREMENTS.md, .planning/ROADMAP.md, and .planning/STATE.md for durable project memory.
  • Optional domain research: generates a .planning/research/ folder when additional context improves requirements and roadmap quality.
  • Use case: when you have an idea like “build a security-focused web app,” this skill will turn it into requirements and a phased roadmap you can immediately start executing.

Quick Start

Run: openforce /gsd-new-project --auto

Frequently Asked Questions about gsd-new-project

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

FAQPage Schema
How do I initialize project requirements and a roadmap from a basic idea?▼

To initialize project requirements and a roadmap from a basic idea, this skill uses guided context gathering to generate structured planning artifacts like REQUIREMENTS.md and ROADMAP.md. It removes the blank-page problem by asking targeted questions to produce ready-to-execute project plans.

What planning documents do I need for project initialization?▼

For project initialization, this skill generates a structured set of planning documents including PROJECT.md, config.json, REQUIREMENTS.md, ROADMAP.md, and STATE.md within a .planning directory to establish durable project memory and guide execution.

Can I automate the project kickoff process to skip manual questioning?▼

Yes, you can automate the project kickoff process by running the skill with the --auto flag. This automatic mode proceeds directly through domain research, requirements gathering, and roadmap generation without requiring interactive questioning.

When should I include domain research in my project planning workflow?▼

You should include domain research in your project planning workflow when additional context is needed to improve requirements and roadmap quality. The skill generates a .planning/research/ folder to gather necessary domain context before finalizing the project plans.

What is the best way to bootstrap a project with clear plans using agent orchestration?▼

The best way to bootstrap a project with clear plans using agent orchestration is to use an automated initialization flow that conducts domain research and generates structured artifacts. This transforms an initial concept into a phased roadmap you can immediately execute.