Are you the author? Sign in to claim
A living production-readiness checklist that plugs into your AI coding agent.
Живой чек-лист готовности к проду, встроенный в ИИ-агента (Claude Code / Claude.ai / Cursor). A living production-readiness checklist that plugs into your AI coding agent.
Бесплатная база (MIT), разбита на языковые папки — открой свою: · Free base (MIT), split into language folders — open yours:
pipeline-md/
├── README.md ← этот файл / this file
├── RU/ ← всё на русском / everything in Russian
└── EN/ ← everything in English
Нужна глубина (промпты, денежный плейбук, стек-паки, PDF)? → Pro на pipeline-md.pages.dev Want the depth (prompts, money playbook, stack packs, PDF)? → Pro at pipeline-md.pages.dev
Твой код работает у тебя на машине. Но готов ли продукт к реальным людям и деньгам? pipeline.md — карта от «работает у меня» до «в проде и безопасно». Агент ведёт проект по 16 этапам, отмечает прогресс [ ] → [~] → [x] и отказывается деплоить, пока открыт хоть один блокирующий этап 🔒. Задача — провести аудит так, чтобы ни одна уязвимость, баг или неверное решение не остались незамеченными. Работает одинаково на любой LLM.
Открой папку RU/. Внутри:
pipeline.md — маршрут: 16 этапов с критериями закрытия (🔒 — блокирующие).CLAUDE.md / AGENTS.md — правило агента (создать файл, сверяться, не проскакивать блокирующие)..cursor/rules/pipeline-md.mdc — то же правило для Cursor.Этапы (16): 1. Идея · 2. Архитектура (BaaS-first) · 3. Секреты 🔒 · 4. Аутентификация · 5. Данные и доступ (RLS) · 6. Интеграции (доки-first) · 7. AI-слой · 8. MVP + UX · 9. E2E-тесты 🔒 · 10. Безопасность 🔒 · 11. Производительность · 12. Аналитика 🔒 · 13. Наблюдаемость · 14. Страховки на деньги 🔒 · 15. Юридика · 16. Релиз 🔒
Быстрый старт (≤5 мин):
RU/pipeline.md и RU/CLAUDE.md в корень проекта, затем: «Прочитай CLAUDE.md и pipeline.md. На каком мы этапе и что дальше?»RU/.cursor/rules/pipeline-md.mdc в .cursor/rules/ проекта + pipeline.md в корень.CLAUDE.md в Project Instructions, pipeline.md в knowledge.Free vs Pro: бесплатная версия даёт названия и порядок 16 этапов, механику блокировки и только базовые критерии закрытия — она показывает, что проверить. Pro показывает, чем закрыть: расширенные критерии-аудит в каждом этапе, готовый промпт под каждый этап, денежный плейбук и стек-паки под ваш стек.
Your code works on your machine. But is the product ready for real people and real money? pipeline.md is the map from "works for me" to "shipped and safe". The agent walks the project through 16 stages, marks progress [ ] → [~] → [x], and refuses to deploy while any blocking stage 🔒 is open. The goal: audit the project so that no vulnerability, bug or wrong decision goes unnoticed. Works the same on any LLM.
Open the EN/ folder. Inside:
pipeline.md — the route: 16 stages with closure criteria (🔒 — blocking).CLAUDE.md / AGENTS.md — the agent rule (create the file, check every stage, don't skip blockers)..cursor/rules/pipeline-md.mdc — the same rule for Cursor.The stages (16): 1. Idea · 2. Architecture (BaaS-first) · 3. Secrets 🔒 · 4. Authentication · 5. Data & access (RLS) · 6. Integrations (docs-first) · 7. AI layer · 8. MVP + UX · 9. E2E tests 🔒 · 10. Security 🔒 · 11. Performance · 12. Analytics 🔒 · 13. Observability · 14. Money safeguards 🔒 · 15. Legal · 16. Ship 🔒
Quick start (≤5 min):
EN/pipeline.md and EN/CLAUDE.md into your project root, then: "Read CLAUDE.md and pipeline.md. What stage are we at and what's next?"EN/.cursor/rules/pipeline-md.mdc into your project's .cursor/rules/ + pipeline.md in the root.CLAUDE.md into Project Instructions, add pipeline.md to the knowledge.Free vs Pro: the free version gives you the names and order of the 16 stages, the blocking mechanic and basic closing criteria only — it shows what to check. Pro shows what to close it with: expanded audit criteria in every stage, a ready prompt per stage, a money playbook and stack packs for your stack.
By Oskar Makarov · MIT — use it anywhere, keep the notice. PRs and war-stories welcome.
Manage multiple Claude Code agents from TUI or Web with tmux and git worktrees
Kanban-based orchestration for 10+ coding agents with isolated git worktrees per agent
⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u
Core skills library for Claude Code with 20+ battle-tested skills including TDD, debugging, and brainstorming