whatisgithub

What is dictator-skill?

stevyhacker/dictator-skill — explained in plain English

Analysis updated 2026-05-18

1PythonAudience · developerComplexity · 1/5LicenseSetup · easy

In one sentence

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.

Mindmap

mindmap
  root((dictator-skill))
    What it does
      Blunt project feedback
      Kill and keep lists
      Read only advisory
    Tech stack
      Python
      Agent Skills format
      npx CLI
    Use cases
      Product audits
      Roadmap challenge
      Cross agent install
    Audience
      AI agent users
      Product builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Get a blunt, no-punches-pulled audit of your product plan before committing more time to it.

USE CASE 2

Install a shared feedback skill across multiple AI coding agents using one command.

USE CASE 3

Ask your AI agent to challenge assumptions in your roadmap instead of just accepting them.

USE CASE 4

Package and validate the skill locally before publishing your own fork.

What is it built with?

PythonNode.jsAgent Skills format

How does it compare?

stevyhacker/dictator-skill0xustaz/streamgatea-bissell/unleash-lite
Stars111
LanguagePythonPythonPython
Setup difficultyeasyhardhard
Complexity1/54/54/5
Audiencedeveloperdeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires an AI coding agent that supports the Agent Skills format and Node's npx to run the installer.

Permissive MIT license, free to use, modify, and distribute, including commercially.

So what is it?

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.

Copy-paste prompts

Prompt 1
Use dictator mode on this project: tell me what you would kill, keep, and rebuild.
Prompt 2
Install the dictator-skill globally using the Skills CLI and show me the exact command.
Prompt 3
Explain how the Agent Skills format lets this same SKILL.md work across different AI agents.
Prompt 4
Walk me through what scripts/validate.py checks before packaging this skill.

Frequently asked questions

What is dictator-skill?

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.

What language is dictator-skill written in?

Mainly Python. The stack also includes Python, Node.js, Agent Skills format.

What license does dictator-skill use?

Permissive MIT license, free to use, modify, and distribute, including commercially.

How hard is dictator-skill to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is dictator-skill for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.