agent-to-mvp
01Skill Claude CodeCodex
A workflow that guides an MVP—minimum viable product—through product planning, architecture, development, and quality checks in a fixed order.
极简开发工作流系统 — 角色串行(PM→Architect→Dev→QA) + L0~L4 文件分层的状态机循环,解决 LLM 上下文污染与幻觉发散
Skill Claude CodeCodex
A workflow that guides an MVP—minimum viable product—through product planning, architecture, development, and quality checks in a fixed order.
Skill Claude CodeCodex
A development protocol that separates product intent, user-interface requirements, technical design, code, and testing into distinct files and roles.
Skill Claude CodeCodex
A deployment workflow for publishing Next.js web projects on Cloudflare Pages, Cloudflare’s hosting service for web applications.
Skill Claude CodeCodex
A project-level tool for turning lessons from development problems and design reviews into reusable reference documents.
Skill Claude CodeCodex
A setup and upgrade workflow for cc-code, a structured development workspace for managing project requirements and work stages.
Skill Claude CodeCodex
A guide for adding email and Google or GitHub sign-in to a Next.js project using Supabase Auth, with Resend delivering authentication emails.
Skill Claude CodeCodex
A conversion workflow for recreating Next.js pages and components as Taro mini-program interfaces, using Taro views, text, styles, and PNG images.
Skill Claude CodeCodex
A planning workflow for adding a new feature to an existing product after its first usable version is complete. It compares the requested change with the current code, documented rules, user experience, and tests before producing an implementation plan.
Skill Claude CodeCodex
A planning workflow for defining a product's first usable version, often called an MVP, before coding starts. It turns a conversation about the product into requirements, logic diagrams, interface sketches, and a list of missing pieces.
Skill Claude CodeCodex
A project-summary workflow that reads the code and configuration to write a plain-text introduction. It identifies the real technology choices, product name, website address, main functions, and notable points from the project files.
Skill Claude CodeCodex
A response mode that gives short answers, with no explanation, when the question has a clear and simple answer.
Skill Claude CodeCodex
A deployment workflow for putting a Next.js web project online with Vercel and Supabase. It transfers the local PostgreSQL database structure, connects the project to GitHub, sets production environment settings, and starts the deployment.
Skill Claude CodeCodex
A coordination workflow for checking an entire application across multiple rounds. It assigns testing and repairs to separate workers, tracks the complete set of checks, and repeats only when the results are improving.