gad:new-project

Bootstrap new projects with a standardized GAD planning structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a fast, repeatable way to initialize a new project with a standardized Get-Anything-Done (GAD) planning structure so teams avoid ad-hoc setups and missing planning artifacts when starting work.

Core Features & Use Cases

  • Scaffold Generation: Creates a consistent directory layout and placeholder planning documents for new projects.
  • CLI Snapshot: Supports a snapshot-based CLI operation that produces a project scaffold from a project identifier.
  • Migration & Compatibility: Acts as a deprecated RepoPlanner alias that points to the canonical GAD skill, guiding users to vendor/get-anything-done for the primary implementation.
  • Use Case: Ideal for initializing new web apps or library packages inside a monorepo while ensuring planning and demo server templates are included.

Quick Start

Invoke the GAD snapshot CLI with a project id to create the new project scaffold using node vendor/get-anything-done/bin/gad.cjs snapshot --projectid your-project-id

Frequently Asked Questions about gad:new-project

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

FAQPage Schema
How do I bootstrap a new project with a standardized planning scaffold?

To bootstrap a new project with a planning scaffold, invoke the GAD snapshot CLI using a project identifier to generate a consistent directory layout and placeholder planning documents.

What is the best way to initialize a monorepo package with planning artifacts included?

The best way to initialize a monorepo package with planning artifacts is using the GAD project scaffold, which creates a repeatable directory layout and demo server templates for new applications and libraries.

How do I generate a project scaffold from a project ID using a CLI?

You generate a project scaffold from a project ID by running the node vendor/get-anything-done/bin/gad.cjs snapshot command with the --projectid parameter in your terminal.

Can I use this project scaffold for team onboarding in a new repository?

Yes, you can use this project scaffold for team onboarding in a new repository, as it provides a fast, repeatable setup that ensures teams avoid ad-hoc configurations and missing planning documents.

Why does the RepoPlanner alias point to the GAD skill for project initialization?

The RepoPlanner alias points to the GAD skill because RepoPlanner is deprecated, and the canonical GAD skill now serves as the primary implementation for generating project scaffolds via vendor/get-anything-done.