Production-ready
Cory Strategic Agent
On-demand strategic agent invoked by the CoryEngine (the platform's AI COO) to translate natural language commands into structured, actionable tickets. Handles curriculum planning, bug fixing, strategic plan creation, an
Intelligence & Analytics department for Colaberry Enterprise agents
Built by Colaberry
About the Agent
What this agent does, the challenges it addresses, and where it delivers value.
On-demand strategic agent invoked by the CoryEngine (the platform's AI COO) to translate natural language commands into structured, actionable tickets. Handles curriculum planning, bug fixing, strategic plan creation, and general task decomposition with automatic sub-task generation.
Challenges This Agent Addresses
- 1**Education**: "Create a 4-week data analytics curriculum" decomposes into module design, lesson creation, artifact generation, and QA sub-tasks
- 2**Engineering**: "Fix the broken enrollment form" creates a prioritized bug ticket with reproduction steps
- 3**Leadership**: "Build a Q3 growth strategy" generates a phased strategic plan with dependent sub-tasks
How the Agent Works
Step-by-step operational flow showing how this agent processes tasks end-to-end.
Step 1
Receives a command, intent, and optional context from CoryEngine
Step 2
Constructs a prompt with the intent, command, and context
Step 3
Sends the prompt to the LLM (via `chatCompletion`) with a detailed system prompt defining ticket structure rules for each intent type
Step 4
Parses the JSON response containing planned tickets, summary, agent dispatch list, and confidence
Step 5
Falls back to a single default ticket if the LLM call fails
Step 6
Creates each planned ticket in the database via `ticketService`
Step 7
Creates sub-tasks for tickets that have decomposed work items (e.g., curriculum modules, QA checks)
Step 8
Returns the full result with ticket IDs and dispatch recommendations
Execution Modes
Inputs & Outputs
What data this agent consumes and the artifacts or actions it produces.
Input Data
- Natural language command string from the user or CoryEngine
- Intent classification (`CoryIntent`): plan_curriculum, fix_platform, create_strategic_plan, or general
- Optional context object with entity references and metadata
Deliverables
- `StrategicAgentResult` containing:
- List of created tickets (id, ticket number, title)
- Plan summary (1 to 2 sentences)
- List of downstream agents to dispatch
- Confidence score (0 to 100)
Core Tasks
- Strategic Intelligence
Systems Connected
Internal systems, APIs, and tools this agent integrates with.
Tools & APIs
Agent Specs
Technical specifications, requirements, and deployment details.
Related Agents
Other agents in the same department or industry.
Ready to deploy this agent?
Schedule a walkthrough with our team to see how this agent integrates with your workflows.