QualityShell

Minimum Viable Implementation Check

by ferrumclaudepilgrim

Minimum Viable Implementation Check is a Quality skill for Claude Code, published by ferrumclaudepilgrim in claude-code-android.

222 stars30 forkson ferrumclaudepilgrim/claude-code-androidAdded 2026/09/04Repository updated 2026/07/27
aarch64ai-agentai-codingandroidandroid-developmentanthropicarm64avfclaudeclaude-codedebiandeveloper-toolsllmmobile-aimobile-developmentnodejsproottermux
Install in seconds
Install Minimum Viable Implementation Check
Copy Minimum Viable Implementation Check into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/ferrumclaudepilgrim/claude-code-android/tree/main/.claude/skills/minimum-viable ~/.claude/skills/minimum-viable

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/ferrumclaudepilgrim/claude-code-android.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/minimum-viable/SKILL.md in ferrumclaudepilgrim/claude-code-android
Installs to
~/.claude/skills/minimum-viable
Collection
One of 3 skills cataloged from this repository
Category
Quality1557 skills

What Minimum Viable Implementation Check does

Minimum Viable Implementation Check forces you to justify the simplest workable approach before coding. Use it when deciding whether a shell script is enough or a heavier implementation is truly needed.

Minimum Viable Implementation Check is cataloged under Quality on DirSkills. Minimum Viable Implementation Check comes from a repository tagged aarch64, ai-agent, ai-coding, android and android-development.

Documentation

README

Minimum Viable Implementation Check

Answer every question before writing any code. If the simple version is sufficient, build that. Document why only if you choose a heavier approach.

Required Questions

1. What are you building? One sentence. If you cannot describe it in one sentence, the scope is not defined yet.

2. What is the simplest possible implementation? Usually: a shell script, a single file, a few commands piped together, a cron entry, a git hook. Describe it. Estimate the line count.

3. Why is the simple version insufficient? State a concrete reason. Not "it won't scale" but "it cannot handle binary data" or "it requires a persistent HTTP connection." If you cannot state a concrete reason, build the simple version.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Minimum Viable Implementation Check

  • What else does ferrumclaudepilgrim publish alongside Minimum Viable Implementation Check?

    Minimum Viable Implementation Check is one of 3 skills that DirSkills catalogs from ferrumclaudepilgrim/claude-code-android, the repository it ships in. Its siblings there include Scope Framing and Termux Safe. Each one is a separate skill with its own page in this directory, installs the same way Minimum Viable Implementation Check does, and is maintained by ferrumclaudepilgrim in that same repository. The rest of the collection is listed on the ferrumclaudepilgrim/claude-code-android page.

  • How does Minimum Viable Implementation Check compare to other Quality skills?

    Minimum Viable Implementation Check ranks #1391 by stars among the 1557 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Minimum Viable Implementation Check against them. Open each page to compare what they document and how they install.