All categories
Every category on Markdowners, with subcategories for the ones that need them.
Payments
4Payment flows are where AI-generated code gets expensive to get wrong.
Auth
4Authentication is the one place your agent should never improvise.
Database
8Schema decisions outlive almost everything else you ship, which makes them a bad place to let an agent guess.
API & Backend
6REST, GraphQL, background jobs, rate limiting — this is the backend surface an agent touches most often, and where sloppy defaults quietly become production incidents.
UI & Frontend
7A UI an agent builds unsupervised tends to drift — inconsistent spacing, missed accessibility, ad hoc breakpoints.
SEO & Growth
4SEO is mostly a list of small, easy-to-forget details — meta tags, sitemaps, canonical URLs — that an agent will skip unless it's told to check them.
Security
4Security is the category where an agent's confident-sounding code is most likely to be wrong.
Testing & Quality
4An agent that writes tests after the fact usually writes tests that pass without proving much.
Deployment & Infra
1Deployment mistakes are expensive precisely because they happen in production.
AI Behavior
4This category is about the agent itself — how it should behave, not what it should build.
Frameworks
6Every framework has its own conventions an agent should follow instead of guessing from generic training data.
Project Setup
5These are the decisions that get made once, on day one, and then quietly govern everything after — naming conventions, env vars, monorepo layout, git workflow.
E-commerce
3Checkout, cart, and catalog logic are full of edge cases an agent won't think to ask about — abandoned carts, tax jurisdictions, out-of-stock states.
Content & CMS
0Content modeling and localization decisions are hard to unwind once real content exists.
Integrations
2Every third-party API has its own quirks — auth flows, webhooks, rate limits — that an agent will get wrong on the first try without guidance.
Data & AI Features
3Building AI features into your own product is a different discipline from just using one — prompt templates, retrieval, embeddings.
Writing
12Not every module here is code.
Translation & Languages
4Translation quality lives or dies on details an agent won't infer on its own — a fixed glossary, a consistent register, regional spelling.
Video & Audio
6Subtitles, transcription, and video editing all have hard technical rules — line length, timing, reading speed — that an agent needs spelled out, not inferred.
Design & Art
5Good AI image and design prompts are more precise than most people expect — style, lighting, and composition all need to be stated, not implied.
Social & Marketing
11Every platform rewards a different format, length, and tone, and an agent that doesn't know that writes the same generic post everywhere.
Study & Research
8Summarizing and studying well is a skill an agent needs instructions for, same as anything else — what to keep, what to cut, how to structure flashcards or citations.
Business Docs
11Meeting notes, specs, and pitch decks all have a shape people expect, and an agent that doesn't know it produces something technically correct but useless.
Personal Productivity
8Task lists, journaling prompts, trip planning — the smaller, personal instructions that make an agent genuinely useful day to day, not just at work.
Other
0Everything that doesn't fit neatly into the categories above still deserves a good set of instructions.