Skip to content

Commit 258541e

Browse files
michellejwclaude
andcommitted
Add placeholder pages for Guides and Reference sections
- guides/method/index.md - The Method (coming soon) - guides/ai/index.md - AI Collaboration (coming soon) - guides/examples/index.md - Examples (coming soon) - reference/index.md - Reference (coming soon) Prevents 404 errors when navigating from Get Started links. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ccaa5cd commit 258541e

4 files changed

Lines changed: 53 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: AI Collaboration
3+
description: How to work effectively with AI coding assistants.
4+
---
5+
6+
This section is coming soon. It will cover:
7+
8+
- AI as a thinking partner, not just a code generator
9+
- Writing specs with AI assistance
10+
- Rules files (CLAUDE.md, .cursorrules, etc.)
11+
- Reviewing AI-generated output
12+
- The feedback loop between specs and implementation
13+
14+
For now, start with the [Get Started guide](/spec-driven-site/get-started/).
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Examples
3+
description: Complete examples of spec-driven projects.
4+
---
5+
6+
This section is coming soon. It will include:
7+
8+
- Data pipeline example
9+
- Algorithm implementation example
10+
- Analysis tool example
11+
12+
Each example will show the full journey from initial spec through implementation.
13+
14+
For now, see the [Your First Spec](/spec-driven-site/get-started/first-spec/) walkthrough for a smaller example.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: The Method
3+
description: A deeper look at spec-driven development.
4+
---
5+
6+
This section is coming soon. It will cover:
7+
8+
- What spec-driven development is and why it matters
9+
- What makes a good specification
10+
- The workflow from spec to implementation
11+
- When this approach helps (and when it's overkill)
12+
13+
For now, start with the [Get Started guide](/spec-driven-site/get-started/).
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Reference
3+
description: Templates and reference materials.
4+
---
5+
6+
This section is coming soon. It will include:
7+
8+
- Spec templates for different use cases
9+
- Spec format style guide
10+
- Quick reference for spec syntax
11+
12+
For now, the [scaffolding script](/spec-driven-site/get-started/scaffold/) generates templates with inline guidance to get you started.

0 commit comments

Comments
 (0)