From chat to issues
When you ask the team for something in chat, the CEO orchestrator reads your repos, plans the change, and breaks it into issues. You don’t file tickets by hand, the work items are created for you.The orchestrator plans
The CEO analyzes your codebase and decomposes the request into concrete work.
Issue creation is deduplicated server-side. If a request maps to work that already exists, Orkestral reuses the existing issue instead of creating a duplicate.
Epics group related work
An epic is a parent that holds related issues together. When a request spans multiple areas, say a backend change plus a frontend update, Orkestral creates one epic and attaches each issue as a child. Parent and child links keep the hierarchy clear, so you always see how a small task ladders up to the larger goal.Epic
The high-level goal. Groups every issue created for one request.
Issue
A single trackable unit of work, linked to its parent epic.
Statuses
Each issue moves through a clear lifecycle. You can see at a glance where every piece of work stands.Backlog
Captured, not yet scheduled.
Todo
Queued and ready to start.
In progress
Being worked on by an agent.
In review
Awaiting review of the result.
Done
Completed and closed.
Priority and assignee
Every issue carries a priority and an assignee, so the team works on the right things in the right order.Priority
Priority
Priority signals urgency and ordering. Higher-priority issues are picked up first, helping the team focus on what matters most.
Assignee
Assignee
Each issue is assigned to a specialist, Tech Lead, Frontend, Backend, DevOps, QA, Designer, or Code Reviewer, based on the kind of work involved. The assignee owns the issue through its lifecycle.