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
- Shape the work into the right plan before opening a task.
- Refine the scope until the next slice is honest and executable.
- Open a local task for that slice.
- Implement and run the narrowest honest verification.
- Carry the local slice through land only when the acceptance state is clear.
Common mistakes
- Starting implementation before the slice is clear.
- Escalating into shared coordination too early.
- Confusing the public website with the authenticated workflow app.
- Claiming acceptance before verification is explicit.
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.