2025-06-24 12:58:28 +02:00
|
|
|
@include shared/constants.yml#Process_Symbols
|
2025-06-22 14:02:49 +02:00
|
|
|
|
2025-06-24 12:58:28 +02:00
|
|
|
@include shared/command-templates.yml#Universal_Flags
|
2025-06-22 14:02:49 +02:00
|
|
|
|
|
|
|
|
Setup comprehensive dev env or CI/CD pipeline based on $ARGUMENTS.
|
|
|
|
|
|
|
|
|
|
Thinking flags (optional):
|
|
|
|
|
- --think→multi-tool env coordination
|
|
|
|
|
- --think-hard→complex CI/CD pipeline architecture
|
|
|
|
|
- --ultrathink→enterprise dev infrastructure design
|
|
|
|
|
|
|
|
|
|
Examples:
|
|
|
|
|
- `/user:dev-setup --install --think` - Tool installation w/ dependency analysis
|
|
|
|
|
- `/user:dev-setup --ci --think-hard` - CI/CD pipeline w/ comprehensive workflow design
|
|
|
|
|
- `/user:dev-setup --monitor --ultrathink` - Complete observability infrastructure
|
|
|
|
|
|
|
|
|
|
--install flag:
|
|
|
|
|
- Install & cfg dev tools (Node.js, Git, Docker, DBs) | Setup IDE cfgs→consistent dev experience
|
|
|
|
|
- Create npm scripts→common tasks | Cfg pre-commit hooks→code quality | Setup linting & testing frameworks
|
|
|
|
|
|
|
|
|
|
--ci flag:
|
|
|
|
|
- Cfg CI/CD pipelines (GitHub Actions, GitLab CI, other platforms) | Setup build, test & deployment stages
|
|
|
|
|
- Cfg envs: dev, staging & prod | Add security scanning & dep checking | Setup deployment automation
|
|
|
|
|
|
|
|
|
|
--monitor flag:
|
|
|
|
|
- Cfg observability tools | Setup logging & monitoring | Add perf tracking
|
|
|
|
|
- Cfg error reporting | Setup alerts→critical issues
|
|
|
|
|
|
|
|
|
|
## Best Practices & Security
|
|
|
|
|
|
|
|
|
|
Ensure all cfgs follow security practices & include comprehensive docs.
|
|
|
|
|
|
2025-06-24 12:58:28 +02:00
|
|
|
@include shared/command-templates.yml#Research_Requirements
|
2025-06-22 14:02:49 +02:00
|
|
|
|
2025-06-24 12:58:28 +02:00
|
|
|
@include shared/command-templates.yml#Report_Output
|
2025-06-22 14:02:49 +02:00
|
|
|
|
2025-06-24 12:58:28 +02:00
|
|
|
@include shared/constants.yml#Success_Messages
|