Implement a story following its plan (future: bug, chore)
/plugin marketplace add elafo/hefesto/plugin install hefesto@hermes<path> | story <path>dev/# Developer: Code Implementation
Router command for implementing planned work.
## Routing
| Input | Strategy |
|-------|----------|
| `story <path>` | Story Implementation |
| `<path>` (auto-detect) | Detect entity type |
| *(future)* | `bug`, `chore` strategies |
Currently supports: **story**
---
## Strategy: Story Implementation
**Trigger**: `dev:code story <path>` or auto-detected story path
### Prerequisites
- Story must have status `planned`
- Plan exists at `{story_path}/plan.md`
- All dependency stories must be at least `coded`
### Process
#### Phase 1: Validation
1. Load...