development-workflow

development-workflow is a cursor rule for Cursor from madebyaris/poinf-of-sales. It costs 9 tokens per session (1,470 once invoked), scanned A, original, MIT.

A development workflow guide for a point-of-sale system with a React frontend, a Go backend, and a PostgreSQL database. It defines Make commands for development, containers, administration, backups, restoration, and database tasks.

In plain words
What is it for?
Use it for daily POS-system development, starting the local environment, managing Docker services, creating an administrator, accessing the database, and handling backups or restores.
Why use it?
It gives developers a consistent way to start, inspect, back up, restore, and reset the application. This avoids memorizing separate commands for each part of the system.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use it for daily POS-system development, starting the local environment, managing Docker services, creating an administrator, accessing the database, and handling backups or restores.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/madebyaris/poinf-of-sales/development-workflow
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/madebyaris/poinf-of-sales

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for development-workflow

README.md
[![agentmods](https://agentmods.dev/badge/rules/madebyaris/poinf-of-sales/development-workflow/github.svg)](https://agentmods.dev/rules/madebyaris/poinf-of-sales/development-workflow)
Your own site
<a href="https://agentmods.dev/rules/madebyaris/poinf-of-sales/development-workflow"><img src="https://agentmods.dev/badge/rules/madebyaris/poinf-of-sales/development-workflow/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for development-workflow

Your own site · 80×15
<a href="https://agentmods.dev/rules/madebyaris/poinf-of-sales/development-workflow"><img src="https://agentmods.dev/badge/rules/madebyaris/poinf-of-sales/development-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,470 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00009 $0.01470
Opus 5 $0.00005 $0.00735
Sonnet 5 $0.00002 $0.00294
Haiku 4.5 $0.00001 $0.00147

Measured 13d ago against content hash 733c7f430c23, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

development-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/rules/development-workflow.mdc · 202 lines

How it starts

The opening of the file, as written. The whole thing — 202 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Development Workflow Guide

Quick Start Commands

Primary Development Workflow

Use Makefile for all development operations:

# Essential commands for daily development
make help         # Show all available commands
make dev          # Start development environment with hot reloading
make up           # Start Docker containers in background
make down         # Stop all containers
make status       # Check system status

Database Management Workflow

# Database operations (all interactive and safe)
make create-admin # Create super admin user
make backup       # Backup entire system (database + files)
make restore      # Restore from backup (interactive menu)
make db-reset     # Reset to fresh state with seed data
make db-shell     # Access PostgreSQL shell
make remove-data  # DESTRUCTIVE: Remove all data (multiple confirmations)

Development Environment Setup

First Time Setup

  1. Clone repository and navigate to project root
  2. Ensure Docker Desktop is running
  3. Run make dev - automatically creates .env file if missing
  4. Access applications:

Daily Development Workflow

# Start development session
make dev          # Starts all services with hot reloading

# During development
make logs         # View all service logs
make logs-backend # View only backend logs
make logs-frontend# View only frontend logs

# End development session
make down         # Stop all containers

Database Development Workflow

Working with Database

  1. Fresh Start: make db-reset - Clean database with seed data
  2. Backup Before Changes: make backup - Create safety backup
  3. Make Changes: Edit schema files or use application
  4. Test Changes: Verify functionality
  5. Create Admin: make create-admin - Add admin users as needed

Database Schema Changes

  1. Edit database/init/01_schema.sql
  2. Edit database/init/02_seed_data.sql if needed
  3. Run make db-reset to apply changes
  4. Test with fresh data

Read the full file on GitHub · 202 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 202 lines · 9 tokens per session scan A 733c7f430c23

Subscribe to this mod's changes

development-workflow is a cursor rule published in the GitHub repository madebyaris/poinf-of-sales (142 stars, last pushed 1y ago), licensed MIT. It adds 9 tokens to every session and 1,470 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.