Quick Start
The Five Agents
How Missions Work
Give Colony a mission and all five agents focus on that objective:- Duration: Up to 1 hour (hard cap)
- Cooldowns: 5–10 minutes between agent cycles for fast iteration
- Output: A
mission-deliverable.mdwith approved proposals, rejected proposals with reasoning, key findings, and completion stats - Completion: Three layers — duration ceiling, stall detection (3 empty cycles → auto-shutdown), and Governance declaration when the objective is met
How It Works
Agents coordinate through shared state on the filesystem — no databases, no message queues:When to Use Colony vs Regular Fliiq
Colony is for WHAT and WHY. Regular Fliiq is for HOW.
Colony earns its overhead when you need:
- Breadth of exploration — many options to consider before committing
- Competing perspectives — genuine tension between approaches
- Curation at scale — filtering a large space to the best subset
- Self-critique — output benefits from adversarial review before delivery
Mission Categories
Colony handles a range of mission types:- Curation & prioritization — “Map every API that would be useful as a Fliiq skill, categorized by domain”
- Strategy & decision-making — “Should the business model be subscription, usage-based, or freemium? Argue both sides.”
- Creative divergence → convergence — “Propose 5 different onboarding flows and pick the most compelling”
- Research & synthesis — “Research how 10 different AI products handle memory and personalization”
- System design — “Design the architecture for a skill marketplace with tradeoffs”
- Adversarial review — “Review our current security model and identify every attack vector”
CLI Reference
Colony requires a local
.fliiq/ directory. Run fliiq init --project first if you haven’t already.