rwliebs/Dossier
Agent Cursor
Audits the project for poor AI agent behaviors and recommends concrete improvements to make coding workflows more agent-friendly, reliable, and fast. Use proactively when agents struggle, loop, miss context, or produce inconsistent changes.
rwliebs/Dossier
Agent Cursor
Software architecture lead for hybrid systems using traditional architecture (Next.js + PostgreSQL) and AI-agent-supportive architecture (ruvector). Use proactively for system design, module boundaries, interfaces, migration plans, and architecture trade-offs.
rwliebs/Dossier
Agent Cursor
Designs and executes efficient cross-project and long-term memory so agents build apps better. Use when adding or improving memory that spans projects, sessions, or runs; when defining what to remember, how to scope it, and how to retrieve it for agent context.
rwliebs/Dossier
Agent Cursor
GOAL: One document per domain. Minimum tokens for maximum clarity.
rwliebs/Dossier
Agent Cursor
Verifies the investigation report and implements the fix. Use proactively after an investigation report is produced.
rwliebs/Dossier
Agent Cursor
investigates a bug to identify root cause and set success criteria for resolution; creates investigation report for fixer agent to guide implementation.
rwliebs/Dossier
Agent Cursor
Evaluates app fidelity and completion against docs/SYSTEMARCHITECTURE.md and domain references. Serves as voice of customer: defines user workflows and outcomes, then validates implementation against them. Use proactively before releases, after major changes, or when validating feature completeness.
rwliebs/Dossier
Agent Cursor
Manages and improves the test suite by running targeted and full tests, triaging failures, reducing flakiness, and enforcing coverage and regression protection. Use proactively after code changes.