docs: add Agent SOP blog post structure and authors#723
Merged
Conversation
- Add James Hood and Nicholas Clegg to authors.yaml - Create introducing-strands-agent-sops.mdx with frontmatter structure - Include canonical URL linking to original AWS blog post - Add getting started code examples Resolves #721 Note: Full content requires authorized team member to port from AWS blog.
Contributor
Documentation Preview ReadyYour documentation preview has been successfully deployed! Preview URL: https://d3ehv1nix5p99z.cloudfront.net/pr-cms-723/docs/user-guide/quickstart/overview/ Updated at: 2026-04-02T19:41:11.015Z |
Updated the blog post to introduce Agent SOPs, detailing their functionality, benefits, and integration into AI workflows. Added sections on internal innovation, authoring, and practical examples.
Add canonical URL for the blog post on Strands Agent SOPs.
Removed the title from the blog post on Strands Agent SOPs.
Contributor
|
Assessment: Approve All acceptance criteria from issue #721 are now met. The previous issues have been addressed. Acceptance Criteria Verification
Great work on the blog port! 🎉 |
zastrowm
reviewed
Apr 1, 2026
zastrowm
reviewed
Apr 1, 2026
Member
Author
|
/strands can you add language tags to all code blocks? |
- bash for shell commands - json for configuration - python for Python code examples - text for terminal output and CLI examples
Contributor
|
Added language tags to all 15 code blocks in the blog post:
Commit: e4e544a |
Contributor
|
Assessment: Approve The PR meets all acceptance criteria from issue #721. The recent update correctly added language tags to all 15 code blocks ( Final Verification
Ready for merge. |
zastrowm
approved these changes
Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR sets up the structure for the Agent SOP blog post by adding the required authors and creating the blog file with proper frontmatter.
Changes
Files Modified
src/content/authors.yaml- Added James Hood and Nicholas Clegg author entriessrc/content/blog/introducing-strands-agent-sops.mdx- Created blog file with frontmatter structureWhat's Included
Requires Follow-up
The full blog content needs to be ported by a team member with appropriate authorization to copy content from the AWS Open Source Blog. The current file includes a stub with links to the original source.
Testing Notes
Build could not be validated due to Node.js version mismatch in CI environment (requires >=22.12.0).
Resolves #721