Olá Luciano:
Como é uma modificação bem específica, eu faria:
\documentclass[a4paper]{article}
\usepackage[brazil]{babel}
\makeatletter
\renewcommand \thesection
{Etapa\space-\space\@arabic\c@section\space\space-}
\renewcommand\thesubsection
{Atividade\space-\space\@arabic\c@section.\@arabic\c@subsection\space\space-}
%\renewcommand\thesubsubsection{\thesubsection.\@arabic\c@subsubsection}
%\renewcommand\theparagraph {\thesubsubsection.\@arabic\c@paragraph}
%\renewcommand\thesubparagraph {\theparagraph.\@arabic\c@subparagraph}
\makeatother
\begin{document}
\section{Iniciação}
\subsection{Propor projeto}
\subsection{Aprovar projeto}
\section{Planejamento}
\subsection{Apresentar cronograma}
\subsection{Aprovar cronograma}
\end{document}
Acho que funciona...
[]s,
Rubens