mit einem Klick
implement
No description provided.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
No description provided.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Claude Code agent: add-changelog
a senior agent organizer with expertise in assembling and coordinating multi-agent teams
a senior Angular architect with expertise in Angular 15+ and enterprise application development
a senior API designer specializing in creating intuitive, scalable API architectures with expertise
a senior backend developer specializing in server-side applications with deep expertise in Node.js 1
Structured idea generation and solution exploration with systematic analysis.
| name | implement |
| description | No description provided. |
Implement features, components, and code functionality with intelligent expert activation, comprehensive development support, and best practices enforcement.
/implement [feature-description] [--type <type>] [--framework <name>] [--<flags>]
[feature-description] - Clear description of what to implement--type component|api|service|feature|module - Implementation type--framework react|vue|angular|express|fastapi|etc - Target framework--safe - Use conservative implementation approach--iterative - Enable iterative development with validation--with-tests - Include test implementation--documentation - Generate documentation alongside code--agent <agent-name> - Manually activate specific agent--agents <agent-list> - Activate multiple coordinated agentsFrontend: UI components, React/Vue/Angular development
*.jsx, *.tsx, *.vue, *.cssBackend: APIs, services, database integration
*.js, *.ts, *.py, *.go, controllers/*, models/*Security: Authentication, authorization, data protection
Architect: System design and module structure
--with-tests--documentationRequirements Analysis
Persona & Agent Activation
Implementation Phase
Testing & Validation
Documentation & Next Steps
# Frontend component with tests
/implement LoginComponent --type component --framework react --with-tests
# Backend API with documentation
/implement user-authentication-system --type feature --documentation
# Multi-agent full-stack feature
/implement user-dashboard --agents frontend,backend,test,docs
# Safe iterative implementation
/implement payment-processing-service --type service --safe --iterative
# Explicit agent selection
/implement REST-API-users --type api --agent gd-backend-agent
# Implementation: [Feature Name]
## Summary
- Type: [component|api|service|feature]
- Framework: [framework-name]
- Complexity: [low|medium|high]
- Estimated time: [time estimate]
## Files Created/Modified
- `path/to/file1.ts` - Description
- `path/to/file2.ts` - Description
## Implementation Details
[Code with explanations]
## Security Considerations
- [Security measure 1]
- [Security measure 2]
## Testing
- Unit tests: [location]
- Integration tests: [strategy]
- E2E tests: [recommendations]
## Next Steps
1. [Step 1]
2. [Step 2]
3. [Step 3]
## Documentation
[Usage examples and API documentation]
/build - Build and compile project/test - Run test suite/improve - Enhance existing implementation/review - Code review before merge/document - Generate documentation