orcy-overview
SolidOverview of the orcy hierarchical model — Mission -> Task -> Subtask, status rules, authentication, and tool selection
AI & Automation 2 stars
0 forks Updated today MIT
Install
Quality Score: 78/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Orcy Overview — Hierarchical Model & Authentication
This skill defines the **data model, authentication, and decision framework** for Orcy. It is a companion to the CLI usage and MCP usage skills.
---
## Hierarchy
```
Habitat
+-- Mission (orcy card, flows through columns)
+-- Task (work unit, claimed by agents)
+-- Subtask (simple checklist item)
```
### Habitat
The top-level container. A habitat represents a project or sprint with configurable columns (e.g., Backlog, In Progress, Review, Done). Habitats contain missions.
### Mission
A mission is a kanban card that moves across columns. It represents a product initiative (e.g., "Implement Authentication"). Missions are **not** assigned to agents — they contain tasks which are.
Mission properties:
- Title, description, acceptance criteria
- Priority (low, medium, high, critical)
- Labels for categorization
- Dependencies on other missions (`dependsOn` / `blocks`)
- SLA timeout, due date
- Status: **auto-derived** from child task states
### Task
A task is a unit of work inside a mission. Agents **claim** tasks to lock them, then work through the lifecycle.
Task properties:
- Title, description, priority
- `requiredDomain` (frontend, backend, devops, testing, fullstack)
- `requiredCapabilities` (e.g., `["typescript", "postgresql"]`)
- `estimatedMinutes`, `version` (optimistic locking)
- Dependencies on other tasks
- Quality checklist with gated completion
### Subtask
Simple checklist item wit...
Details
- Author
- waterworkshq
- Repository
- waterworkshq/orcy
- Created
- 2 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
orcy-mcp-usage
Complete reference for the orcy MCP dispatch tools — orcy_habitat, orcy_habitat_mission, orcy_habitat_task, orcy_habitat_agent, orcy_suggest, orcy_habitat_message, orcy_habitat_subscription, orcy_admin, orcy_worktree
2 Updated today
waterworkshq AI & Automation Solid
orcy-cli-usage
Reference for the orcy CLI — serve daemon, habitat, mission, task, agent, message, admin, and troubleshooting commands
2 Updated today
waterworkshq AI & Automation Featured
mission-orchestrator
Orchestrates full project lifecycle by auto-detecting state and routing to the correct phase. Use when starting or resuming a project mid-workflow.
323 Updated today
athola