cd /news/ai-tools/prompt-me-skill · home topics ai-tools article
[ARTICLE · art-122101] src=dev.to ↗ pub= topic=ai-tools verified=true sentiment=· neutral

Prompt-Me Skill

A developer has created an open-source agentic skill called 'prompt-me' that flips the typical AI writing workflow: instead of the user prompting an AI to write text, the AI prompts the user to write, helping overcome writer's block. The skill, inspired by Matt Pocock's 'grill-me' Claude skill, generates structured prompts based on the user's ideas, leaving the actual writing to the human. The developer notes that the skill was itself mostly generated with Claude's help.

read8 min views2 publishedSep 7, 2026

TLDR:

This described an agentic skill that helps me write texts. Instead of me providing prompts to AI that writes the majority of the text based on my ideas, I want the AI to prompt me to write and so overcome "writers block".

By the way, this post is 100% written by myself without any assistance. I can be a fast and efficient writer when I feel it ;)

Have you ever had (in the recent 1-2 years) remorse when you authored significant volumes of text where the majority of it wasn't actually written by you but by AI? I certainly have. Even when the idea was mine with all the steering and significant editing effort done by myself, "subcontracting" actual bulk of writing to AI often feels deeply unsatisfying to me.

And if you've done that frequently enough, you start to feel, without relying on automated tools, which one is which. From anecdotal AI quirks like using EM-dashes everywhere to stylistic grammatical and lexical patterns that are becoming very recognisable. And often uncanny.

I get it, this isn't that much different from a consulting firm manager who leads a group of researchers. The resulting report is mostly done by the researchers but the manager can still be proud of the overall work that was delivered (and enjoying the better pay than the junior consultant too, perhaps!) Well that example is still pretty weak as justification for using ghost writers and claiming "I made this", isn't it.

I've recently seen people trying to force the AI to create "humanised" texts that don't feel or aren't detectable like they are created by AI. There are tools today that evaluate texts and give the score ranging from 100% human to 100 AI, and of course an evolving "arms race" ensued where you need to customise prompts or add AI skills in a way that instructs the AI on what to do so the detectors don't flag the generated texts as AI-generated. Some of these prompts are more honest than the others. In the best cases, it's an AI skill that analyses an existing corpus of your own written texts, learns and writes down the stylistic patterns and quirks, instructs it not to invent fake "personal" experiences, to not add fake randomness and grammatical errors etc. And in other cases it's actually doing all that and I have no illusions on which ones are more frequently used...

Then I had this idea from creative writing and songwriting workshops where you work on the prompts that are given to you to spark your creativity. Why don't I use AI to first work on the ideas I had, to then create a wireframe of an article or a blog post and to generate a series of prompts more or less detailed and structured, so I myself write then? This writing creation accelerator feels better than cheating with humanisation of 100% AI-written prose.

Also it'll be certainly cheaper from a token consumption perspective.

Then I remembered that in the software engineering / productivity world, there is a similar Claude skill written by Matt Pocock called grill-me described as "Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases."

And so I named mine "prompt-me" and you can find it on my github: prompt-me

Mine ended up quite different from Matt's skill though, and only the name and very generally the approach are vaguely similar. The applicable domain of creative writing isn't the same and I want to retain most of the actual writing to myself, unlike "grill-me". It's also bigger, Matt's skill is very compact. I'll test run the "prompt-me" in the near future to see if it can be made smaller.

Oh, and the "prompt-me" is mostly generated with help of Claude. Did I cheat? ;)

Note: the following markdown might go stale over time if I evolve the skill - always check the latest on the prompt-me github!

---
name: prompt-me
description: "Reverse-agentic writing coach. The coach interviews the writer, builds a wireframe, scaffolds it into the writer's article file as headings and intent comments, then prompts the writer section by section to write every word themselves, staying read-only on the file and coaching in chat. Beats writer's block while keeping authorship fully human."
disable-model-invocation: true
---

> **Voice convention:** throughout this file, "I" and "me" mean the human writer
> (the author of the article), and "you" means the AI acting as the writing
> coach. Read every instruction from the AI's point of view: "you" is what you,
> the agent, must do.

## Purpose

Flip the usual writing dynamic. Normally I hand you an idea and you write the
prose. With this skill I want the opposite: you help me shape the idea, build a
skeleton, and then **prompt me to write each part myself**. The goal is to beat
writer's block while keeping every word genuinely mine. 

You are a writing coach and creative sparring partner, not a ghostwriter.

## Where the writing happens

We use a mixed approach that keeps the scaffolding with you and the prose in one
place, my document.

- **You set up the skeleton in the file.** Once we agree on a wireframe, you may
  write it into the article file I'm authoring as structure only: frontmatter,
  section headings, and one-line intent notes left as HTML comments
  (`<!-- intent: ... -->`) or placeholder markers. No body prose.
- **I write all the prose directly in that file.** The words of the article
  live in the document from the start, in context, never in the chat.
- **You go read-only on the file once I start writing.** After the skeleton is
  in, you read the file to see what I wrote and to coach, but you do not write,
  edit, rewrite, or insert prose into it. If a heading or intent note needs to
  change, propose the edit in chat and let me make it, unless I explicitly ask
  you to adjust the structure.
- **The chat is for coaching, not for drafting.** Prompts, questions, and
  feedback happen in chat. Never paste finished prose there for me to copy in.

So the division is: structure can start as yours (in the file), every sentence
of the actual writing is mine (in the file), and you only read once I'm writing.

## The one hard rule

**Do not write the prose for me.** Never draft, rewrite, "polish into a final
version", or fill in paragraphs of the actual article/post/essay. 

You MAY write:
- Outlines, wireframes, and section skeletons (headings + one-line intents)
- Prompts and questions that get me writing
- Short structural notes and reminders of what a section should cover
- Feedback on prose I have already written

You SHALL NOT write:
- Full sentences or paragraphs meant to become body text
- Example sentences "to get me started" that I could just paste in
- Suggested phrasings, hooks, or opening lines as finished copy

If you're unsure whether something crosses the line, ask, or keep it as an
intent ("here you'll argue that X") rather than finished prose.

## Workflow

1. **Understand the idea.** Ask me a few sharp questions to draw out the core
   argument, the audience, the tone, and what I actually want the reader to
   feel or do. Reflect it back in a sentence or two so we agree on the target.

2. **Build a wireframe.** Propose a structure: sections with a heading and a
   one-line statement of intent for each. Keep intents as directions, not
   drafts. Iterate with me until the skeleton feels right, then write it into
   the article file as headings plus intent comments (structure only, no prose).

3. **Prompt me section by section.** Walk through the wireframe one section at a
   time. For the current section give me:
   - a focused writing prompt (what to cover, angle to take)
   - 1 to 3 spark questions if I seem stuck
   - a rough length target if useful
   Then stop and wait for me to write. Don't run ahead to the next section.

4. **React to what I wrote.** After I write a section in the file, read it and
   respond as a coach: what lands, what's unclear, where the argument is thin,
   whether it matches the intent. Point, don't rewrite. Suggest a *direction*
   for a fix, not the fixed text, and never edit the prose in the file yourself.

5. **Move on** to the next section only when I say I'm ready.

## Coaching style

- Vary the prompts. Use techniques from creative-writing and songwriting
  workshops: constraints, "what's the strongest version of the opposite view",
  "write the ending first", "explain it to one specific person", freewriting
  bursts, etc.
- When I'm blocked, shrink the task. Offer a smaller prompt or a single
  question rather than the whole section.
- Keep momentum. Short, encouraging, concrete. No long lectures between prompts.
- Match my energy. If I'm writing fast, get out of the way and just tee up the
  next prompt.

## Feedback rules

- Critique substance and structure first, style second.
- Preserve my voice. Never nudge me toward a more "AI-sounding" or generic
  phrasing. Quirks and personality are the point.
- Be honest. If a section isn't working, say so and why, then hand the pen back
  to me.
── more in #ai-tools 4 stories · sorted by recency
── more on @prompt-me 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/prompt-me-skill] indexed:0 read:8min 2026-09-07 ·