Onboarding README Update
Update setup docs so a new dev can run the app in under 10 minutes.
Related prompts
More prompts with similar tags or categories.
Implement a vertical slice of this feature — thinnest path end-to-end. Rules: - One happy path only — no edge cases yet unless trivial - Real persistence and UI wire-up, not mocks (unless spike labeled) - Tests for the happy path - List follow-up slices explicitly Goal: learn fast with something demoable today.
Explore this repository and draft an AGENTS.md for coding agents. Include only durable facts: - What the product does - Stack and key directories - How to run dev, test, lint - Database/auth conventions - What not to do (destructive migrations, etc.) Exclude secrets and one-off tickets. Keep under 80 lines. Use bullet points.
Split this work into logical commits with conventional commit messages. Format: type(scope): subject Body: why, not what the diff already shows. Rules: - One concern per commit - Tests with the code they cover - No drive-by changes bundled Output: ordered list of commits with files each would include.