Skip to content

Commit f9494d1

Browse files
rmdevproclaude
andcommitted
Add CLAUDE.md (voice + deploy) and .gitignore for single-repo workflow
Consolidates from prior two-repo split (rmdevpro/GoDaddy → rmdevpro.github.io). Forward work tracked as GitHub issues. See #1. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 8005701 commit f9494d1

2 files changed

Lines changed: 59 additions & 0 deletions

File tree

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Local-only planning / session material
2+
.work/
3+
4+
# Editor / OS
5+
.DS_Store
6+
*.swp
7+
*.swo
8+
*~
9+
10+
# Credentials / env
11+
*.env
12+
.env.local
13+
secrets.yml
14+
secrets.yaml
15+
16+
# Per-machine Claude settings (not project source of truth)
17+
.claude/settings.local.json

CLAUDE.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# rmdevpro.github.io — site for blueprintagentic.ai
2+
3+
This repo is the GitHub Pages source for **https://blueprintagentic.ai/** (CNAME → this repo). It is the single source of truth for the BlueprintAgentic.ai marketing site. There is no upstream working repo and no separate deploy step.
4+
5+
## Layout
6+
7+
```
8+
index.html home page
9+
css/ stylesheet
10+
assets/ images, logos
11+
case-studies/ per-engagement detail pages
12+
open-source/ workbench + agent platform + pluggable agents
13+
CNAME blueprintagentic.ai
14+
.work/ local-only planning material (gitignored)
15+
```
16+
17+
## Deploy pattern
18+
19+
Edit files in place, commit, push. GitHub Pages picks it up on the next build (~30–60s).
20+
21+
```
22+
# verify after push:
23+
until curl -sS https://blueprintagentic.ai/ | grep -q "<sentinel>"; do sleep 5; done
24+
```
25+
26+
## Voice rules (load-bearing — read before editing copy)
27+
28+
The site is a **consulting practice brochure**, not an ecommerce catalog.
29+
30+
1. **List types of work as descriptors, not packaged offers.** "Fractional CIO/CTO", "AI strategy", "organizational transformation" — the way a law firm lists "M&A · Litigation · Tax". No SKUs, prices, durations, deliverables, or SLAs.
31+
2. **No "how we work" / methodology copy.** No "we draft before we build", no "every engagement starts with X", no process-as-pitch language.
32+
3. **Founder bio lives only in the Leadership section.** Don't restate bio facts (years of experience, patents, exits, MIT cert, fundraising history) inside service descriptions, card copy, or the hero sub. Service descriptions describe the work, not who is behind it.
33+
4. **Don't introduce tools or sectors without verification.** Avoid tools that don't fit the agentic framing (e.g. Gemini lacks a native agentic desktop; Zapier/Make are flow automation, not agentic). Avoid vague sector lists that include industries with no actual experience.
34+
35+
## Interaction style
36+
37+
- Conversation only — never use `ExitPlanMode` or `AskUserQuestion`. All clarification happens through plain text.
38+
- When you intend to rearrange, **rearrange — don't rewrite**. If a rewrite is needed to express an idea, propose it first.
39+
40+
## Work tracking
41+
42+
All forward work is tracked as GitHub issues on this repo. Planning docs and session transcripts do **not** live in the tree; they go in issue comments (historical) or `.work/` (in-flight local notes).

0 commit comments

Comments
 (0)