Processize — Manual-First Delivery
Turn a product idea into a manual process you can deliver today, before writing a single line of code.
Pure advisory prompt skill: requests no permissions, executes no code, touches no external services or sensitive data; external-effect and data-flow risks are near zero. However there is no explicit user-confirmation/rollback mechanism, and attribution points only to a book's philosophy without a verifiable license. Deducted for: missing explicit data-flow/confirmation disclosure, unknown license metadata.
Instructions are self-consistent with clear steps and a defined output format; happy path is plausible. But as a prompt-only skill there are no tests, no abnormal-input handling and no designed failure feedback. Deducted for: no test coverage, unbounded failure behavior (static cap 10).
Trigger scenario is clear (have an idea, want to deliver manually first) and README states when to use; but non-fit boundaries are undeclared, and it references /find-community, creating cross-skill dependency. No Chinese or mainland-China reachability issue since it depends on no external services. Deducted for: undeclared boundaries and non-fit ranges.
Well-structured, progressive documentation with a clear output checklist and README install path; but repository license is unknown, and there is no versioning, changelog, or stated maintenance ownership/update path. Deducted for: missing license, incomplete version governance and maintenance info.
As a methodology skill it guides users to concrete deliverables (magic piece of paper, pricing, first-customer list); marginal value over unstructured advice is real. But output quality depends on conversation, and no representative outputs are verified as directly usable. Deducted for: unverified representative outputs, limited completeness evidence (static cap 7).
Core claims (Gumroad origin, zero-price effect) trace to the public book The Minimalist Entrepreneur — limited primary corroboration; but no tests, no independent reproduction, no third-party execution evidence. Deducted for: thin auditable material, book citation only.
- This is a prompt-only advisory skill with no executable code; safety risk is low, but output quality depends on conversation rather than a reproducible process.
- Repository license metadata is unknown; confirm authorization before commercial use or redistribution.
- No versioning or changelog; future updates may change behavior — consider pinning the revision.
- Cross-references other skills (e.g. /find-community) that will not resolve if this skill is installed alone.
- This is a static source review with no execution or independent testing; confidence is low.
What does this skill do, and when should you use it?
Processize is one of 10 Claude Code skills in the slavingia/skills repository, based on The Minimalist Entrepreneur by Sahil Lavingia. It acts as a business advisor that guides you from a raw product idea to a manual delivery process you can run by hand — the opposite of jumping straight into code. The skill walks through six steps: narrowing the idea, finding real people who need it today, designing the manual version, documenting it as a handoff-ready "magic piece of paper," charging real customers, and deciding when (and what) to automate. The output includes a one-sentence product description, a full step-by-step manual process, three specific people to deliver to this week, an initial price, and the first step worth automating later.
This is a purely conversational skill: it reads the user's description of their product idea and, through questions and structured prompts, walks them through six deliverables — (1) a one-sentence core-value description; (2) a list of 10 specific people in a community who have the problem; (3) a manual delivery design (what the customer provides, what you do, what you return, time per customer); (4) the "magic piece of paper" containing a trigger, numbered steps, tools, time per step, and handoff method; (5) an initial price plus three people to contact this week; (6) the first step to automate once the manual version is proven. It reads no files, calls no external tools, and executes no code.
- An indie developer with a product idea who wants to validate demand by hand before committing to code
- A founder who wants to replicate Gumroad's early path (Sahil manually collecting PayPal emails and paying creators one by one) and needs a handoff-ready process document
- Someone stuck on the free-vs-paid question who wants the $1 signal test to prove real demand
- A small team already delivering manually that wants clear criteria for when to automate and which step first
- A reader of The Minimalist Entrepreneur who wants to operationalize the book's method on their own business
What are this skill's strengths and limitations?
- Gives an executable path from idea to first paying customer, not abstract advice
- The "magic piece of paper" framework produces a process document someone else could run
- Includes concrete automation-readiness criteria (10+ paying customers, unchanged process for weeks), guarding against premature development
- Purely conversational with zero runtime dependencies — works immediately after install
- Value depends entirely on the book's methodology; limited use if you don't buy the manual-first philosophy
- No way to verify the quality of your process output — no tests, no scoring
- Repository license is unlisted, so commercial-use compliance is on you
- Step 2 routes you to the sibling /find-community skill, creating a slight gap when used standalone
How do you install this skill?
In Claude Code, run these two commands to install the whole collection (10 skills including this one):
/plugin marketplace add slavingia/skills
/plugin install minimalist-entrepreneur
Alternative: git clone https://github.com/slavingia/skills.git to a local path, then /plugin marketplace add <local path> and /plugin install minimalist-entrepreneur. The repo's license is unlisted; installing a single skill in isolation is not documented.
How do you use this skill?
After installing, run /processize in Claude Code with a description of your idea, e.g.: "/processize I want to build a tool that helps freelance translators reconcile invoices." The skill then coaches you step by step toward a documented manual process. Argument syntax beyond this pattern is not documented.
How does this skill compare with similar options?
The source positions it within a skill chain from the same book: /validate-idea tests whether an idea is worth pursuing, /mvp helps scope the first product, while this skill (/processize) specifically covers the deliver-it-by-hand-before-coding stage.