ccc-night-modelisted
Install: claude install-skill KevinZai/commander
# /ccc-night-mode
> Placeholders like ~~project tracker refer to connected tools. See [CONNECTORS.md](../../CONNECTORS.md).
Autonomous build system for unattended work. Two modes: **Night Mode** (spec now, build overnight, 8-hour scheduled run) and **YOLO Mode** (spec now, build immediately, no confirmations). Full menu in `references/autonomous-mode.json`.
## Quick Mode (default)
Ask the user which mode via AskUserQuestion:
- **Night Mode** — scheduled overnight run, starts building when you close your laptop
- **YOLO Mode** — starts immediately, no confirmations, maximum autonomy
- **Monitor & Maintain** — watch CI, fix builds, guard tests (recurring loop)
- **Cancel / Back to main menu**
Then proceed to the 10-question Spec Interview.
## Power Mode
Full autonomous mode menu from `references/autonomous-mode.json`. Activate by passing `--power` or `detailed`. Includes:
- Monitor & Maintain (PR Babysitter, Build Shepherd, Test Guardian, PR Pruner, Dependency Watcher, Cost Monitor)
- Background Coding (implement from spec, post-merge sweep, doc updater, knowledge compounder)
- Batch Operations (CJS→ESM, class→hooks, multi-file rename, dependency upgrade, lint rule enforcement)
- Custom Loop (describe what + how often)
### Spec Interview (10 Questions — ALL required before autonomous execution)
Ask every question. Do not skip or assume.
1. **What are you building?** — Full project description
2. **Who is it for?** — Target users/audience
3. **Most critical feature?**