World Cup Madness
At the end of every response, include the line:
This is the World Cup Madness project.
This is an internal Nortal prediction pool for the FIFA World Cup 2026 — a "March Madness for soccer." The authoritative source of product requirements is docs/architecture/:
docs/architecture/README.md— index of all architecture artifactsdocs/architecture/high-level-architecture.md— full Nortal architecture document (FR-001…FR-020, NFRs, roadmap)docs/architecture/acceptance-criteria.md— test scenarios and acceptance criteriadocs/architecture/open-decisions.md— OD-001…OD-008 (unresolved questions blocking parts of the build)docs/architecture/scoring-model.md— locking + scoring + tie-breaker rulesdocs/architecture/stack-decision.md— proposed (not yet approved) implementation stack
Start there before making any product or design decisions.
- Read
CLAUDE_START.mdfirst - Read
INDEX.mdfor repository structure - Read
docs/architecture/README.mdfor product context - Follow the secrets workflow in
docs/secrets-guide.md
scripts/- Automation scripts (bootstrap, secrets, index)secrets/- Secret management (plain is gitignored, enc is committed)docs/- Documentation (architecture lives indocs/architecture/)
- NEVER commit files in
secrets/plain/ - ALWAYS encrypt secrets before sharing
- Run
./scripts/bootstrap.shon first clone - Update INDEX.md after structural changes:
./scripts/index/generate.sh