$ recombobulate _
~/recombobulate $ tip --list --tag="prompting"

// 31 tips tagged "prompting"

0
Ask Claude to Scaffold New Features Using Your Existing Code Conventions

Before asking Claude to scaffold a new feature, point it at your existing code first — it will match your naming, structure, error handling, and test patterns exactly rather than defaulting to framework boilerplate.

bagwaa @bagwaa · 46 minutes ago
0
Use --system-prompt to Fully Replace Claude's Default Prompt

Replace Claude Code's entire default system prompt with your own custom instructions, turning it into a specialised tool for reviews, audits, or migrations.

bagwaa @bagwaa · 1 hour ago
0
Write a Codebase Onboarding Guide for New Developers with Claude

Let Claude read your entire codebase and generate a comprehensive onboarding guide that actually reflects the current state of the project.

bagwaa @bagwaa · 1 hour ago
0
Prototype a Full-Stack MVP in a Single Claude Code Session

Give Claude a clear product brief and let it scaffold a working full-stack MVP — backend, frontend, and dev tooling — in a single session.

bagwaa @bagwaa · 1 hour ago
0
Describe the Entire Feature in Plain English Before Claude Starts Building

Give Claude the full picture upfront before it writes any code, so it builds the right thing the first time with fewer correction rounds.

bagwaa @bagwaa · 1 hour ago
0
Control Reasoning Depth with the --effort Flag

Use --effort to set reasoning depth per session, from quick low-effort tasks to maximum reasoning on complex problems.

bagwaa @bagwaa · 2 hours ago
0
Use Max Effort for Architectural Decisions

Reserve Claude Code's max effort level for architectural and complex decisions where deeper reasoning pays off, and stick to default for everyday tasks to keep token usage in check.

bagwaa @bagwaa · 2 hours ago
0
Pass Multiline Prompts to Claude Code with Shell HEREDOCs

Complex prompts are unreadable as escaped single-liners. Use shell HEREDOCs to write clean, structured prompts directly in your scripts.

bagwaa @bagwaa · 4 hours ago
0
Structure Complex Prompts Faster by Speaking Them Aloud

Long multi-step prompts with lots of context are harder to type than to speak — your brain can narrate relationships and constraints faster than your fingers can type them.

bagwaa @bagwaa · 5 hours ago
0
Add a "Decisions" Section to CLAUDE.md to Prevent Repeated Debates

Once you've settled an architectural debate with Claude, write the decision into CLAUDE.md — or it will suggest the same alternatives again next session.

bagwaa @bagwaa · 5 hours ago
0
Use plan.md Files for Writing Tasks, Not Just Code

Claude Code's full codebase context makes it a powerful writing partner for strategy docs, product specs, and meeting notes -- the plans it produces reference your actual technical constraints, not generic boilerplate.

bagwaa @bagwaa · 5 hours ago
0
Paste a Design Mockup into Claude Code to Build UI from a Visual Spec

Show Claude Code a Figma export, a hand-drawn wireframe, or a screenshot of a reference design and ask it to build the component — no describing layouts in words required.

bagwaa @bagwaa · 7 hours ago