| name | vibe-project |
| description | Vibe Code Orchestrator (VCO) for complex AI Coding tasks. Triggers: $vibe-project, /vibe-project, complex task, multi-agent coordination. Provides: requirement freeze → XL planning → DAG execution → verification. Based on: Qian Xuesen's Meta-Synthesis + von Neumann working memory.
|
Vibe Project - Agent OS CLI Design
Your vibe-project design with Agent OS CLI interface
Quick Reference
CLI Commands
vibe run "task" --async
vibe status <run_id> --json
vibe decide <run_id> <checkpoint_id> --action approve
vibe result <run_id> --json
7-Phase Flow
| Phase | Stage | Description |
|---|
| 0 | env_check | Environment check |
| 1 | skeleton_check | Skeleton verification |
| 2 | deep_interview | Requirements clarification |
| 3 | requirement_freeze | Freeze requirements [Bounded Stop] |
| 4 | xl_plan | XL Planning [Bounded Stop] |
| 5 | dag_execution | DAG execution |
| 6 | cleanup | Cleanup + report |
Key Design Docs
- CLI Design:
~/.claude/skills/vibe-project/docs/cli-design.md
- JSON Contracts:
~/.claude/skills/vibe-project/docs/contracts.md
- Schemas:
~/.claude/skills/vibe-project/schemas/
- Templates:
~/.claude/skills/vibe-project/templates/
Version
v5.1.0 (ABI Frozen)
Key Contracts
{
"ok": true,
"schema": "vibe.response.v1",
"schema_version": "1.0",
"command": "status",
"run_id": "run_01H...",
"data": {},
"error": null
}
Tool Ecosystem
| Category | Tools |
|---|
| Code Understanding | repowise, sentrux, gitnexus |
| Exploration | deep-dive, trace |
| Execution | autopilot, ralph |
| Review | brooks-review, cso |
| Tools | xcmd |
When to Use
Use /vibe-project when:
- Complex multi-step tasks requiring governance
- Tasks needing requirement freeze before execution
- Multi-agent coordination scenarios
- Tasks with governance checkpoints
Skip for:
- Simple single-command tasks
- Tasks covered by other skills