Desired effect:
Just to clarify - this is LATEX code, asking for a replication with CONTEXT code. Did you understand that? Please leave comments if you didn't get that.
MWE (LaTeX):
\documentclass{memoir}
\usepackage{tcolorbox}
\newtcolorbox{mybox}[2][]{
enhanced,
attach boxed title to top center={yshift=-\tcboxedtitleheight/2},
colframe=black,
colback=white,
fonttitle=\huge\scshape,
colbacktitle=white,
coltitle=black,
boxed title style={
boxrule=0pt,
colframe=white,
},
title=#2,
#1}
\begin{document}
\pagestyle{empty}
\begin{mybox}{Goals}
\\
\end{mybox}
\end{document}
