Goal Focus banner
ChipFlow ChipFlow

Goal Focus

Development community

Description

--- description: Set the focused step for your current goal allowed-tools: [mcp__plugin_context-daddy_goals__goal_show, mcp__plugin_context-daddy_goals__goal_focus] --- # Focus on a Goal Step Set which step you're actively working on for the current goal. ## IMPORTANT: This is an executable skill When invoked, execute the steps below. Don't just explain - DO it. ## Step 1: Show Current Goal Use the `goal_show` MCP tool to display the current goal with its plan steps: ``` goal_show() ```

Installation

Installs to ~/.claude/skills/chipflow-context-daddy-goal-focus/SKILL.md

Terminal
mkdir -p ~/.claude/skills/chipflow-context-daddy-goal-focus && curl -fsSL https://raw.githubusercontent.com/ChipFlow/context-daddy/HEAD/commands/goal-focus.md -o ~/.claude/skills/chipflow-context-daddy-goal-focus/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository