What problem does it solve?
It solves the problem of safely implementing the Project Mishka prototype inside Cursor without drifting from the PRD authority model or creating conflicting edits across a growing codebase.
Core Features & Use Cases
- Deterministic repo auditing before major changes: runs
scripts/audit_repo.py to detect drift, duplicates, dead code candidates, and port/service collisions before planning implementation work.
- PRD authority-guided development workflow: uses
references/mishka-authority-map.md as the control plane and produces slice-based work to keep authoritative boundaries intact.
- Acceptance-driven response structure for reliable delivery: enforces the sectioned reporting format from
references/acceptance-pattern.md so each slice includes plan, applied changes, and deterministic verification.
Use case: You need to implement or refactor a single Mishka phase-1 vertical slice (e.g., storage authority touchpoints or pipeline wiring) while ensuring no AI/heuristics leak into authoritative execution paths and no direct state mutation occurs outside the PRD commit path.
Quick Start
Ask ChatGPT to use cursor-mishka-builder to audit the repo, follow the authority map, then implement the requested Mishka phase-1 slice with a Cursor-friendly multi-file plan and the required acceptance output sections.