·fullstack-feature
*

fullstack-feature

Load PROACTIVELY when task involves building a complete feature across multiple layers. Use when user says "build a feature", "add user profiles", "create a dashboard", or any request spanning database, API, UI, and tests. Orchestrates multi-agent work sequentially: schema and migrations, API endpoints, UI components, tests, and review. The runtime engine handles WRFC chains automatically via <gv> directives. Handles dependency ordering and cross-layer type sharing.

45Installs·1Trend·@mgd34msu

Installation

$npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill fullstack-feature

How to Install fullstack-feature

Quickly install fullstack-feature AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill fullstack-feature
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: mgd34msu/goodvibes-plugin.

SKILL.md

View raw

This skill defines the end-to-end workflow for implementing complete features that span multiple layers of the stack. It orchestrates specialized agents through 7 distinct phases, from requirements clarification through delivery.

The runtime engine automatically creates a WRFC (Work-Review-Fix-Complete) chain for each work agent. When an agent completes its work and emits a tag, the runtime:

The orchestrator does NOT manually spawn reviewers or fix agents. These come exclusively from runtime directives.

Load PROACTIVELY when task involves building a complete feature across multiple layers. Use when user says "build a feature", "add user profiles", "create a dashboard", or any request spanning database, API, UI, and tests. Orchestrates multi-agent work sequentially: schema and migrations, API endpoints, UI components, tests, and review. The runtime engine handles WRFC chains automatically via <gv> directives. Handles dependency ordering and cross-layer type sharing. Source: mgd34msu/goodvibes-plugin.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill fullstack-feature
Category
*Creative Media
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from mgd34msu/goodvibes-plugin

Quick answers

What is fullstack-feature?

Load PROACTIVELY when task involves building a complete feature across multiple layers. Use when user says "build a feature", "add user profiles", "create a dashboard", or any request spanning database, API, UI, and tests. Orchestrates multi-agent work sequentially: schema and migrations, API endpoints, UI components, tests, and review. The runtime engine handles WRFC chains automatically via <gv> directives. Handles dependency ordering and cross-layer type sharing. Source: mgd34msu/goodvibes-plugin.

How do I install fullstack-feature?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill fullstack-feature Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/mgd34msu/goodvibes-plugin