Create Feature Area
Initialize a new feature area for exploration and decision-making.
Usage: When user says "create feature {feature-name}" or "new feature {feature-name}"
Instructions
- •
Create folder structure:
- •
docs/features/{feature-name}/ - •
docs/features/{feature-name}/investigations/
- •
- •
Create
readme.mdwith this template:
markdown
# Feature: {Name}
**Status**: Exploring
**Created**: {YYYY-MM-DD}
## Problem Statement
{Describe what problem this feature solves}
## Constraints
{Technical, organizational, or domain constraints that shape the solution}
## Investigations
| Investigation | Status | Summary |
|--------------|--------|---------|
## Decision
*No ADR yet - investigations in progress*
- •Output: Confirm the feature folder was created and summarize next steps (run investigation to explore approaches).
Naming Convention
Use kebab-case for feature names: bulk-import, auth-module, subscription-engine