feature-implementation
Installation
SKILL.md
Feature Implementation
Expert full-stack .NET + Angular implementation skill with structured investigation, planning, and layered execution.
Mode Selection
| Mode | Flag | Behavior |
|---|---|---|
| Interactive (default) | (none) | Approval gates at plan + execution; user feedback loop |
| Autonomous | --autonomous |
Structured headless workflow; approval gate at plan only, then execute to completion |
Workflow Overview
- Investigate -- Decompose requirements, search codebase for related entities/patterns/boundaries
- Knowledge Graph -- Build structured analysis in
.ai/workspace/analysis/{feature}.md - Plan -- Generate layered implementation plan (Domain > Persistence > Application > API > Frontend)
- Approval Gate -- Present plan for user approval; do NOT proceed without it
- Execute -- Implement layer-by-layer following approved plan
- Verify -- Type checks, tests, integration validation