init-project

Scaffold Next.js and Supabase MVP projects with PRD and checkpoints.

2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/potenlab/marketplace-potenlab --skill init-project-potenlab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-project
Source: https://github.com/potenlab/marketplace-potenlab/tree/main/reference/medium-project/skills/init-project
Command: npx skills add https://github.com/potenlab/marketplace-potenlab --skill init-project-potenlab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initialize a project quickly from a reference MVP template, generating a PRD and a set of checkpoints.

Core Features & Use Cases

  • Create a ready-to-edit project skeleton from reference templates.
  • Generate a PRD and CHECKPOINTS.md scaffolding to drive MVP milestones.
  • Auto-start CP1 after creation and apply UI rules for UI work when present.

Quick Start

Run /init-project to scaffold a new project from reference templates.

Frequently Asked Questions about init-project

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new MVP project from a PRD?

To scaffold an MVP project from a PRD, this automation generates a scalable Next.js and Supabase project skeleton, creates a PRD, and initializes CHECKPOINTS.md to drive milestone tracking.

What is included in the project scaffold generation process?

The project scaffold generation process includes creating a ready-to-edit codebase from reference templates, generating PRD and CHECKPOINTS.md files, verifying MCP availability, and auto-starting the first checkpoint.

Can I use this scaffolding tool for a Next.js and Supabase software MVP?

Yes, this scaffolding tool explicitly applies to new software MVPs built with Next.js and Supabase, providing a tailored reference template and automatically applying UI rules for UI work when present.

How do I start the first checkpoint after creating my project skeleton?

You do not need to manually start the first checkpoint; the scaffolding process verifies MCP availability and auto-starts CP1 immediately after generating the PRD and CHECKPOINTS.md files.

Does the generated scaffold include milestone tracking for my MVP?

Yes, the generated scaffold includes a CHECKPOINTS.md file designed to drive MVP milestones, ensuring your project skeleton has built-in checkpoint tracking from the initial reference template creation.