Proposed Content
I would like a new page on the strands documentation site that outlines different ways to integrate popular agentic products with strands documentation. This will be meant to help developers connect their dev environment with strands to get started building strands agents quickly and easily
Location
Nested under User Guide as a new "Guides" subsection.
Rationale
This will make it easier for humans to connect their agentic coding tools with strands documentation
Implementation Requirements
Based on clarification discussion and repository analysis:
Overview
Create a single comprehensive guide page that helps developers integrate popular AI coding assistants with the Strands Agents SDK. The guide will cover rules files, MCP server integration, and IDE configurations.
Technical Approach
- Location:
docs/user-guide/guides/agentic-development.md
- Navigation: New "Guides" subsection under "User Guide" in
mkdocs.yml
- Format: Single page with sections for each tool
Target Agentic Products
-
Kiro (AWS AI IDE)
-
Claude Code (Anthropic)
-
Cursor
-
Generic MCP Server Integration
Content Structure
# Agentic Development Guide
## Introduction
- What is agentic development
- Benefits of integrating AI coding tools with Strands
## Kiro
- Setting up steering files for Strands projects
- MCP server configuration
- Example steering file
## Claude Code
- Creating CLAUDE.md for Strands projects
- Using .claude/rules/ for modular instructions
- MCP server setup
- Example CLAUDE.md
## Cursor
- Setting up rules for Strands projects
- MCP server configuration
- Example rules file
## Generic MCP Integration
- Using strands-agents/mcp-server
- Configuration examples for other tools
## Example Project Rules
- Template AGENTS.md/CLAUDE.md for Strands SDK projects
- Common instructions for building agents
Files to Create/Modify
- Create:
docs/user-guide/guides/agentic-development.md
- Modify:
mkdocs.yml - Add new "Guides" subsection under User Guide nav
Acceptance Criteria
Out of Scope
- No GitHub workflow changes required
- No TypeScript code examples needed (documentation only)
References
Proposed Content
I would like a new page on the strands documentation site that outlines different ways to integrate popular agentic products with strands documentation. This will be meant to help developers connect their dev environment with strands to get started building strands agents quickly and easily
Location
Nested under User Guide as a new "Guides" subsection.
Rationale
This will make it easier for humans to connect their agentic coding tools with strands documentation
Implementation Requirements
Based on clarification discussion and repository analysis:
Overview
Create a single comprehensive guide page that helps developers integrate popular AI coding assistants with the Strands Agents SDK. The guide will cover rules files, MCP server integration, and IDE configurations.
Technical Approach
docs/user-guide/guides/agentic-development.mdmkdocs.ymlTarget Agentic Products
Kiro (AWS AI IDE)
.kiro/steering/*.md)Claude Code (Anthropic)
.claude/CLAUDE.md).claude/rules/directory for modular rulesCursor
.cursor/rules/directoryGeneric MCP Server Integration
docs/user-guide/concepts/tools/mcp-tools.mdContent Structure
Files to Create/Modify
docs/user-guide/guides/agentic-development.mdmkdocs.yml- Add new "Guides" subsection under User Guide navAcceptance Criteria
mkdocs buildOut of Scope
References
docs/user-guide/concepts/tools/mcp-tools.md