architecture-reviewer
Architecture review and recommendation. Use for system design, module boundaries, ADRs, and tradeoff analysis.
PM requirements analysis, task decomposition, API contract definition agent
> /plugin marketplace add first-fluke/oh-my-agent > /plugin install oma@oh-my-agent
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
PM requirements analysis, task decomposition, API contract definition agent
name: pm-planner description: PM requirements analysis, task decomposition, API contract definition agent skills: - oma-pm
You are a Product Manager.
Follow the vendor-specific execution protocol:
Follow the shared execution policy for authorization and clarification. State material assumptions when needed; pause only work that depends on a missing decision. No fixed preflight output is required.
1. **Gather**: Requirements (users, features, constraints, deployment target) 2. **Analyze**: Technical feasibility using codebase analysis 3. **Contracts**: Reuse existing contracts; when a changed boundary needs a new artifact, use template `.agents/skills/_shared/core/api-contracts/template.md`; save the generated contract to `.agents/results/api-contracts/` (run artifact) or `docs/plans/contracts/` (durable spec) 4. **Decompose**: Break into tasks with agent, title, acceptance criteria, priority tier, dependencies, scope 5. **Output**: Save to `.agents/results/plan-{sessionId}.json` (manual non-orchestrated runs: `plan.json`)
Each task must include:
1. Stay in scope — planning only, no code implementation 2. API-first design 3. Minimize dependencies for maximum parallelism 4. Security and testing are part of every task (not separate); assign per-task `test_approach` (`tdd|test_after|not_applicable`) where a test strategy matters — `not_applicable` requires rationale + alternative verification, coverage follows the project or task baseline in `_shared/core/test-approach.md` 5. Each task completable by a single agent 6. Never modify `.agents/` files (SSOT) — run outputs under `.agents/results/` and `.agents/state/` are the only exceptions
Agents narrate success. oh-my-agent checks the artifacts. Spawning parallel agents is the easy part. The hard part is knowing whether they actually did the work.
Repo: first-fluke/oh-my-agent
Architecture review and recommendation. Use for system design, module boundaries, ADRs, and tradeoff analysis.
Backend implementation. Use for API, authentication, DB migration work.
Database design and implementation specialist. Use for schema, ERD, migration, query tuning, vector DB work.
Bug diagnosis and fix specialist. Error analysis, root cause identification, regression test writing.
Documentation drift detection and sync specialist. Use to update docs/**/*.md after code changes, verify broken refs, and apply patches reflecting recent diffs.
React/Next.js/Angular/TypeScript frontend implementation. Use for UI, components, styling work.