Skip to content

The problem

You open Cursor, Claude Code, or Copilot, type a prompt, and get… something plausible. Then you spend the next ten messages explaining that you use Prisma, not raw SQL; that errors should use your NestJS exception filter; that tests are Vitest, not Jest; that you want Conventional Commits and a repository pattern.

That friction is not laziness — it is missing shared context. General-purpose models do not ship with your stack, your repo layout, or your definition of “done.”

Before BARE

Typical loop

  • Re-state stack and conventions in every session
  • Inconsistent file structure and patterns across features
  • Reviews catch “wrong framework idioms” instead of real design issues
  • Shipping means remembering checklists the agent was never given

After BARE

What changes

  • Rules encode how your backend should be structured, validated, tested, and secured — once.
  • Skills encode workflows (plan → review → implement → QA → ship) you can trigger deliberately.
  • Context files (domain-map, tech-stack) anchor the agent to this product.
  • Tracking (efficiency) helps you tighten rules when the model keeps missing the mark.

What you generate (at a glance)

PieceRole
Agent fileCore identity, quality gates, and principles for your repo
Rules (9 files)Always-on standards — architecture, API, data layer, errors, testing, Git, and more
Lifecycle stagesSeven named workflows — Think, Plan, Build, Review, Test, Ship, Reflect
ContextDomain map and approved tech stack you fill in once
IDE formatDelivered as Cursor .mdc rules, CLAUDE.md, Copilot instructions, Windsurf rules, or Antigravity workflows

Next: see how a few questions become all of that — How it works.

Released under the MIT License.