Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions strands-command/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,24 @@ Creates high-quality release notes highlighting major features and bug fixes.
**Trigger**:
- `/strands release-notes` on an Issue

### Documentation Writer (`task-doc-writer.sop.md`)

Produces documentation updates based on tasks described in GitHub issues.

**Workflow**: Understand Task → Research → Plan (with user approval) → Develop Examples → Write Docs → Commit → Pull Request

**Capabilities:**
- Handles any documentation task: new feature docs, fixes, restructuring, examples, tutorials
- Clones source SDK repositories when needed to understand features
- Studies existing docs structure to match style and depth
- Writes documentation following the Strands style guide
- Tests all code examples before inclusion
- Creates pull requests with conventional commit messages
- Iterates on review feedback

**Trigger**:
- `/strands docs` on an Issue


## Security

Expand Down
Loading