features

Define construction logic for SMS drips, lead-form automations, and CRM integrations.

1|Updated Jun 7, 2026
One-click install
npx skills add https://github.com/MikeyMiami/lovable-web-design --skill features-mikeymiami
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: features
Source: https://github.com/MikeyMiami/lovable-web-design/tree/main/skills/features
Command: npx skills add https://github.com/MikeyMiami/lovable-web-design --skill features-mikeymiami

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides the canonical build logic and mechanics for platform features, ensuring consistency across client sites and preventing the loss of critical build decisions.

Core Features & Use Cases

  • Feature Construction: Provides step-by-step instructions for building review drips, lead-form automations, and missed-call textbacks from scratch.
  • Logic Standardization: Defines the exact branching, exit rules, and handoff behaviors for complex SMS sequences.
  • Use Case: When building a new client site, use this skill to ensure the review-request SMS drip correctly handles enrollment, tracked redirects, and the handoff to the one-year follow-up drip.

Quick Start

Use the features skill to guide the construction of the review request SMS drip and its associated funnel logic.

Frequently Asked Questions about features

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

FAQPage Schema
How do I build an SMS drip campaign with Supabase and TanStack?

To build an SMS drip campaign with Supabase and TanStack, define the feature mechanics including enrollment triggers, exact branching logic, and exit rules. This skill standardizes the construction logic to ensure sequence handoffs behave deterministically across client sites.

What is the correct phone formatting for automated textback workflows?

The correct phone formatting for automated textback workflows is E.164. This standardization is required alongside deterministic event logging to maintain consistent data handling and reliable delivery within platform-specific SMS sequences.

How do I automate missed-call textbacks without losing track of event logs?

Automate missed-call textbacks by defining the feature construction logic with deterministic event logging. This ensures every trigger, handoff, and exit rule within the SMS sequence is tracked consistently, preventing the loss of critical build decisions.

Can I use this approach to build CRM integrations that are RLS-compliant?

Yes, you can build CRM integrations that are RLS-compliant. The feature construction logic satisfies requirements for RLS-compliant data handling within a Supabase environment, ensuring secure and consistent lead-form automations.

What is the best way to structure a review-request sequence with exit rules?

The best way to structure a review-request sequence is to define exact branching, exit rules, and handoff behaviors. This approach ensures tracked redirects and the handoff to the one-year follow-up drip execute correctly.

Why do my lead-form automations drop data during handoffs?

Lead-form automations drop data during handoffs when construction logic lacks deterministic event logging. Standardizing branching rules and exit behaviors ensures complex SMS sequences and reactivation campaigns maintain data integrity.