Skip planning, ship small changes
tweakcommandsetup L1★0
cham-space/Aiit ↗What it does
Execute lightweight scoped changes with minimal planning
Best for
Making small, well-understood changes (≤5 files, ≤3 tasks) without the overhead of full discovery and planning.
Inputs
- · brief change description
- · ≤5 files
- · ≤3 tasks
Outputs
- · spec files archived
- · all pre-commit hooks passed
- · change journal with ≤3 task updates
Requires
- · aiit-state.sh
- · pre-commit hooks
- · git
Preconditions
- · .claude/scripts/aiit-state.sh exists
- · specs/ directory present
- · pre-commit hooks configured
Failure modes
- · Scope exceeded (>5 files/3 tasks) → redirect to /discover
- · Pre-commit fails → show error and stop
- · Task unclear → ask user for clarification
- · Change grows during execution → pause and redirect
Trust signals
- · Hard scope gates (≤5 files, ≤3 tasks, <1 hour)
- · Lightweight plan (no DAG)
- · Optional TDD (pragmatic for small changes)
- · Pre-commit hook verification before archive