projectlisted
Install: claude install-skill rillmd/rill
# /project — Project Execution Hub
**Conduct ALL conversation with the user in the language defined by `.claude/rules/personal-language.md`** (or the user's input language if absent). The English instructions below are for skill clarity, not for output style. Exceptions (only): tokens inside backticks or code blocks, proper nouns, ASCII acronyms.
> **Tool references in this skill** (`Read`, `Edit`, `Grep`, `Glob`, `AskUserQuestion`, `shell`) describe **intent**, not Claude-specific tool calls. Each harness should map them to its native equivalent — Claude Code uses its built-in tools as named; Codex CLI uses `apply_patch` / its own question primitive / shell as appropriate.
Operates on a Rill project — the execution-hub unit that bundles multiple tasks (see ADR-080, `.claude/rules/rill-projects.md`). Six modes:
| Mode | Purpose | Typical entry |
|---|---|---|
| `status` (default for `{slug}` alone) | One-screen overview of one project's current state | `/project rill` |
| `continue` | Pick the next unblocked task and offer to chain into `/solve` (user-steered, 1-step) | `/project rill continue` |
| `run` | **Policy-gated autonomous loop** — solve unblocked tasks one after another until a stop condition (ADR-082) | `/project rill run` |
| `review` | Structural audit of dependency tree, broken links, cycles, stale tasks | `/project rill review` |
| `list` (default when no arg) | Cross-project overview (every `status: active` project at once) | `/project` or `/project list`