Using Claude as a Critical Product Manager for Landing Page Optimization

Using AI for Product Strategy Beyond Coding
A developer building promptoptimizr.com found their landing page was basic with poor SEO. Instead of using Claude for coding tasks, they approached it as a product strategy tool by asking it to act as a "really harsh, contrarian product manager."
Critical Review Process
The developer gave Claude this prompt: "be brutal and where are these tools making me think too much?" They wanted it to highlight every friction point, jargon, and missed opportunity. Claude identified several specific issues:
- Value proposition was buried
- CTA was weak
- Assumed too much user knowledge
- Competitor landing pages were outperforming theirs
- Page focused on "what" instead of "why"
Rewrite with SEO Focus
After the critique, the developer asked Claude to rewrite the landing page section by section with specific SEO focus for "prompt optimization tools." They provided keywords and instructed Claude to write for someone who'd never heard of prompt engineering before. Claude generated:
- Meta descriptions
- Title tags
- Specific H2 and H3 headings that made more sense than the original
Results
The developer shipped the changes and reported the difference was "night and day." The new landing page was not just a better explanation but actually persuasive. They're now seeing it rank for terms they never would have thought of previously.
This approach demonstrates how AI assistants can be used for product strategy and marketing tasks beyond traditional coding applications. By framing the AI as a critical reviewer rather than just a code generator, developers can get valuable feedback on messaging, user experience, and SEO optimization.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw Introduces One-Prompt Email Reporting for Seamless Operations
OpenClaw takes operational efficiency to the next level by enabling its agents to generate and send operational reports via a single prompt. This innovative feature simplifies workflow and enhances automation.

Mesh Architecture for AI Agents: Client Isolation and Cross-Project Coordination
A developer running a micro-agency describes a mesh architecture where each client gets specialized AI agents that communicate via markdown files, enabling domain expertise, cross-project coordination, and client isolation across 44 projects and 14 organizations.

Using OpenClaw's SkyClaw bot for personal expense tracking via Discord and Google Sheets
A user describes using SkyClaw, a cloud-native bot powered by OpenClaw, to log expenses through Discord messages and receipt images, which are automatically added to a Google Sheet without needing access to sensitive personal accounts.

Claude Code Agents Negotiate API Contracts Without Orchestration Framework
Two Claude Code agents negotiated API contracts peer-to-peer using only two messaging tools and system prompts, agreeing on endpoint shapes, response formats, and CORS headers before writing code. The bridge implementation is ~190 lines of TypeScript with WebSocket broker and MCP channels.