postgres-schema-query-design
Installation
SKILL.md
Postgres Schema Query Design
Design PostgreSQL around real access patterns, explicit constraints, migration safety, query plans, transaction boundaries, and application persistence needs.
Process
- Identify access patterns, trust boundaries, runtime constraints, ownership, and operational requirements before choosing structure.
- Prefer the simplest design that satisfies current requirements and leaves clear extension points for known near-term changes.
- Make data flow, failure handling, observability, and rollout constraints explicit.
- Translate the design into concrete implementation and review checks before coding.
Coordination
Use this skill together with itsol-task-intake for ambiguous work, itsol-self-review before handoff, and focused security-* or infra-* skills when the change touches trust boundaries or deployment behavior.