Mcp Tasks Optimize Prompts banner
hugoduncan hugoduncan

Mcp Tasks Optimize Prompts

Development community

Description

--- description: Analyze session events from completed stories to optimize prompts --- Analyze session events from completed stories to identify prompt improvements. **Goal:** Ensure Claude follows prompts reliably. User corrections indicate prompts need clearer or more explicit instructions. Compactions indicate context issues (verbose prompts, under-specified tasks, or tasks not split small enough). ## Process ### 1. Initialize State Use `init-state!` function from `mcp-tasks.prompt-opt

Installation

Installs to ~/.claude/commands/hugoduncan-mcp-tasks-mcp-tasks-optimize-prompts.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/hugoduncan/mcp-tasks/HEAD/.claude/commands/mcp-tasks-optimize-prompts.md -o ~/.claude/commands/hugoduncan-mcp-tasks-mcp-tasks-optimize-prompts.md

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

Full documentation available on GitHub

View Source Repository