[One sentence description of your project]
# Install dependencies
[your install command]
# Run development server
[your dev command]
# Run tests
[your test command]src/
├── ...
- PRD - Product Requirements Document
- Status - Current sprint and priorities
- Workflow Guide - Development methodology and commands
This project uses a 3-tier context system for efficient AI-assisted development:
| Tier | Location | Loaded | Purpose |
|---|---|---|---|
| 1 | CLAUDE.md |
Always | Global rules, tech stack, core principles |
| 2 | .claude/rules/ |
Auto (by path) | Domain-specific conventions |
| 3 | .claude/docs/ |
On-demand | Deep architecture guides |
See .claude/rules/README.md and .claude/docs/README.md for details.
This project uses Claude Code with a PRD-first methodology. See the workflow guide for details.
/core_piv_loop:prime # Load project context
/core_piv_loop:plan-feature # Plan a new feature
/core_piv_loop:execute # Execute with task tracking
/handoff # Capture session state for continuation
/commit # Create clean commit with context tracking[Your license]