diff --git a/PROJECT_INTRODUCTION.md b/PROJECT_INTRODUCTION.md
index a2752998..b1d2eeb6 100644
--- a/PROJECT_INTRODUCTION.md
+++ b/PROJECT_INTRODUCTION.md
@@ -1,6 +1,6 @@
# ๐ Claude Code Workflow (CCW): ไธไธไปฃๅคๆบ่ฝไฝ่ฝฏไปถๅผๅ่ชๅจๅๆกๆถ
-[](https://github.com/catlog22/Claude-Code-Workflow/releases)
+[](https://github.com/catlog22/Claude-Code-Workflow/releases)
[](https://github.com/modelcontextprotocol)
[](LICENSE)
diff --git a/README.md b/README.md
index dce51c0f..e987f010 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-[](https://github.com/catlog22/Claude-Code-Workflow/releases)
+[](https://github.com/catlog22/Claude-Code-Workflow/releases)
[](LICENSE)
[]()
[](https://github.com/modelcontextprotocol)
diff --git a/README_CN.md b/README_CN.md
index ceab865d..06c82cc7 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -2,7 +2,7 @@
-[](https://github.com/catlog22/Claude-Code-Workflow/releases)
+[](https://github.com/catlog22/Claude-Code-Workflow/releases)
[](LICENSE)
[]()
[](https://github.com/modelcontextprotocol)
diff --git a/RELEASE_NOTES_v3.2.1.md b/RELEASE_NOTES_v3.2.1.md
new file mode 100644
index 00000000..651b07f1
--- /dev/null
+++ b/RELEASE_NOTES_v3.2.1.md
@@ -0,0 +1,142 @@
+# ๐ง Claude Code Workflow (CCW) v3.2.1 Release Notes
+
+**Release Date**: October 2, 2025
+**Release Type**: Patch Release - Documentation Fix
+**Repository**: https://github.com/catlog22/Claude-Code-Workflow
+
+---
+
+## ๐ Overview
+
+CCW v3.2.1 is a critical documentation fix release that corrects `workflow-session.json` path references throughout the brainstorming workflow documentation. This ensures consistency with the architecture specification defined in `workflow-architecture.md`.
+
+---
+
+## ๐ Bug Fixes
+
+### **Documentation Path Corrections**
+
+**Issue**: Documentation incorrectly referenced `workflow-session.json` inside the `.brainstorming/` subdirectory
+
+**Impact**:
+- Confusing path references in 9 brainstorming role documentation files
+- Inconsistency with architectural specifications
+- Potential runtime errors when commands attempt to read session metadata
+
+**Fixed Files** (9 total):
+1. โ
`data-architect.md`
+2. โ
`product-manager.md`
+3. โ
`product-owner.md`
+4. โ
`scrum-master.md`
+5. โ
`subject-matter-expert.md`
+6. โ
`ui-designer.md`
+7. โ
`ux-expert.md`
+8. โ
`auto-parallel.md`
+9. โ
`artifacts.md`
+
+**Corrections Applied**:
+- โ **Incorrect**: `.workflow/WFS-{session}/.brainstorming/workflow-session.json`
+- โ
**Correct**: `.workflow/WFS-{session}/workflow-session.json`
+
+---
+
+## ๐ Architecture Alignment
+
+### Confirmed Standard Structure
+```
+.workflow/WFS-[topic-slug]/
+โโโ workflow-session.json # โ
Session metadata (root level)
+โโโ .brainstorming/ # Brainstorming artifacts subdirectory
+โ โโโ topic-framework.md
+โโโ IMPL_PLAN.md
+โโโ TODO_LIST.md
+โโโ .task/
+ โโโ IMPL-*.json
+```
+
+### Key Points
+- `workflow-session.json` is **always at session root level**
+- `.brainstorming/` directory contains **only** framework and analysis files
+- No session metadata files inside subdirectories
+
+---
+
+## ๐ Changes Summary
+
+| Category | Files Changed | Lines Modified |
+|----------|--------------|----------------|
+| Documentation Fixes | 9 | 19 insertions, 18 deletions |
+| Path Corrections | 8 role files | 2 corrections per file |
+| Structure Clarifications | 1 artifacts file | Added architectural note |
+
+---
+
+## โ
Verification
+
+**Pre-Release Checks**:
+- โ
No incorrect `.brainstorming/workflow-session.json` references
+- โ
No legacy `session.json` references
+- โ
All brainstorming roles use correct paths
+- โ
Architecture consistency verified with Gemini analysis
+
+---
+
+## ๐ Upgrade Instructions
+
+### For Existing Users
+
+**No action required** - This is a documentation-only fix.
+
+1. Pull the latest changes:
+ ```bash
+ git pull origin main
+ ```
+
+2. Review updated documentation:
+ - `.claude/commands/workflow/brainstorm/*.md`
+
+### For New Users
+
+Simply clone the repository with the correct documentation:
+```bash
+git clone https://github.com/catlog22/Claude-Code-Workflow.git
+```
+
+---
+
+## ๐ Related Documentation
+
+- **Architecture Reference**: `.claude/workflows/workflow-architecture.md`
+- **Brainstorming Commands**: `.claude/commands/workflow/brainstorm/`
+- **Session Management**: `.claude/commands/workflow/session/`
+
+---
+
+## ๐ Acknowledgments
+
+Special thanks to the analysis tools used in this fix:
+- **Gemini CLI**: Path verification and consistency checking
+- **Codex**: Initial codebase analysis
+- **Claude Code**: Documentation review and corrections
+
+---
+
+## ๐ Links
+
+- **Full Changelog**: [v3.2.0...v3.2.1](https://github.com/catlog22/Claude-Code-Workflow/compare/v3.2.0...v3.2.1)
+- **Issues Fixed**: Documentation consistency issue
+- **Previous Release**: [v3.2.0 Release Notes](RELEASE_NOTES_v3.2.0.md)
+
+---
+
+## ๐ Notes
+
+- This is a **non-breaking change** - existing workflows will continue to function
+- Documentation now correctly reflects the implemented architecture
+- No code changes were necessary - this was purely a documentation correction
+
+---
+
+**Contributors**: Claude Code Development Team
+**License**: MIT
+**Support**: [GitHub Issues](https://github.com/catlog22/Claude-Code-Workflow/issues)