Create technical documentation for a story or feature
/plugin marketplace add elafo/hefesto/plugin install hefesto@hermes<path> | story <path> | feature <id>dev/# Developer: Technical Documentation Router command that creates technical documentation for stories or features. **Scope**: In-code docs, API reference, architecture docs - documentation for developers. ## Routing | Input | Strategy | |-------|----------| | `story <path>` | Story Technical Docs | | `feature <id>` | Feature Technical Docs | | `<path>` (auto-detect) | Detect from path pattern | --- ## Strategy: Story Technical Docs **Trigger**: `dev:document story <path>` or auto-detected story path ### Prerequisites - Story status must be `tested` ### Process #### Phase 1: Analyz...