← ClaudeAtlas

os-new-projectlisted

Create a new project. Sets up the project folder, creates the projects.md entry, links people and company, and generates the CLAUDE.md. Run this when starting any new project.
simonconway1979/os-intelligence · ★ 3 · AI & Automation · score 66
Install: claude install-skill simonconway1979/os-intelligence
# New Project Setup Walks through creating a new project from scratch. Output: a project folder, a populated CLAUDE.md, an entry in projects.md, and linked people/company records. --- ## Step 1 — Project name (duplicate check) Ask: **"What's the project name?"** Before continuing, check `projects.md` for an existing entry with the same name (case-insensitive). If a match is found, show: ``` A project with that name already exists. Please provide a different name. ``` Ask again. Do not proceed until the name is unique. --- ## Step 2 — Project basics Ask the following questions one at a time: 1. **"In one line — what's the project? (Goal comes next.)"** 2. **"What's the primary goal? What does success look like?"** --- ## Step 3 — Project type Ask: ``` Project or portfolio? (default: project) 1. Project — a single piece of work with a clear goal (default) e.g., building an app, running a product launch, writing a report 2. Portfolio — a managed collection of similar items e.g., a set of job opportunities, an ideas bank, a reading list Type 1, 2, or "default" for project. ``` Record the answer as `project` or `portfolio`. Treat `1`, `default`, or any clear "project" signal as `project`; treat `2` or "portfolio" as `portfolio`. This determines the folder structure created in Step 8. **If portfolio:** also ask: - "What do you call a single item in this collection? (e.g., opportunity, idea, article)" — record as the item name (singular, lowercase) --- ## S