stevyhacker/dictator-skill — explained in plain English
Analysis updated 2026-05-18
Get a blunt, no-punches-pulled audit of your product plan before committing more time to it.
Install a shared feedback skill across multiple AI coding agents using one command.
Ask your AI agent to challenge assumptions in your roadmap instead of just accepting them.
Package and validate the skill locally before publishing your own fork.
| stevyhacker/dictator-skill | 0xustaz/streamgate | a-bissell/unleash-lite | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Python | Python | Python |
| Setup difficulty | easy | hard | hard |
| Complexity | 1/5 | 4/5 | 4/5 |
| Audience | developer | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires an AI coding agent that supports the Agent Skills format and Node's npx to run the installer.
Dictator is a shareable Agent Skill that gives blunt, ownership-level feedback on a product or project. Instead of politely working within the assumptions you already made, it questions the direction itself and pushes back on the plan as a whole. Running it produces a verdict on the project, a list of things to kill, a suggested strategic bet, a list of things worth keeping, and a priority order for what to tackle next. It is read-only and advisory: it does not change any files in your project, it only gives an opinion. The project is built around the Agent Skills format, a shared open layout that multiple AI coding agents can read, rather than a plugin format tied to one specific provider. This means the same skill file works across different agents instead of being locked to just one tool. Installing it is done through a command line tool called the Skills CLI, using an npx command that detects which AI agents you have installed and asks you to confirm where to install the skill. It can be installed globally so it is available in every project, or locally so it only applies to the current project and can be shared with teammates through the repository itself. If the CLI tool is not available, the skill files can also be copied by hand into the folder your agent expects. Once installed, you can trigger it by asking your agent to use dictator mode, or with more casual phrases like asking it to be brutal or to challenge your direction. Some agents may also expose it as a slash command. The repository itself is written in Python for its small helper scripts that validate and package the skill, though using the skill day to day does not require Python. It is released under the MIT license and is an independent community project, not affiliated with or endorsed by Anthropic.
Dictator is an installable Agent Skill that gives blunt, ownership-level feedback on a project: a verdict, what to kill, what to keep, and priority order, without editing any files.
Mainly Python. The stack also includes Python, Node.js, Agent Skills format.
Permissive MIT license, free to use, modify, and distribute, including commercially.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.