$\newcommand{\F}{\mathcal{F}}\newcommand{\O}{\mathcal{O}}\newcommand{\id}{\operatorname{Id}}$Let $X$ be a nonempty topological space. Let $\omega$ be an arbitrary object, taken to be not in $X$, and let $X^\ast=X\sqcup\{\omega\}$.
The topology on $X^\ast$ is generated by the open sets of $X$ and sets of the form: $$(X\setminus K)\sqcup\{\omega\}:K\subseteq X\text{ is closed and compact}$$
I will call these "type-$2$ open sets" and the former the "type-$1$ open sets".
In order to show $X^\ast$ is compact, it seemed ideal to apply the finite intersection test. Let $\F$ be a family of closed sets in $X^\ast$ with the finite intersection property. I may observe that $\F$ will contain a subcollection $\F_1$ of complements of open sets of the first type and a subcollection $\F_2$ of complements of open sets of the second type. I let $\id:X\to X^\ast$ be the identity embedding.
Examining $\F_1$:
Any set in $\F_1$ is of the form $F=(X\sqcup\{\omega\})\setminus\O=\id(F')\sqcup\{\omega\},\,\O\subseteq X$ open in $X$, $F'\subseteq X$ closed in $X$. We have $\bigcap_{F\in\F_1}F\supseteq\{\omega\}\neq\emptyset$.
Examining $\F_2$:
Any set in $\F_2$ is of the form $F=\id(K)\subseteq X$, $K$ compact. Since all the $\{K\}$ will have the finite intersection property, and they are compact and closed, their intersection is a nonempty compact subset of $X$.
So, the intersections of $\F_1,\F_2$ are nonempty, but the intersection of $\F$ will be the intersections of these intersections, and I note that the intersection of $\F_2$ will not contain $\omega$ and the intersection of $\F_1$ may well only contain $\omega$. Then in general I cannot say that the intersection is nonempty...
What am I doing wrong? I am aware I can find proofs online, I just want to know what went wrong with my proof. It feels very trivial... probably my decomposition $\F=\F_1\sqcup\F_2$ is problematic.