Feature Implementation Scaffold

Automate end-to-end feature implementation across backend, frontend, and tests.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Bedriftsgrafen/bedriftsgrafen.no --skill feature-implementation-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Feature Implementation Scaffold
Source: https://github.com/Bedriftsgrafen/bedriftsgrafen.no/tree/main/.agent/skills/feature_implementation
Command: npx skills add https://github.com/Bedriftsgrafen/bedriftsgrafen.no --skill feature-implementation-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, repeatable blueprint to implement new features across backend and frontend, ensuring consistency, quality, and safety.

Core Features & Use Cases

  • Backend scaffolding: Create/Update models, repositories, services, and routers with explicit types and tests. Include migration steps and verification checks.
  • Frontend scaffolding: Define TypeScript interfaces, API hooks, components, and routes with clear typing and tests.
  • Phase 3: Push: Use a safe push workflow to review and merge changes into production with automated checks.

Quick Start

Follow this scaffold to implement a new feature step-by-step across backend, frontend, and tests.

Frequently Asked Questions about Feature Implementation Scaffold

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

FAQPage Schema
How do I structure feature implementation across backend and frontend modules?

Feature implementation across backend and frontend requires a structured scaffold that creates models, repositories, services, routers, TypeScript interfaces, API hooks, and components with explicit types and tests. This ensures consistent code organization and a repeatable development pipeline.

What is the best way to scaffold backend and frontend code with tests?

The best way to scaffold backend and frontend code is using an end-to-end workflow that generates typed models, services, repositories, TypeScript interfaces, and components while including explicit testing scaffolds and verification checks at each step.

Can I use this feature scaffold for TypeScript frontend and backend projects?

Yes, this feature scaffold supports TypeScript frontend and backend projects by defining TypeScript interfaces, API hooks, typed models, services, and routers to ensure clear typing and validation across multiple modules.

How do I automate the feature deployment pipeline with safe code review?

You automate feature deployment with safe code review by applying a structured push workflow that coordinates automated checks, validates migrations, and reviews changes before merging them into production.

When do I need a structured workflow for end-to-end software implementation?

You need a structured workflow for end-to-end software implementation when building robust features that require backend, frontend, testing, and deployment coordination across multiple modules with clear ownership and validation checks.

Does this feature scaffold include database migration steps and verification?

Yes, the feature scaffold includes explicit database migration steps and verification checks as part of the backend scaffolding phase to safely update models, repositories, and services.