Tag

#architecture

8 prompts
Break a God Function Apart

Split an oversized function into well-named pieces without changing external behavior.

Design a Database Schema

CREATE TABLE statements with constraints, indexes, and the reasoning behind each choice.

Design a REST API

Endpoint-by-endpoint design including the error responses most API specs forget.

Design a System Component

A component design with data model, API surface, the hard parts, and what to defer to v2.

Midjourney: Japandi Interior

Tilt-shift interior photography of a minimal Japandi living room in natural light.

Review an Architecture Decision

An honest, unhedged comparison of two approaches with a named recommendation.

Scaffold a Project Structure

A minimal folder layout, boilerplate, and dependency list for a new project — nothing you didn't ask for.

Trace Data Flow

Follow a value through every function that touches it, with side effects and an ASCII flow diagram.