skills/general/create-client-project/SKILL.md
Create a new client project folder with complete structure and templates. Load when user says "create client project", "new client", "add client [name]", "onboard new client", "setup client folder", or "create project for [client]".
npx skillsauth add beam-ai-team/beam-next-skills create-client-projectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a standardized client project folder structure with pre-configured templates.
Before creating a client project, show the client name, normalized folder path, templates to create, optional client data included, and overwrite risk. Require explicit user approval in the current turn before writing or overwriting local files. Do not create CRM records, send onboarding messages, or share client files externally from this skill.
Quickly onboard new clients with a complete folder structure including:
Time saved: ~20 minutes of manual setup per client
Required:
Optional (improves templates):
What's the client name?
> Acme Corporation
Do you have any GTM documentation to include? (paste, file path, or 'skip')
Convert to folder-safe format:
"Acme Corporation" → acme-corporation
Base Location: User specifies or use default project location
[location]/[client-name]/
├── PROJECT_CONTEXT.md # Chronological update log
├── project-state.json # Structured state data
├── README.md # Project overview
│
├── docs/
│ ├── SCOPE_OF_WORK.md # Deliverables & timeline
│ ├── SOLUTION_WORKFLOW.md # Operational procedures
│ ├── TECHNICAL_ARCHITECTURE.md # System design
│ ├── LINEAR_TICKETS.md # Ticket tracking
│ └── SLACK_CHANNELS_SETUP.md # Communication
│
├── meetings/
│ └── transcripts/ # Raw transcripts
│
├── communications/ # Sent messages
│
└── weekly-updates/ # Status reports
PROJECT_CONTEXT.md:
# [Client Name] Project Context
> Quick-reference log of project changes. Newest entries at top.
---
## [Today's Date]
**Project Created**
- Initial setup and folder structure
**Links:**
- [Scope of Work](docs/SCOPE_OF_WORK.md)
- [Technical Architecture](docs/TECHNICAL_ARCHITECTURE.md)
project-state.json:
{
"lastUpdated": "[timestamp]",
"clientName": "[Client Name]",
"clientDomain": "[domain.com]",
"currentPhase": "DISCOVERY",
"recentActivity": [{
"date": "[today]",
"type": "onboarding",
"summary": "Project created"
}],
"nextSteps": [
"Complete kickoff meeting",
"Define scope of work",
"Set up communication channels"
],
"openIssues": [],
"blockers": [],
"team": {
"internal": [],
"client": []
}
}
README.md:
# [Client Name]
## Overview
[Description from GTM docs or placeholder]
## Quick Links
- [Scope of Work](docs/SCOPE_OF_WORK.md)
- [Technical Architecture](docs/TECHNICAL_ARCHITECTURE.md)
- Linear Project: TBD
- Slack Channel: TBD
## Team
**Internal**: TBD
**Client**: [Contact info if provided]
## Status
- **Phase**: Discovery
- **Created**: [Date]
If documentation provided, extract:
SCOPE_OF_WORK.mdREADME.mdTECHNICAL_ARCHITECTURE.mdSCOPE_OF_WORK.mdClient project created: [Client Name]
Location: [path]
Files Created:
- PROJECT_CONTEXT.md
- project-state.json
- README.md
- docs/SCOPE_OF_WORK.md
- docs/SOLUTION_WORKFLOW.md
- docs/TECHNICAL_ARCHITECTURE.md
- docs/LINEAR_TICKETS.md
- docs/SLACK_CHANNELS_SETUP.md
Next Steps:
1. Review and complete SCOPE_OF_WORK.md
2. Create Linear project
3. Set up Slack channels
4. Schedule kickoff meeting
create-client-project/
├── SKILL.md # This file
└── templates/
├── PROJECT_CONTEXT.md # Context template
├── project-state.json # State template
├── README.md # Overview template
└── docs/
├── SCOPE_OF_WORK.md
├── SOLUTION_WORKFLOW.md
├── TECHNICAL_ARCHITECTURE.md
├── LINEAR_TICKETS.md
└── SLACK_CHANNELS_SETUP.md
process-client-meeting - Use after kickoff meetingupdate-project-context - Keep context currentcreate-weekly-update - Start weekly reportingfathom-fetch-meetings - Filter meetings by client domainVersion: 1.0 Owner: Hassaan Ahmed
tools
Build a Palantir-shape, PDF-native use-case proposal document for a sophisticated enterprise account: research-grounded use cases (each with description, challenge, impact, value), an operating-graph ontology page, a recommended PoC with a week-by-week plan, and a closing page that asks for one decision. Load when a client asks us to 'propose high-impact use cases', requests a use-case presentation/catalog for a function (finance, HR, ops), or when a technical evaluation team will review candidates to pick a PoC. NOT for single-account cold outreach (use prospect-brief), full process diagnostics (use operating-diagnostic), or priced proposals (use proposal-creation).
development
Convert Beam Figma slide designs into high-fidelity, editable HTML presentation decks. Use when Codex is asked to audit Figma slides, extract slide templates, rebuild Beam slides as HTML decks, decide whether Figma imagery should be exported or rebuilt in HTML/CSS, create Beam/Prism-compatible deck templates, or improve fidelity of existing Beam HTML slide rebuilds.
development
Use the Beam AI reusable slide library: individual HTML slide templates extracted from Beam Figma rebuilds, kept separate from deck themes and full deck templates. Load when the user asks for a slide library, specific Beam slide patterns, reusable Figma-inspired slides, Prism slide-library items, or slide-level HTML templates.
development
Use Beam AI deck and report design packs, HTML templates, and curated examples to create sales decks, customer intro decks, RPO decks, and DIN A4 use-case proposal reports. Load when the user asks for Beam-branded presentation templates, Prism-compatible deck templates, Beam report templates, customer intro decks, commercial proposals, or reusable HTML deck/report examples.