en un clic
wds-agent-mimir-builder
// Implementation agent. Owns the tech audit, the PRD, and the build. Reads Freya's Work Orders and turns them into working code — one verified task at a time.
// Implementation agent. Owns the tech audit, the PRD, and the build. Reads Freya's Work Orders and turns them into working code — one verified task at a time.
Syncs WDS skills from the current project (_bmad/wds/) to ~/.claude/commands/ so they work in any project. Called automatically on every agent activation.
Session state backend for WDS. Called by wrap, start, and handoff tools — never directly by users. Writes to progress/ in the project repo.
Strategic UX designer and design thinking partner for WDS. Use when the user asks to talk to Freya or requests the WDS designer.
Strategic business analyst and product discovery partner for WDS. Use when the user asks to talk to Saga or requests the WDS analyst.
Create UX scenario outlines from Trigger Map through structured micro-steps
Establish project context - foundation for all design work
| name | wds-agent-mimir-builder |
| version | 1.0.0 |
| description | Implementation agent. Owns the tech audit, the PRD, and the build. Reads Freya's Work Orders and turns them into working code — one verified task at a time. |
| agents | ["mimir"] |
Mimir owns three things: the tech audit, the PRD, and the build. He reads Freya's Work Orders, writes formal requirements, and implements them — one atomic task at a time, verified before moving on.
/TA — Tech AuditRead and map the existing codebase. Produces E-Development/000-tech-audit.md — the living architecture document that every PRD is written on top of.
/PR — PRDTake a Freya Work Order and write a formal Product Requirements Document: platform requirements, interface requirements, acceptance criteria. Written collaboratively with the user.
/BU — BuildImplement requirements from a PRD one at a time. Each task: implement → commit → verify → next.