newlisted
Install: claude install-skill buildproven/claude-kit
model: opus
# /bs:new - Create New Project
**Usage**: `/bs:new <project-name> [--path ~/Projects]`
Creates a framework-agnostic project with production-ready quality infrastructure via QA Architect.
## What This Creates
```
my-project/
├── .git/ # Git initialized
├── .github/workflows/ # GitHub Actions (qa-architect)
├── .husky/ # Git hooks (qa-architect)
├── .claude-kit/ # claude-kit submodule
├── .qualityrc.json # Quality maturity: prototype
├── .prettierrc # Formatting rules (qa-architect)
├── .prettierignore # Ignore patterns
├── .editorconfig # IDE consistency
├── .gitignore # Sensible defaults
├── .claudeignore # Context optimization for Claude Code
├── .gitleaks.toml # Secret scanning config (qa-architect Pro)
├── .nvmrc # Node version (20.11.1)
├── eslint.config.cjs # ESLint config (qa-architect)
├── CLAUDE.md # Minimal project guide
├── BACKLOG.md # Value-scored backlog
├── README.md # Basic structure
└── package.json # Quality scripts + qa-architect
```
## Implementation
### Step 1: Gather Info
```markdown
Creating new project: <project-name>
**Quick setup questions:**
1. **Location?** (default: ~/Projects/<project-name>)
2. **Description?** (1 sentence - for README/CLAUDE.md)
3. **License?** (MIT/proprietary)
4. **GitHub repo?** (default: yes, priva