feature-implementation

Implement new features in enterprise .NET Angular applications with structured planning.

7|1|Updated Jun 17, 2021
One-click install
npx skills add https://github.com/duc01226/EasyPlatform --skill feature-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-implementation
Source: https://github.com/duc01226/EasyPlatform/tree/main/.claude/skills/feature-implementation
Command: npx skills add https://github.com/duc01226/EasyPlatform --skill feature-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured approach to implementing new requirements, from planning through deployment.

Core Features & Use Cases

  • Detailed step-by-step to-do list across phases
  • Architecture alignment with CQRS and platform patterns
  • Impact and risk assessment

Quick Start

Draft a feature implementation plan outlining tasks and dependencies for the new capability.

Frequently Asked Questions about feature-implementation

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

FAQPage Schema
How do I plan and structure a new feature implementation from requirements to deployment?

Feature implementation requires systematic planning across requirement analysis, architecture decisions, and code scaffolding. This approach creates detailed task lists, validates against CQRS patterns, and assesses impact and risk to guide end-to-end delivery in enterprise applications.

What's the best way to organize feature development tasks and dependencies?

Break feature work into explicit, sequenced to-do lists across planning, design, and coding phases. Map task dependencies, align architecture with CQRS and platform patterns, and document decisions in a knowledge graph to prevent rework and track assumptions.

How do I align a new feature with CQRS architecture in .NET and Angular applications?

CQRS separation requires careful planning of command handlers, query models, and event flows. Structure your feature implementation to respect these boundaries, document the alignment explicitly in your design phase, and validate that commands and queries follow platform conventions.

What should I consider before implementing a new feature in an enterprise application?

Evaluate functional requirements, assess implementation impact on existing systems, identify technical and business risks, and determine architectural fit. Structured planning upfront—with explicit validation and trade-off documentation—prevents costly mid-project pivots.

Can I use this approach for incremental enhancements to existing .NET Angular applications?

Yes. The step-by-step planning and architecture alignment work for both greenfield features and incremental enhancements. It applies to end-to-end scenarios where you need to validate fit with existing patterns before committing implementation effort.