Skip to content

michaelb1103/Claude_Code_Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

One sentence describing what this project does.

Current status: See SNAPSHOT.md for what's decided, in progress, and built.


Getting Started

This project uses a structured AI-assisted documentation framework built on Claude Code and VS Code. If you're new, start here:

  1. docs/setup/claude-code.md — Install Claude Code and set your model to Sonnet (do this first)
  2. docs/setup/vscode.md — VS Code extensions and workspace configuration
  3. docs/setup/github.md — Connect to this repository
  4. docs/setup/first-session.md — Your first session walkthrough and hello world steps

How This Project Is Organized

project_root/
├── docs/
│   ├── setup/          Environment and onboarding (start here)
│   ├── explorations/   Per-person working space (docs/explorations/{name}/)
│   ├── decisions/      Shared, stable decisions — the source of truth
│   ├── foundation/     Technical reference docs
│   ├── raw/            External reference material
│   └── _prompts/       Reusable prompt templates for AI-assisted documentation
└── temp/               Gitignored: large source files, session prompts

The Documentation Pipeline

Explore → Document → Decide → Build

Work begins in your personal docs/explorations/{name}/ directory. Once ideas are ready to share, they cross into docs/decisions/ or docs/foundation/. The docs/_prompts/ templates help make that transition consistent.

See CLAUDE.md for the full conventions that govern this structure.


Problem Statement

(Describe the problem this project solves.)


Contributing

Each collaborator works in their own docs/explorations/{name}/ directory. Exploration disagreements are expected. Once an idea is ready to become a shared decision, use the prompts in docs/_prompts/ to formalize it.

If you're unsure whether something is settled, ask Claude Code:

"Is there a decision doc covering X? What do the explorations say about it?"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors