stacks-new-feature

Standardize new feature development across ORM models, migrations, APIs, routes, and tests.

2|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/bughq/bughq --skill stacks-new-feature-bughq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stacks-new-feature
Source: https://github.com/bughq/bughq/tree/main/.claude/skills/stacks-new-feature
Command: npx skills add https://github.com/bughq/bughq --skill stacks-new-feature-bughq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the complex, multi-step process of building new features in a Stacks application, ensuring consistency across models, migrations, and routes.

Core Features & Use Cases

  • Full-Stack Workflow: Orchestrates the entire lifecycle from database model definition to deployment.
  • Automated Scaffolding: Leverages traits for rapid API generation, validation, and dashboard integration.
  • Use Case: When adding a new entity like a blog post or user task, this Skill ensures you follow the correct sequence of defining the model, running migrations, creating actions, and writing tests to maintain application integrity.

Quick Start

Use the stacks-new-feature skill to guide you through the end-to-end implementation of a new feature by following the defined seven-step workflow.

Frequently Asked Questions about stacks-new-feature

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

FAQPage Schema
How do I add a new feature to a Stacks application end-to-end?

Adding a new feature to a Stacks app involves a sequential workflow: defining ORM models, running database migrations, creating API actions, configuring routing, and writing automated tests to maintain application integrity.

What is the standard workflow for full-stack feature scaffolding in the Stacks framework?

Full-stack scaffolding in the Stacks framework orchestrates the entire feature lifecycle from database model definition to deployment, leveraging traits for rapid API generation, validation, and dashboard integration.

Does the Stacks framework feature scaffolding require a specific runtime environment?

Yes, feature scaffolding in the Stacks framework requires the Bun runtime environment. Adhering to the Stacks framework architecture and Bun runtime ensures consistent feature deployment and execution.

How do I structure ORM models and database migrations when building a new Stacks feature?

When building a new Stacks feature, ORM models and database migrations are structured sequentially: you first define the ORM model, then execute the corresponding database migration before creating API actions.

What's the best way to ensure consistent API generation and testing in Stacks apps?

The best way to ensure consistent API generation and testing in Stacks apps is using automated scaffolding traits, which standardize the creation of API actions, routing, and automated tests across the feature lifecycle.