ST0019 - Add ash-expert: Modern Ash 3.0+ code quality specialist#4
Open
justtorrell wants to merge 2 commits intomainfrom
Open
ST0019 - Add ash-expert: Modern Ash 3.0+ code quality specialist#4justtorrell wants to merge 2 commits intomainfrom
justtorrell wants to merge 2 commits intomainfrom
Conversation
Introduces a new specialized Claude subagent for comprehensive Ash Framework expertise, focusing on modern Ash 3.0+ patterns, code quality enforcement, and architectural guidance. Key capabilities: - Critical quality gates: Detect Ecto/Ash anti-patterns, validate resource definitions - Modern pattern promotion: Suggest bulk operations, atomic updates, domain-driven design - Performance optimization: Identify N+1 queries, recommend calculations and aggregations - Migration guidance: Help with ash_postgres patterns and constraint management - 4-tier expertise system from critical fixes to advanced transaction patterns The agent acts as a "strict but helpful mentor" to: - Enforce Ash principles and prevent common mistakes - Promote Ash 3.0+ features over legacy patterns - Provide concrete code examples and transformations - Reference Intent documentation at intent/docs/ref/ash/ Integrates with existing Intent agents (elixir, worker-bee) to provide specialized Ash framework knowledge while maintaining consistency with Worker-Bee Driven Design patterns and Elixir Usage Rules.
Complete documentation of the ash-expert agent creation process, including: - Design decisions and 4-tier expertise architecture - Implementation details and technical specifications - Comprehensive task breakdown (9 phases, 44 tasks) - Integration with Intent's agent ecosystem
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.
This PR introduces a new specialized Claude subagent for comprehensive Ash Framework
expertise, focusing on modern Ash 3.0+ patterns, code quality enforcement, and architectural
guidance - ST0019
Key Features
4-Tier Expertise System:
definitions, prevent runtime errors
domain-driven design
interfaces
Core Capabilities:
Repo.all,Repo.get, etc.)intent/docs/ref/ash/Integration
The ash-expert agent integrates seamlessly with existing Intent agents:
Files Changed
intent/plugins/claude/subagents/ash-expert/agent.md- Main agent definitionintent/plugins/claude/subagents/ash-expert/metadata.json- Agent metadataintent/plugins/claude/subagents/.manifest/global-agents.json- Registryintent/llm/AGENTS.md- Documentation with new agent descriptionintent/llm/AGENTS.md.bak- Backup of previous versionThis agent fills a critical gap in providing specialized Ash framework expertise while
maintaining consistency with Intent's development methodology and existing agent ecosystem.