Prompt
CloudThinker uses a natural language interface enhanced with structured syntax. This guide is the definitive reference for communicating effectively with agents.Syntax Overview
Every CloudThinker prompt follows this structure:| Component | Required | Description |
|---|---|---|
@agent | Yes | Routes the request to a specific agent |
instruction | Yes | What you want the agent to do |
#tool | No | Output format or capability to use |
context | No | Constraints, timeframes, scope |
Agent Mentions
Use@ to direct requests to specific agents:
| Agent | Expertise | When to Use |
|---|---|---|
@alex | Cloud infrastructure, cost, performance | Cost analysis, resource optimization, multi-cloud |
@oliver | Security, compliance, threats | Audits, vulnerability scans, IAM, compliance |
@tony | Databases, queries, analytics | Query optimization, performance tuning, backups |
@kai | Kubernetes, containers, orchestration | Cluster management, pod optimization, scaling |
@anna | Coordination, strategy, reporting | Multi-agent projects, executive reports, complex ops |
Single Agent
Multi-Agent Collaboration
Address multiple agents for complex problems:Tool Commands
Use# to specify output format or invoke specific capabilities:
| Tool | Purpose | Example |
|---|---|---|
#dashboard | Interactive visualizations | @alex #dashboard monthly cost trends |
#report | Detailed analysis documents | @oliver #report SOC 2 compliance assessment |
#recommend | Actionable recommendations | @tony #recommend index optimizations |
#alert | Monitoring notifications | @kai #alert when node CPU >80% |
#chart | Data visualizations | @alex #chart spending by service |
#kb | Knowledge base search | @alex #kb AWS cost optimization policies |
Tool Combinations
Combine tools with agent mentions:Tool-Specific Patterns
- #dashboard
- #report
- #recommend
- #alert
- #kb
Creates interactive visualizations for monitoring and presentation.
Context Modifiers
Add context to narrow scope and improve accuracy:Timeframes
Scope
Thresholds
Exclusions
Priorities
Combined Context
Prompt Patterns
Pattern 1: Analysis Request
Pattern 2: Audit Request
Pattern 3: Optimization Request
Pattern 4: Investigation Request
Pattern 5: Coordination Request
Advanced Techniques
Progressive Refinement
Start broad, then drill down based on findings:Comparative Analysis
Ask agents to compare options:Conditional Logic
Apply business rules to recommendations:Structured Requests
For complex requirements, use structured format:Slack Integration
In Slack, prefix with@CloudThinker:
@CloudThinker prefix.
Quick Reference
Agents
| Mention | Role | Best For |
|---|---|---|
@alex | Cloud Engineer | Cost, infrastructure, multi-cloud |
@oliver | Security Pro | Compliance, vulnerabilities, IAM |
@tony | Database Engineer | Queries, performance, analytics |
@kai | K8s Engineer | Containers, clusters, orchestration |
@anna | General Manager | Coordination, strategy, reports |
Tools
| Command | Output | Use Case |
|---|---|---|
#dashboard | Interactive viz | Monitoring, presentations |
#report | Document | Compliance, deep analysis |
#recommend | Action items | Implementation guidance |
#alert | Notifications | Proactive monitoring |
#chart | Visualization | Data trends |
#kb | Knowledge search | Policy lookup |
Context Keywords
| Type | Examples |
|---|---|
| Time | over last 30 days, since January, past week |
| Scope | in us-east-1, on production, for staging cluster |
| Threshold | with CPU <20%, costing >$1000/month, >500ms latency |
| Exclusion | excluding production, except backup buckets |
| Priority | prioritizing quick wins, critical first |
Best Practices
Be Specific
Good:
@alex analyze EC2 in us-east-1 with <15% CPU over 30 daysAvoid: @alex check our serversProvide Context
Include environment, timeframe, and constraints for accurate results
Use Right Agent
Match the request to agent expertise—security to Oliver, databases to Tony
Choose Right Tool
#dashboard for visuals, #report for documents, #recommend for actions