Dele Tosh

Members Public

Module 4, Lesson 3: Connect to Vercel

How do you deploy a landing page to Vercel? You deploy a landing page to Vercel by first pushing your project to a GitHub repository, then signing up for Vercel with your GitHub login and connecting it to that repo, which gives you a live public URL. From then on

Members Public

Module 4, Lesson 2: Connect to ConvertKit

How do you connect a landing page to Kit (ConvertKit)? You connect a landing page to Kit (formerly ConvertKit) by creating a Kit form, copying its Form ID and API key, and having Claude Code wire your page's email input to Kit so every submission lands in your

Members Public

Module 4, Lesson 1: Design the Landing Page

How do you design a landing page with Claude Code? You design a landing page with Claude Code by cloning a starter repo into WebStorm, copying your Module 2 documents (GTM, market research, summary, UX/UI) into a folder so Claude has context, then running the frontend-design skill to

Members Public

Module 3, Lesson 9: Scoping the GTM Project in YouTrack

How do you scope a GTM project in YouTrack with Claude? You scope a GTM project by pointing Claude Desktop at your market research and GTM documents in the Co-Work tab, where it can use your MCP connections, and ending your prompt with an instruction to ask clarifying questions

Members Public

Module 3, Lesson 8: Connecting Claude Desktop to YouTrack

How do you connect Claude Desktop to YouTrack? You connect Claude Desktop to YouTrack by manually editing the claude_desktop_config.json file to add a YouTrack MCP server, supplying your YouTrack instance URL and an API token, then restarting Claude Desktop and running a quick test. This is a

Members Public

Module 3, Lesson 7: Building Out the Project in YouTrack

What is an Epic in YouTrack? In YouTrack, an Epic is a large milestone that groups a set of related features under one heading, roughly a chapter for a phase of your product; it is its own issue type, and in this setup each phase of your implementation roadmap maps

Members Public

Module 3, Lesson 6: Set Up Claude Code + YouTrack

How do you connect Claude Code to YouTrack? You connect Claude Code to YouTrack by creating a YouTrack API token and adding a .mcp.json config file in your project root that points Claude Code at YouTrack over MCP, then starting Claude Code with the flag that loads only that

Members Public

Module 3, Lesson 5: Writing the Implementation Roadmap

What is an implementation roadmap? An implementation roadmap is a phased, sprint-based delivery plan that sequences your prioritised features into a build order that respects dependencies and capacity, with each phase ending in something you can actually ship to users. It answers when and in what order to build,

Members Public

Module 3, Lesson 4: Designing RICE

How do you decide what to build first? You score your features with RICE (Reach, Impact, Confidence, Effort), so priority comes from evidence, not from whatever feels exciting. Claude Code reads your specs and generates a ranked Feature Priority Matrix saved to your project. What is RICE scoring? RICE is

Members Public

Module 3, Lesson 3: Installing Claude Code

How do you install Claude Code? You install it with one command in the WebStorm terminal (on Windows, inside WSL), then log in once to connect it to your Claude account. After that it runs inside your project, reading files and writing code with no copy and paste. What is