[FEATURE] Claude to lead in developing Standard for Coding Assistants
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
As someone who uses Claude Code for personal projects and juggle between Copilot for work, I've noticed we're heading toward a fragmentation problem in AI coding tools.
THE PROBLEM
Every AI coding assistant (Claude Code, Codex, Github Copilot and many others) has its own way of doing things:
• Claude Code uses .claude/Claude.md for memory
• Different slash command implementations
• No standard hooks or configuration patterns
• No standard for Spec driven development - Github Spec kit trying there best.
• Zero portability between tools
WHY ANTHROPIC SHOULD LEAD THIS
- You've already proven leadership with MCP
- Claude Code could be the reference implementation
- Benefits the entire developer ecosystem
- Accelerates prompt and Spec driven development adoption
THE ASK
Could Anthropic consider leading this standardization effort? Just like MCP unified AI-tool connections, we need something to unify AI coding assistants.
Proposed Solution
Anthropic just showed incredible leadership with MCP, and the industry followed. Now imagine if Anthropic pioneered the ".ai" standard (or similar) for AI coding assistants:
Proposed Standard Structure:
.ai/
├── memory.md (unified memory format)
├── commands/ (portable slash commands)
├── hooks/ (standard lifecycle hooks)
└── config.json (tool-agnostic settings)
Alternative Solutions
_No response_
Priority
High - Significant impact on productivity
Feature Category
CLI commands and flags
Use Case Example
_No response_
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗