A small but realistic FastAPI product used to validate Agentic Engineering
Workflows (AEW) in a consumer repository. It intentionally owns docs/,
specs/, and repository instructions so installation and update tests can prove
that AEW does not overwrite product content.
python -m venv .venv
. .venv/bin/activate
pip install -e '.[test]'
pytest
uvicorn task_api.main:app --reloadOpen http://127.0.0.1:8000/docs for the generated API documentation.
- Select Use this template on GitHub and create a disposable repository under your own account.
- Create an issue using
fixtures/issues/001-task-search.md. - Install the AEW
.agents/payload into the disposable repository. - Invoke
@.agents/commands/gl-goal.mdor the registered/gl-goalcommand with the issue URL. - Review the spec PR, request changes or approve it, then resume
/gl-goal. - Verify the implementation PR and run
pytest.
Do not run destructive E2E experiments directly against this template. Create a repository from it first.