feat(agents): update agent definitions with CEP content#38
Merged
Conversation
This commit removes placeholder agent stubs into fully-featured agent specifications with detailed instructions, workflows, and usage examples. Changes: - framework-docs-researcher: Add comprehensive documentation gathering workflow, MANDATORY deprecation checks for external APIs, Context7 integration guidance, and structured output format with 7-section reporting template - architecture-strategist: Expand with systematic architecture analysis approach, SOLID principles verification, coupling metrics, API contract stability checks, and structured 5-section output format - code-simplicity-reviewer: Detail YAGNI principles, 6-step review process for ruthless simplification, specific guidance for challenging abstractions and removing redundancy, with markdown template for simplification analysis - pattern-recognition-specialist: Add comprehensive pattern detection workflow, anti-pattern identification (TODO/FIXME/HACK scanning), naming convention analysis, code duplication detection with tool recommendations (jscpd) - performance-oracle: Expand with 6-category analysis framework (algorithmic complexity, database, memory, caching, network, frontend), specific performance benchmarks, and structured output format with scalability assessment All agents now include: - Rich contextual descriptions with usage examples in YAML frontmatter - "model: inherit" configuration for consistent model usage - Detailed workflow processes and quality standards - Structured output formats for consistent reporting - Language-specific considerations (Rails, JavaScript, etc.)
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 commit removes placeholder agent stubs into fully-featured agent specifications with detailed instructions, workflows, and usage examples.
Changes:
and structured output format with 7-section reporting template
and structured 5-section output format
removing redundancy, with markdown template for simplification analysis
analysis, code duplication detection with tool recommendations (jscpd)
All agents now include: