mf2

Map product requirements to MF2 monorepo capabilities and generate structured build plans.

18|Updated Jul 23, 2025
One-click install
npx skills add https://github.com/faw01/create-mf2-app --skill mf2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mf2
Source: https://github.com/faw01/create-mf2-app/tree/main/apps/cli/template/.agents/skills/mf2
Command: npx skills add https://github.com/faw01/create-mf2-app --skill mf2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the "blank canvas" problem for new SaaS projects by mapping product requirements directly to the pre-built, production-ready capabilities of the MF2 monorepo scaffold.

Core Features & Use Cases

  • Requirement Mapping: Automatically aligns user features with existing infrastructure like Clerk auth, Stripe billing, and Convex backend modules.
  • Parallel Execution Strategy: Generates a structured BUILD-PLAN.md that splits work into independent, dependency-aware worker tasks.
  • Use Case: When starting a new B2B SaaS, use this Skill to define your feature set and receive a complete roadmap that ensures you never rebuild existing components like auth, design systems, or observability.

Quick Start

Use the mf2 skill to generate a build plan for a new B2B project management tool with AI summaries and Stripe subscriptions.

Frequently Asked Questions about mf2

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

FAQPage Schema
How do I generate a parallel build plan for a monorepo SaaS project?

Generate a parallel build plan by mapping high-level product features to existing repository capabilities, which produces a structured BUILD-PLAN.md that splits work into independent, dependency-aware worker tasks.

How do I map new SaaS features to existing authentication and payment infrastructure?

Map new SaaS features to existing infrastructure by aligning product requirements with pre-built modules like Clerk authentication and Stripe billing machinery, ensuring you never rebuild foundational components.

What is dependency-aware worker task orchestration in a Turborepo scaffold?

Dependency-aware worker task orchestration defines worker rosters and dependency edges within the build plan, ensuring parallel execution strategies respect architectural consistency and quality gates.

Can I use this scaffolding approach for a B2B project management tool with AI integrations?

You can use this scaffolding approach for B2B SaaS projects, as it directly maps AI integration requirements and other feature sets to existing backend modules within the monorepo.

Does this monorepo scaffold support zero-key bootability for new Convex backend projects?

The monorepo scaffold supports zero-key bootability by orchestrating project initialization with defined quality gates, ensuring architectural consistency across Convex backend modules.