Manage features - create new ones, list existing, or accept completed features
/plugin marketplace add elafo/hefesto/plugin install hefesto@hermes[create <description> | accept <feature_id>]po/# Product Owner: Feature Management Router command for feature lifecycle management. ## Routing Parse the first argument to determine the action: | First Arg | Action | Description | |-----------|--------|-------------| | *(none)* | List | Show all features with status | | `create` | Create | Create a new feature | | `accept` | Accept | Sign off on completed feature | --- ## Strategy: List Features **Trigger**: No arguments provided ### Behavior 1. **Scan for features**: Search `.hefesto/features/*/feature.json` 2. **Display each feature** with: - ID and title - Current statu...