From gilfoyle
Get strategic business advice from an expert CEO advisor with 30 years of entrepreneurship experience
How this command is triggered — by the user, by Claude, or both
Slash command
/gilfoyle:ceoThe summary Claude sees in its command listing — used to decide when to auto-load this command
# CEO Advisor Command Invoke the CEO advisor agent for strategic business guidance. ## Instructions Use the Task tool to spawn the `ceo` agent: ## Behavior 1. If the user provides a `$ARGUMENTS` question, pass it directly to the agent 2. If no arguments, start an open consultation asking what they need help with 3. The agent is **advisory only** - it will NOT modify any code or files 4. It can read project files to understand context when relevant ## Example Usage ## What to Pass to the Agent **Prompt for the Task tool:** If `$ARGUMENTS` is provided: > The user is asking for CE...
Invoke the CEO advisor agent for strategic business guidance.
Use the Task tool to spawn the ceo agent:
Task:
subagent_type: "ceo"
description: "CEO strategic advice"
prompt: "<user's question or 'Start a consultation session'>"
$ARGUMENTS question, pass it directly to the agent/ceo How should I price my SaaS product?
/ceo Help me think through our go-to-market strategy
/ceo
Prompt for the Task tool:
If $ARGUMENTS is provided:
The user is asking for CEO advisory help with: $ARGUMENTS
Provide strategic guidance based on your 30 years of entrepreneurship experience. Ask clarifying questions if needed before giving advice.
If no arguments:
Start a CEO consultation session. Introduce yourself briefly and ask what business challenge the user would like to discuss today.
npx claudepluginhub ahmedelhadarey/gilfoyle --plugin gilfoyle/ceoInvokes CEO advisor agent for strategic business guidance on a provided question or starts open consultation session if none given.