What problem does it solve?
It helps you integrate Anti-Vibe Coding into an existing Claude Code workflow by automatically wiring your current plans, tasks, and execution prompts together so automated execution follows the required guardrails.
Core Features & Use Cases
- Project structure detection: Finds existing Markdown files for plans, tasks, and execution prompts (e.g.,
.claude/plans/, .claude/tasks/, start.md) and summarizes what it discovered.
- Task integration with anti-vibe sections: Adds a
## Anti-Vibe section to tasks that are missing it, using real content-based heuristics to recommend the most relevant skills/agents.
- Execution prompt generation or upgrade: Creates or updates
start.md (or an equivalent prompt file) with an Anti-Vibe-aware per-task execution flow, including TDD sequencing and post-implementation review steps.
Quick Start
Ask the AI to integrate Anti-Vibe Coding into your existing plan/task files by running the skill on your project folder, for example: “Use enhance-prompt on /path/to/my/project to add Anti-Vibe sections and update the automated start prompt.”