docs: add Phase 2 design decisions and session orientation#2
Merged
Conversation
Creates six documentation files to enable fast context pickup for new Claude Code sessions and new contributors: - docs/ai/START_HERE.md — 2-minute project orientation - docs/ai/TASK_RUNBOOK.md — how to pick up and commit work - docs/ai/SESSION_HANDOFF.md — current project state and what's next - docs/product/PRODUCT_VISION.md — goals, principles, non-goals - docs/product/PHASES.md — per-phase scope and status - docs/product/PHASE_2_PRODUCT_DECISIONS.md — all approved Phase 2 design decisions (buckets, LLM retry, SMTP errors, review queue, rate limits, tracking pixel, calibration threshold, etc.) No application code changed. https://claude.ai/code/session_018RdP4HdHLxkTwrpsjyTzJu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds comprehensive documentation for Phase 2 (Outbound Email Engine) and establishes session orientation guides for future development work. No application code changes are included.
Key Changes
docs/product/PHASE_2_PRODUCT_DECISIONS.md— Finalized design decisions for Phase 2, covering:docs/product/PHASES.md— Phase roadmap documenting scope and status for all six planned phases, with contact bucket state transitions and infrastructure requirements per phasedocs/product/PRODUCT_VISION.md— High-level product vision, target users, core problem/solution, deployment model (self-hosted single-tenant), and design principlesdocs/ai/START_HERE.md— New session orientation guide covering project overview, current status, key documents, codebase structure, tech stack, roles, and quick-start commandsdocs/ai/TASK_RUNBOOK.md— Detailed runbook for Claude Code sessions, including orientation checklist, branch conventions, task pickup process, commit conventions, code conventions, testing strategy, and infrastructure change guidelinesdocs/ai/SESSION_HANDOFF.md— Session state tracking document recording Phase 1 completion, Phase 2 planned scope, what was done in the last session, next steps, and known gotchasNotable Details
https://claude.ai/code/session_018RdP4HdHLxkTwrpsjyTzJu