Isn't this just a few prompt files I could write myself?
You could. We did, over a long time, across production .NET repos. The value is not one mega-prompt. It is directory-scoped loading (only relevant rules per file), the LEARNING_LOG.md protocol, and bug-breaker.mdc for retry loops. Writing a first draft is a weekend. Keeping it aligned with Cursor updates and your stack is ongoing work.
Prompts vs rules — what's the difference here?
Prompts live in chat and vanish when the thread closes. .mdc rules live in .cursor/rules/ and load automatically based on file path. The hydrate prompt runs once to seed LEARNING_LOG.md; after that, persistence.mdc maintains the log across sessions. Rules enforce. Prompts inform.
Will this work with Cursor's built-in rules feature?
Yes. That is what it is built for. The .mdc files plug into Cursor's native rules system.
Does it work for non-.NET languages?
persistence.mdc and bug-breaker.mdc are language-agnostic. Seven of the nine rules are tuned for C#/.NET (DI, EF Core, Result<T>, API, testing, and related guardrails). Non-.NET users get value from the persistence and circuit-breaker rules. Whether £9.00 is worth two of nine is your call.
I'm a solo dev, not a team. Is this overkill?
No. Solo staff engineers were the first buyers. You still re-brief Cursor every session and still need boundaries enforced when you are the only reviewer. The free starter kit (3 rules) is enough to test the workflow before paying.
Is it a subscription?
No. One-time £9.00. Lifetime updates. MIT-licensed.
How is this different from generic "Cursor rules" repos on GitHub?
Most public rules are one big file loaded on every prompt. Agentic Architect scopes rules by directory so only relevant guardrails activate. Most repos also skip persistence — no LEARNING_LOG.md workflow to carry decisions forward.
What if my team doesn't want to adopt it?
They do not have to. Rules sit in .cursor/rules/ and the log is a markdown file. Keep them personal in .gitignore, or commit them for the team. One purchase covers internal use under MIT.
How do I get the files after checkout?
Payhip emails an instant download link after checkout. Unzip, copy .cursor/rules/ into your repo root, add LEARNING_LOG.md from templates/, run the hydrate prompt once.
Can my whole team use one purchase?
Yes. MIT license covers internal use in your org's repos. One seat purchase, many repos, as long as you don't resell the kit as a competing product.
What if it doesn't work for me?
30-day refund. Email agenticstandardcontact@gmail.com.
Why is it £9.00 and not £99?
Founder's pricing. It will go up when the video walkthrough ships.