9ff8e915b8
User-agnostic, shareable AI-assisted development workflow distilled from 26+ real projects. Includes 9 composable rules, 4 project templates, pre-push secret scanning hook, 3 methodology guides, and customization docs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1.1 KiB
1.1 KiB
Start Here
- Read this file for project state and architecture
- Check
.claude/sessions/for the latest session handoff - Read SESSION.md for accumulated decisions and discoveries
Project State
- Phase: <IDEATION | PLANNING | BUILDING | REVIEW | SHIPPING>
- Branch:
- Tests: <number passing, or "none yet">
- Deployment: <where it runs, or "local only">
Architecture
Key Files
| File | Role |
|---|---|
Infrastructure
<Deployment target, services, ports, URLs.>
See CONTEXT.md for detailed infrastructure facts.
Conventions
- Conventional commits:
feat:,fix:,docs:,refactor:,test:,chore:
Credentials
All credentials are in .env (gitignored, never committed).
Never inline credentials in code, docs, or messages.
Development
# Setup
<setup commands>
# Run
<run commands>
# Test
<test commands>