Conducts an executive interview to clarify organizational goals, pain points, and strategic vision. Use this skill when you need to understand what the "boss" or top management actually wants before starting a consulting engagement.
This skill guides you through conducting a structured interview with an executive or top manager to understand their strategic goals, organizational pain points, and vision for change.
executive_brief.md).notion_helper.py script to create a new entry in the "Consulting Engagements" database and upload the brief to the "Engagement Artifacts" database. Recommend using the consult-research-lit skill next.manus-speech-to-text utility to transcribe it first, then analyze the transcript using the frameworks above.The final "Executive Strategy Brief" should include:
Save this brief to a file named executive_brief.md in the current working directory.
After saving the file, you MUST push the results to the shared Notion databases. Ensure the user has provided NOTION_API_KEY, NOTION_ENGAGEMENTS_DB_ID, and NOTION_ARTIFACTS_DB_ID in the environment.
python /home/ubuntu/skills/consult-exec-interview/scripts/notion_helper.py create_engagement "Client Name - Project" "Executive Interview"
(This will save the engagement ID to current_engagement_id.txt)
ENGAGEMENT_ID=$(cat current_engagement_id.txt)
python /home/ubuntu/skills/consult-exec-interview/scripts/notion_helper.py create_artifact "Executive Brief" "$ENGAGEMENT_ID" "Executive Interview" "executive_brief.md"