Slow Claude — Development skill for Claude Code
lowing Claude down is the feature, not the bug.
How to install Slow Claude
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open bendanziger/slow-claude and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Slow Claude does
lowing Claude down is the feature, not the bug. A skill + slash commands enforcing disciplined feature development.
Alternatives in Development
- Feature Dev — Comprehensive feature development with specialized agents 14k ★
- Market Sizing — Estimate TAM, SAM, SOM with top-down and bottom-up approaches 7.8k ★
- Investigate Performance — Investigate a Nimbalyst performance problem (freeze, lag, idle CPU, slow op, memory growth) with measured evid 1.6k ★
README
slow-claude
Slowing Claude down is the feature, not the bug.
A Claude.ai skill + Claude Code slash commands that enforce a disciplined feature development workflow. Stops Claude from jumping straight into code, demands evidence before recommendations, and uses Spec Driven Development with explicit approval gates between phases.
Built for solo founders shipping a feature a day under competitive pressure.
The problem
You're moving fast. A new feature comes up. You open Claude and say "I want to add X."
What happens by default:
- Claude dumps code based on memory or vibes
- Recommends a library it half-remembers from a blog
- Skips the questions that would have changed the answer
- Lets the coding agent (Claude Code, Cursor, etc.) start implementing before you've decided the right approach
Three days later you realize the library is wrong, the persistence model is wrong, or the edge cases weren't considered. You rewrite. At one-feature-a-day cadence, this rework is what actually slows you down.
The fix
**slow-claude** turns Claude into a structured architect. Not faster — more deliberate. The workflow is 4 phases, each with an approval gate:
- Research — Claude Code creates a
feature/branch, reads your codebase, compares options with citations (GitHub issue numbers, measured bundle sizes), and writesRESEARCH-.md. ~10 minutes. - Decision — You read the research, approve a choice, answer open questions.
- SDD Build — Zod schemas first. Then phases A→F with build-clean gates between them. Migrations generated but never auto-applied.
- Verify — Manual test against real DB and real auth (demo mode bypasses persistence). Open PR.
The skill lives in Claude.ai. The slash commands live in Claude Code. Templates are shared between them — single source of truth.
What's in this repo
slow-claude/
├── README.md ← you are here
├── feature-dev-workflow/ ← the Claude.ai skil
Related Skills
Jidoka New Project
Start a new project or feature the disciplined way — North Star and business questions first
Powerups
Reusable Claude Code skills for disciplined software development.
Dejavu
Stop debugging the same bug twice. A Claude Code slash command for capturing, tagging, and retrieving debuggin
Feature Tasks
Break down implementation plan into Beads tasks with dependencies
Contributing To Flompt
Thanks for wanting to contribute! flompt is open-source and MIT licensed — PRs, bug reports, and feature ideas
Ticket
Ticket schreiben — Bug, Feature, Improvement oder Spike als strukturiertes Ticket erfassen. Unterstützt auch S
Related Agents
Hive Coder
End-to-end development specialist handling feature implementation and production bug fixes with TDD discipline
Task Planner Analyzer
Use this agent when the user provides a new task request that requires planning before execution. This include
Dev Agent
Use this agent when a software development task needs to be implemented, including feature development from a