drive-create-project
Installation
SKILL.md
Create Project Workspace
Create the standard projects/<project>/ structure so shaping work can start immediately and artifacts land in the right place.
When to use
Use at the start of every new project. This is the expected first step before writing the project spec and plan.
It’s also useful when a developer wants to:
- Start a new project and needs the
projects/<project>/directory scaffolded - Create the canonical spec/plan file locations before shaping begins
- Normalize a proposed project name into a consistent kebab-case slug
Inputs to collect (minimal)
{project}slug (kebab-case). If the developer provides a name like "Payments Revamp", derivepayments-revampand confirm by stating the derived slug (don’t ask them to retype it).- Whether to create stub files (default: yes)
- Whether to immediately start shaping the project spec (default: yes)