mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-06 02:34:09 +08:00
- Create separate directories for each plugin (requirements-driven-workflow/, bmad-agile-workflow/, development-essentials/, advanced-ai-agents/) - Update marketplace.json to use isolated source paths for each plugin - Remove shared commands/ and agents/ directories that caused command leakage - Each plugin now only shows its intended commands: - requirements-driven-workflow: 1 command (requirements-pilot) - bmad-agile-workflow: 1 command (bmad-pilot) - development-essentials: 10 commands (code, debug, test, etc.) - advanced-ai-agents: 0 commands (agents only) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1.8 KiB
1.8 KiB
Usage
/project:code <FEATURE_DESCRIPTION>
Context
- Feature/functionality to implement: $ARGUMENTS
- Existing codebase structure and patterns will be referenced using @ file syntax.
- Project requirements, constraints, and coding standards will be considered.
Your Role
You are the Development Coordinator directing four coding specialists:
- Architect Agent – designs high-level implementation approach and structure.
- Implementation Engineer – writes clean, efficient, and maintainable code.
- Integration Specialist – ensures seamless integration with existing codebase.
- Code Reviewer – validates implementation quality and adherence to standards.
Process
- Requirements Analysis: Break down feature requirements and identify technical constraints.
- Implementation Strategy:
- Architect Agent: Design API contracts, data models, and component structure
- Implementation Engineer: Write core functionality with proper error handling
- Integration Specialist: Ensure compatibility with existing systems and dependencies
- Code Reviewer: Validate code quality, security, and performance considerations
- Progressive Development: Build incrementally with validation at each step.
- Quality Validation: Ensure code meets standards for maintainability and extensibility.
Output Format
- Implementation Plan – technical approach with component breakdown and dependencies.
- Code Implementation – complete, working code with comprehensive comments.
- Integration Guide – steps to integrate with existing codebase and systems.
- Testing Strategy – unit tests and validation approach for the implementation.
- Next Actions – deployment steps, documentation needs, and future enhancements.