- Created CLAUDE.md configuration file - Created WEEKLY_REVIEW.md template - Set up PARA folder structure (Projects, Areas, Resources, Archive) - Created README files for each main folder - Configured .gitignore for vault files - Saved vault configuration to .claude/vault-config.json Generated with Claude Code Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
33 lines
891 B
Markdown
33 lines
891 B
Markdown
# Projects
|
|
|
|
**Purpose:** Time-bound initiatives with clear completion criteria.
|
|
|
|
## What is a Project?
|
|
|
|
A project has:
|
|
- A specific goal or deliverable
|
|
- A clear end date or completion criteria
|
|
- Multiple tasks or actions
|
|
|
|
Examples: Writing a paper, launching a product, planning an event, learning a new skill
|
|
|
|
## Recommended Structure
|
|
|
|
For each project folder, create:
|
|
- `Research/` - Source materials and references
|
|
- `Drafts/` - Work in progress
|
|
- `Output/` - Final deliverables
|
|
- `README.md` - Project objectives, timeline, and status
|
|
|
|
## Project Lifecycle
|
|
|
|
1. **Start:** Create folder with subfolders and README
|
|
2. **During:** Keep all related materials in the project folder
|
|
3. **Complete:** Create summary note, then move to `04_Archive/`
|
|
|
|
## Tips
|
|
|
|
- Link to relevant Areas and Resources
|
|
- Commit regularly to track progress with git
|
|
- Review weekly to check status and next actions
|