Markdown Converter
Agent skill for markdown-converter
> **This file contains Claude Code-specific enhancements for the AI Software Architect framework.**
Sign in to like and favorite skills
This file contains Claude Code-specific enhancements for the AI Software Architect framework.
👉 See AGENTS.md for complete framework documentation:
This file (CLAUDE.md) adds Claude Code-specific features and optimizations.
The AI Software Architect framework uses a progressive disclosure pattern to respect LLM instruction capacity limits (see ADR-005):
Claude Code users can access framework operations as reusable skills:
Available Skills:
setup-architect: Set up framework in a new projectarchitecture-review: Conduct multi-perspective reviewsspecialist-review: Get single specialist's perspectivecreate-adr: Create Architectural Decision Recordslist-members: Show architecture team membersarchitecture-status: Framework health and documentation statuspragmatic-guard: Enable YAGNI enforcement modeSee AGENTS.md for installation instructions.
Framework operations available via Model Context Protocol:
{ "mcpServers": { "ai-software-architect": { "command": "npx", "args": ["ai-software-architect"] } } }
MCP provides tools for setup, reviews, ADR creation, and status checks.
Claude Code optimizes for natural language commands:
Architecture Reviews:
Create ADRs:
Implementation with Methodology:
Enable Pragmatic Mode:
Framework Operations:
| What You Want | Where to Find It |
|---|---|
| Install framework | AGENTS.md § Installation Options |
| Core workflows | AGENTS.md § Core Workflows |
| Implementation config | AGENTS.md § Configuring Implementation Guidance |
| Architecture principles | AGENTS.md § Architectural Principles |
| Team members | .architecture/members.yml |
| Framework config | .architecture/config.yml |
| ADR examples | .architecture/decisions/adrs/ |
| Review examples | .architecture/reviews/ |
When working with this framework:
When conducting reviews:
When creating ADRs:
When implementing with methodology:
Framework Version: 1.2.0 Last Updated: 2025-12-04 Optimized For: Claude Code with instruction capacity constraints (ADR-005)