Back
X Posts Mar 11, 2026
Arvid Kahl @arvidkahl

A couple of suggestions for Claude Code productivity, from someone in the profitable SaaS trenches:

For ANY non-trivial feature: shift-tab into planning mode, and mention “do deep research on best practices and known issues, using web search” to the prompt. READ the plan, adjust, and have it execute. Plans survive compaction MUCH better than vibe-prompted features, particularly if they’re bigger.

/plugin marketplace add mksglu/claude-context-mode (significantly bigger context window, uses an MCP to load files into context via reference instead of parking the whole file there)

/plugin install claude-warden@claude-warden (much better protection against destructive actions)

Create a /documents/ folder with these files:

Maintain a CLAUDE.md that references all these /documents/*.md files in the system prompt (and forces code to be compliant).

Any of these docs can be inferred from an existing codebase. Ask CC to use the AskUserQuestion skill to get your feedback on anything unclear. Ask it to persist plans and complex ideas in markdown form in your /documents folder.

That will make the experience MUCH more enjoyable and manageable than a vanilla CC.

View on X