Local Quickstart

Run your first local workflow loop.

Current evaluation posture

The public website story stays Python/pip-first. For repository-based evaluation today, begin from the existing local quickstart path and keep the first loop local.

python3 -m pip install --upgrade pip
python3 -m pip install -e .[test]

First local loop

  1. Shape the work into the right plan before opening a task.
  2. Refine the scope until the next slice is honest and executable.
  3. Open a local task for that slice.
  4. Implement and run the narrowest honest verification.
  5. Carry the local slice through land only when the acceptance state is clear.

Common mistakes

What to read next

After the first local loop feels clear, move to the learning page and the prompt-pattern library before you expand into self-hosted or broader service surfaces.