stacks-new-feature

Automate end-to-end Stacks feature development from model to deployment.

622|17|Updated Apr 26, 2022
One-click install
npx skills add https://github.com/stacksjs/stacks --skill stacks-new-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stacks-new-feature
Source: https://github.com/stacksjs/stacks/tree/main/.claude/skills/stacks-new-feature
Command: npx skills add https://github.com/stacksjs/stacks --skill stacks-new-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines building new features in Stacks by guiding developers through the complete lifecycle from model definition to deployment, reducing guesswork and ensuring consistency across the stack.

Core Features & Use Cases

  • End-to-end feature workflow: model, migration, action, route, test, lint, and deploy.
  • Best-practices guardrails: enforces a recommended operation order and integrates with standard tooling (TypeScript, Bun, Buddy) for reliable delivery.
  • Real-world scenario: rapidly spin up a new feature in an existing Stacks project, from schema to end-user delivery.

Quick Start

Follow the seven-step workflow to add a new feature to your Stacks application.

Frequently Asked Questions about stacks-new-feature

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

FAQPage Schema
How do I automate end-to-end feature development in a Stacks application?

You can automate end-to-end feature development in a Stacks application by following a seven-step workflow that covers model definitions, migrations, actions, routes, tests, linting, and deployment for consistent delivery.

What is the recommended workflow for adding a new feature in Stacks from model to deployment?

The recommended workflow for adding a new feature in Stacks involves a seven-step process: defining the model, applying migrations, creating actions, configuring routes, writing tests, linting, and deploying via Buddy commands.

Do I need TypeScript and Bun to use the Stacks feature development workflow?

Yes, you need TypeScript and Bun tooling to use the Stacks feature development workflow, as the process requires these technologies to coordinate migrations, tests, linting, and deployment steps effectively.

What's the best way to ensure consistency when building new features across a Stacks project?

The best way to ensure consistency when building new features across a Stacks project is to use best-practice guardrails that enforce a recommended operation order and integrate with standard tooling like TypeScript, Bun, and Buddy.

How does the Stacks feature workflow handle database migrations and testing?

The Stacks feature workflow handles database migrations and testing by integrating with Bun tooling and Buddy commands, which coordinate the execution of migration files and test suites automatically during the development lifecycle.