This repository defines task-focused agents to streamline planning, implementation, review, documentation, and testing.
Agents:
plan-project: Roadmaps, milestones, ADRs, risk registerplan-analyse: Repo survey, external research, dependency and risk mappingmastra: Implementation for ingestion, embeddings, LanceDB, retrieval, assembly, and agentsreview: Code review with targeted feedback and suggested diffsdocumentation: Doc updates for README, specs, exampleswrite-test: Unit/integration tests, mocks, deterministic practicesUsage:
# Start a session with an agent
opencode --agent plan-project
# One-off task
opencode run --agent mastra "Implement LanceDB schema and retrieval module"
Safety:
permissions.json sets baseline rules; per-agent permissions apply tighter, task-specific restrictions.Approval-first workflow:
permissions enforce tighter rules than repo defaults.