VVibe Rules

Tips

Vibe Coding Tips

Practical techniques for AI-assisted coding. From prompt engineering to multi-agent workflows โ€” level up your vibe coding practice.

๐Ÿง 

CLAUDE.md is your team constitution

Define code style, architecture constraints, and prohibitions in project root.

๐Ÿ”„

Context Rot Management

Monitor context usage: 50-70% caution, 70-90% use /compact, 90%+ force /clear.

๐ŸŒณ

Git Worktree Isolation

One worktree per feature branch โ€” parallel dev without interference.

๐ŸŽญ

Role-based Prompting

Don't let AI be PM and developer simultaneously โ€” separate concerns.

๐Ÿงช

TDD First

Superpowers enforces RED/GREEN TDD โ€” significantly reduces AI logic errors.

๐Ÿ”’

Security First

Vet third-party skills before install. MCP servers can read/write your codebase.

๐Ÿ“

Progressive Building

Don't describe entire project at once โ€” brainstorm โ†’ plan โ†’ implement.

๐Ÿค–

Sub-agent Division

Split complex tasks to specialized sub-agents with isolated context.

๐ŸŒ

Headless Browser Testing

Use Playwright MCP to verify UI changes visually โ€” screenshot and interact.

๐Ÿงฑ

Skill Composition

Combine small focused skills instead of one monolithic prompt.

๐Ÿ”

MCP Server Discovery

Use Vibe Rules to scan and inventory all MCP servers across your agents.

๐Ÿ“Š

Diff Before Sync

Always review skill differences across agents before syncing.

๐Ÿ›

Reproduce Before Fixing

Write a failing test that reproduces the bug before attempting any fix.

๐Ÿค

Multi-Agent Handoff Protocol

Define clear handoff boundaries โ€” what each agent receives and returns.