Skip to content

Commit ab0cd4b

Browse files
docs: simplify marketing copy and reduce PRD terminology
- Update hero text to focus on building big projects - Simplify "How It Works" steps with clearer language - Update feature descriptions and CTA
1 parent 78e526e commit ab0cd4b

6 files changed

Lines changed: 113 additions & 13 deletions

File tree

docs/.vitepress/theme/components/Features.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</div>
3535
<h3 class="feature-title">Self-Contained State</h3>
3636
<p class="feature-description">
37-
Everything lives in <code>.chief/</code>. Move your project anywhere and state moves with it.
37+
Everything lives in <code>.chief/</code>. Easy to gitignore on shared projects.
3838
</p>
3939
</div>
4040

docs/.vitepress/theme/components/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="footer-container">
88
<!-- CTA Section -->
99
<div class="cta-section">
10-
<h2 class="cta-title">Ready to automate your PRDs?</h2>
10+
<h2 class="cta-title">Ready to build something big?</h2>
1111
<p class="cta-subtitle">Get started in minutes with Chief</p>
1212
<div class="cta-buttons">
1313
<a href="/chief/guide/" class="cta-button primary">

docs/.vitepress/theme/components/HowItWorks.vue

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<p class="section-subtitle">You watch, Claude works</p>
1010

1111
<div class="steps-grid">
12-
<!-- Step 1: Write PRD -->
12+
<!-- Step 1: Describe Your Project -->
1313
<div class="step">
1414
<div class="step-icon">
1515
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
@@ -21,9 +21,9 @@
2121
</svg>
2222
</div>
2323
<div class="step-number">1</div>
24-
<h3 class="step-title">Write PRD</h3>
24+
<h3 class="step-title">Describe Your Project</h3>
2525
<p class="step-description">
26-
Define your feature as user stories with acceptance criteria. Chief converts it to a structured format.
26+
Break down what you want to build into tasks. Chief takes it from there.
2727
</p>
2828
</div>
2929

@@ -35,7 +35,7 @@
3535
</svg>
3636
</div>
3737

38-
<!-- Step 2: Chief Runs Loop -->
38+
<!-- Step 2: Chief Runs Claude -->
3939
<div class="step">
4040
<div class="step-icon step-icon-accent">
4141
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
@@ -44,9 +44,9 @@
4444
</svg>
4545
</div>
4646
<div class="step-number">2</div>
47-
<h3 class="step-title">Chief Runs Loop</h3>
47+
<h3 class="step-title">Chief Runs Claude</h3>
4848
<p class="step-description">
49-
Chief invokes Claude Code autonomously, iterating through each story until all acceptance criteria pass.
49+
Chief runs Claude in a loop, working through each task until it's done.
5050
</p>
5151
</div>
5252

@@ -69,7 +69,7 @@
6969
<div class="step-number">3</div>
7070
<h3 class="step-title">Code Gets Built</h3>
7171
<p class="step-description">
72-
Each completed story is automatically committed. You return to find working, tested code.
72+
One commit per task. No giant diffs to untangle.
7373
</p>
7474
</div>
7575
</div>

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
layout: home
3-
description: Chief is an autonomous PRD agent that transforms product requirements into working code. Write a PRD, run Chief, watch your code get built.
3+
description: Build big projects with Claude. Chief breaks your work into tasks and runs Claude in a loop until they're done.
44

55
hero:
66
name: Chief
7-
text: Autonomous PRD Agent
8-
tagline: Write a PRD, run chief, watch your code get built
7+
text: Build Big Projects with Claude
8+
tagline: Chief breaks your work into tasks. Claude builds them one by one.
99
actions:
1010
- theme: brand
1111
text: Get Started

docs/package-lock.json

Lines changed: 100 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@tailwindcss/vite": "^4.1.18",
17+
"asciinema-player": "^3.14.0",
1718
"tailwindcss": "^4.1.18"
1819
}
1920
}

0 commit comments

Comments
 (0)