Customer story
A marketplace connecting Australian businesses with over 6,000 HR, recruitment, payroll and safety providers. Specs and architecture decisions are written before an agent touches the code, so the reasoning behind each change survives the change.
The challenge
HR buyers want better search and matching; listed vendors want profile, verification and lead tooling. Both queues grow at once.
Changes to how service areas match a query affect every buyer. They need a written rationale, not a quick patch.
Why a matching rule or subscription tier worked a certain way existed in Slack threads, so every revisit started from scratch.
The method



Redact customer data; get sign-off before publishing.
One feature, start to finish
Business profiles could carry a logo, but nothing else — vendors had no way to show their work. The feature adds a full image pipeline: businesses upload photos, VocxAI compresses them on the way in, and an S3-backed service serves the optimized versions on the public profile, so listings load real photos without the page-weight problem an unoptimized upload path would have caused.

Also shipped
A chat widget on the business profile lets customers send a question straight from the listing. Messages route to the business's inbox by email, so vendors don't need an account or a new system to start answering enquiries.
How it runs
A roadmap item is written up as a spec with acceptance criteria before any code exists.
Reviewed by the teamWhere the change touches search, matching or billing, the decision and its alternatives are written down.
Reviewed by the teamThe agent works from the PRD and ADR in a sandboxed clone and runs the test suite.
Cost tracked liveThe pull request links the spec and the decision record, so review starts with the reasoning.
Their decisionNo job starts without an approved PRD. The spec is the unit of work, not a prompt.
ADRs are committed next to the code, so the next change inherits the reasoning.
Scoped to the repos Workforce Directory selects, with write limited to branches and pull requests.
Nothing merges without a Workforce Directory reviewer.
The tool is awesome. The specs and tasks were accurate first time, and it made additional improvement suggestions. Having every step documented is impressive.
The parts of VocxAI in Workforce Directory's day-to-day.
Run this on your own roadmap.
In private beta — join now and we'll map it to your workflow.
Join private beta