skills/smithery.ai/create-feature

create-feature

SKILL.md

[IMPORTANT] Use TaskCreate to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ask user whether to skip.

Prerequisites: MUST READ before executing:

  • .claude/skills/shared/understand-code-first-protocol.md
  • .claude/skills/shared/evidence-based-reasoning-protocol.md

Quick Summary

Goal: Scaffold a new full-stack feature with backend (entities, CQRS, controllers) and frontend (Angular components, services).

Workflow:

  1. Analyze — Break down requirements, identify scope (backend/frontend/full-stack)
  2. Identify — Determine target microservice and Angular app/module
  3. Plan — Map out entities, commands/queries, endpoints, components, DTOs
  4. Approve — Present plan, wait for explicit user approval before creating files
  5. Create — Scaffold files in order: entities → application → DTOs → controllers → frontend
Installs
3
First Seen
Mar 19, 2026