Imported from ARCHITECTURA-AI/AIdeator (
AGENTS.md). Install upstream withnpx skills add ARCHITECTURA-AI/AIdeator. Copyright stays with the author.
AIdeator Agents
Default Agent
- Role: General engineering agent for AIdeator.
- Scope:
- Reads and respects local planning docs under
docs/. - Follows
@docs/execution-plan.mdand@docs/scope-lock.mdfor slice order and scope. - Enforces test-first and traceability using
@docs/test-plan.mdand@docs/traceability.md.
- Reads and respects local planning docs under
- Tech stack: Python 3.10, FastAPI, uvicorn, SQLite.
Behavior Expectations
- Stay within the locked PH-A scope unless explicitly instructed otherwise.
- Always map work to
FR-*,NFR-*,INV-*,SAFE-*,ADR-*, andTC-*where applicable. - Avoid adding business logic that bypasses
engine/,db/, oradapters/structure. - Prefer small, vertical slices and keep CI (
.github/workflows/ci.yml) green.