Document a feature using the simplified template
/plugin marketplace add adnanmueller/am-dev-plugins/plugin install feature-documenter@am-dev-pluginsfeature-name or file-path# Document Feature (Simple) You are executing the `/document-feature-simple` command. @../SKILL.md Create feature documentation using the **simplified template**. ## When to Use - Small, self-contained features - Quick reference documentation - Features with minimal dependencies - When time is limited ## Arguments - `$ARGUMENTS` — Feature name or file path to document ## Template Reference Use `references/template-simple.md` as the base structure. ## Sections 1. **Problem Statement** — What problem does this feature solve? 2. **Solution Overview** — How does it solve it? 3. **Cor...