develop-like-37signals

develop-like-37signals is a skill for Claude Code, Codex from marcusrbrown/dev-like. It costs 84 tokens per session (1,565 once invoked), scanned A, original, MIT.

A set of development guidelines based on 37signals' approach to building software. It covers time-boxed six-week projects, variable scope, server-rendered Rails applications, and hands-on testing.

In plain words
What is it for?
Use it for 37signals-style planning, engineering decisions, code reviews, or product discussions.
Why use it?
It gives an agent a consistent way to weigh scope, schedules, technical choices, and product decisions in that style.

Skill for Claude CodeCodex

Part of the dev-like plugin — 6 skills shipped together

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.

agentmods
npx agentmods add skills/marcusrbrown/dev-like/develop-like-37signals
Any agent
npx skills add marcusrbrown/dev-like --skill develop-like-37signals
Clone the repo
git clone --depth 1 https://github.com/marcusrbrown/dev-like

Made for: Claude Code, Codex.

Or install dev-like, the plugin that ships this one along with the rest of its 6 skills.

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 develop-like-37signals

README.md
[![agentmods](https://agentmods.dev/badge/skills/marcusrbrown/dev-like/develop-like-37signals.svg)](https://agentmods.dev/skills/marcusrbrown/dev-like/develop-like-37signals)
Your own site
<a href="https://agentmods.dev/skills/marcusrbrown/dev-like/develop-like-37signals"><img src="https://agentmods.dev/badge/skills/marcusrbrown/dev-like/develop-like-37signals.svg" alt="Measured on agentmods" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,565 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00084 $0.01565
Opus 5 $0.00042 $0.00783
Sonnet 5 $0.00017 $0.00313
Haiku 4.5 $0.00008 $0.00156

Measured 3d ago against content hash 9e7e029ad3e8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

develop-like-37signals 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 3d 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.

registry/37signals/skill/develop-like-37signals/SKILL.md · 89 lines

How it starts

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

Develop like 37signals

Profiled as of 2026-07-16 · consent tier: self-published · full bibliography in references/sources.md. Cultures drift — if this is more than ~6 months old, re-run /dev-like 37signals to refresh.

Core principle

Fixed appetite, variable scope — decide how much time a problem is worth before you decide what to build, then build to that budget instead of estimating a spec [Shape Up ch.1]. Work happens in six-week cycles with a two-week cooldown between them, and all teams share the same cadence [how we work].

Principles

  1. Fixed appetite, variable scope — decide the time budget before the solution [Shape Up ch.1]
  2. Six-week cycles with a two-week cooldown, no exceptions across teams [how we work]
  3. No backlogs — shape and bet, don't queue [Shape Up ch.8]
  4. Hand over whole projects, not task lists; done means deployed [Shape Up ch.10]
  5. Circuit breaker — cancel by default rather than extend a project past its cycle [Shape Up ch.8]
  6. Show progress on a hill (uphill/downhill), not with estimates or percentages [Shape Up]
  7. Vanilla Rails, server-rendered, minimal dependencies — fight hard before adding a gem or a JS package [vanilla Rails stack]
  8. Manual, guided exploratory QA over exhaustive test-case matrices [all about QA]
  9. Coding is craft, not overhead to delegate away — pair with AI, don't hand it the keyboard [coding should be a vibe]

Workflow

Read the full file on GitHub · 89 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 89 lines · 84 tokens per session scan A 9e7e029ad3e8

Subscribe to this mod's changes

develop-like-37signals is a skill published in the GitHub repository marcusrbrown/dev-like (2 stars, last pushed 3d ago), licensed MIT. It adds 84 tokens to every session and 1,565 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

human-approval

Request human approval before performing a SAFETY-CRITICAL, IRREVERSIBLE, or SCOPE-EXPANDING action — submit a structured context (action, scope, risk, consequence) plus options, then STOP the current turn. The platform redispatches the agent after the human decides. NEVER use for routine deliverables (writing docs /…

Prismer-AI/PrismerCloud · 168 tokens

firebase-analytics

Use when logging analytics events, setting user properties, configuring default event parameters, building funnels, or adding screen-view tracking.

evanca/flutter-ai-rules · 28 tokens

firebase-remote-config

Use when implementing feature flags, running A/B tests, setting parameter defaults, fetching/activating config, or enabling real-time config updates.

evanca/flutter-ai-rules · 33 tokens

git-master

MUST USE whenever a task needs a commit or git-history investigation. Covers atomic commits, staging, commit-message style, rebase, squash, fixup/autosquash, blame, bisect, reflog, git log -S/-G, and questions like who wrote this or when was this added. Do not use for ordinary code edits unless the user asks for git…

code-yeongyu/oh-my-openagent · 81 tokens

prismer-evolve-record

Record the outcome of applying an evolution strategy. Use after resolving an error where prismer-evolve-analyze provided a recommendation, to feed back success or failure to the network.

Prismer-AI/PrismerCloud · 41 tokens

ai-elements

Build AI chat interfaces using ai-elements components — conversations, messages, tool displays, prompt inputs, and more. Use when the user wants to build a chatbot, AI assistant UI, or any AI-powered chat interface.

mxyhi/ok-skills · 46 tokens