High‑level development methodology for AI‑assisted FastAPI + Vue projects.
This skill encapsulates the overarching philosophy behind this plugin’s workflow. It is intended to be invoked implicitly when coordinating multi‑agent development.
@test‑automator. Tests act as the specification for the desired behaviour.@coder writes the minimal code necessary to satisfy the test and nothing more. Avoid premature optimisation or refactoring.@reviewer runs the full test suite in a Docker container, then creates a branch, commits the changes and opens a pull request when all tests pass. The @documenter updates documentation accordingly.db:list_tables and before modifying models. This aligns code with reality and prevents mismatches.db:get_table_schemaalembic revision --autogenerate -m "description" but do not run them manually; tests and deployments will handle applying them./api/tasks)..env files and environment variables to configure database credentials, API URLs and other secrets. Do not commit secrets to version control.docker compose -f docker/docker-compose.yaml ps to check service health and docker compose -f docker/docker-compose.yaml logs -f to view logs. Stop services with docker compose -f docker/docker-compose.yaml down when done.