Ship Small Vertical Slice
Implement the thinnest end-to-end slice of a feature to validate the approach.
Related prompts
More prompts with similar tags or categories.
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.
Update README / AGENTS.md for onboarding after this change. Must include: - Prerequisites and env vars (names only, no secret values) - Install and dev commands that actually work - How to run tests and lint - Common failure modes and fixes Test instructions mentally against a fresh clone. Remove stale steps.
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.