| ### π― 4-Level Workflows From `lite-lite-lite` (instant) to `brainstorm` (multi-role analysis) ### π Multi-CLI Orchestration Gemini, Qwen, Codex, Claude - auto-select or manual ### β‘ Dependency-Aware Parallelism Agent parallel execution without worktree complexity | ### π§ Issue Workflow Post-development maintenance with optional worktree isolation ### π¦ JSON-First State `.task/IMPL-*.json` as single source of truth ### π₯οΈ Dashboard Visual session management, CodexLens search, graph explorer |
| Level | Command | Use Case |
|---|---|---|
| β‘ 1 | /workflow:lite-lite-lite | Quick fixes, config changes |
| π 2 | /workflow:lite-plan | Clear single-module features |
| π§ 2 | /workflow:lite-fix | Bug diagnosis and fix |
| π 2 | /workflow:multi-cli-plan | Multi-perspective analysis |
| π 3 | /workflow:plan | Multi-module development |
| π§ͺ 3 | /workflow:tdd-plan | Test-driven development |
| π§ 4 | /workflow:brainstorm:auto-parallel | New features, architecture design |
| CLI | Description | Official Docs |
|---|---|---|
| π· Gemini | Google AI analysis | google-gemini/gemini-cli |
| π’ Codex | OpenAI autonomous coding | openai/codex |
| π OpenCode | Open-source multi-model | opencode-ai/opencode |
| π£ Qwen | Alibaba Qwen-Code | QwenLM/Qwen |
| Search Mode | Description |
|---|---|
| π€ FTS | Full-text search, based on SQLite FTS5 |
| π§ Semantic | Semantic search, using local embedding models |
| π Hybrid | Hybrid search, combining FTS + Semantic + Reranking |
| Feature | Description |
|---|---|
| π Session Overview | Track workflow sessions and progress |
| π CodexLens | FTS + Semantic + Hybrid code search |
| πΈοΈ Graph Explorer | Interactive code relationship visualization |
| π CLI Manager | Execution history with session resume |