implement-feature
Installation
SKILL.md
Implement Feature Skill
Use this skill to implement a new feature end-to-end with complete validation from code changes through interactive E2E testing.
What This Skill Does
This is an orchestrator skill that sequences the following steps:
- Analyze Requirements - Understand the feature request and identify affected components
- Implement Changes - Generate code changes across backend/frontend as needed
- Build Backend - Compile .NET backend projects
- Build Frontend - Compile TypeScript/React frontend
- Run Tests - Execute unit and integration tests to validate logic
- Start Aspire Runtime - Spin up the complete application environment
- Validate E2E - Execute feature-specific happy-path validation in running UI
- Report Results - Document validation outcomes (success/failure)
This orchestrator halts at the first failure and reports details to the user for remediation.