Just shipped v0.5.4. First, a thank you to everyone. We just passed 1.5K stars on GitHub. That means a lot. What is the plugin? A UserPromptSubmit hook that checks if a prompt is vague before Claude Code runs it. Clear prompts pass through. Vague prompts trigger the prompt-improver skill. The skill researches the codebase and asks 1 to 6 questions using AskUserQuestion. The hook adds about 189 tokens per prompt. Clear prompts do not load the skill. What’s new in v0.5.4 With the release of dynamic workflows, multi-agent runs can get really expensive fast. Every spawned agent burns tokens, and if they all run on your session model the cost adds up quickly. v0.5.4 adds a second UserPromptSubmit hook that fires only when a dynamic workflow is requested. It injects model-routing guidance so a run does not spend your session model on every step: Reserve the session model for planning, strategy, and orchestration Route implementation to a smaller, cheaper model Enter plan mode first and show the plan before running (advisory human review) Install claude plugin marketplace add severity1/severity1-marketplace claude plugin install prompt-improver@severity1-marketplace Repo: https://github.com/severity1/claude-code-prompt-improver Feedback is welcome, and please leave a star! submitted by /u/crystalpeaks25
Originally posted by u/crystalpeaks25 on r/ClaudeCode
