Development Brief: Piper Morgan Website MVP

Project: pipermorgan.ai website Repository: site/ directory in main Piper Morgan project Timeline: MVP launch within 5 days Architecture: Claude (Strategic UX) β†’ Christian (PM) β†’ Lead Dev β†’ Claude Code β†’ Cursor Agent


🎯 MVP Requirements (Days 1-5)

Core Functionality

Technical Specifications

Framework Decision

Recommended: Next.js with static site generation

Content Management Strategy

/pages/
  β”œβ”€β”€ index.js           # Homepage
  β”œβ”€β”€ about.js           # About/Project info
  β”œβ”€β”€ newsletter.js      # Newsletter signup (redirect from forms)
  └── blog/
      └── index.js       # Medium feed integration

Integration Requirements


🎨 Design System Foundation

Color Palette (MVP Implementation)

:root {
  --primary-teal: #2DD4BF;
  --primary-orange: #FB923C;
  --text-dark: #1F2937;
  --text-light: #6B7280;
  --background: #FFFFFF;
  --surface: #F9FAFB;
}

Typography Hierarchy

Component Architecture


πŸ“± Mobile-First Requirements

Performance Targets

Responsive Breakpoints

/* Mobile First */
@media (min-width: 640px) { /* Small */ }
@media (min-width: 768px) { /* Medium */ }
@media (min-width: 1024px) { /* Large */ }

πŸ”— Integration Specifications

ConvertKit Signup Form

<!-- Embed code provided by Christian after service setup -->
<div id="convertkit-form-container">
  <!-- ConvertKit form embed -->
</div>

Medium RSS Integration

// Fetch latest 5 posts from Medium publication
const MEDIUM_RSS = 'https://medium.com/feed/building-piper-morgan';
// Parse and display: title, excerpt, publish date, read link

SEO Foundation

<head>
  <title>Piper Morgan - AI Product Management Assistant</title>
  <meta name="description" content="Building-in-public: AI-powered PM methodology that shows its work" />
  <!-- Additional meta tags for social sharing -->
</head>

πŸš€ Deployment Strategy

MVP Hosting (Free Tier)

Domain Configuration


πŸ“‹ Success Criteria

Functional Requirements

Technical Requirements


πŸ”„ Handoff Process

Asset Dependencies

Review Checkpoints

Agent Coordination


πŸ’‘ Strategic Context

This MVP serves as professional placeholder supporting Christian’s building-in-public methodology documentation. The site should feel like a credible β€œsoft launch” that practitioners can engage with while full content is developed.

Audience: Senior PMs, UX leaders, civic tech practitioners, AI-curious professionals Brand: Systematic excellence, transparent process, intelligent collaboration Voice: Professional warmth, approachable expertise, building-in-public authenticity


Ready for development kickoff! This brief provides comprehensive direction while preserving flexibility for implementation details and agent coordination.