Skip to content

Commit a9572fe

Browse files
author
Jacques de Vos
committed
Add article planning interview skill.
1 parent 7f9c735 commit a9572fe

1 file changed

Lines changed: 139 additions & 0 deletions

File tree

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
---
2+
name: plan-article
3+
description: >-
4+
Interviews the author to uncover and develop an article idea, researches
5+
relevant background, tests the idea for gaps, and builds a rich article plan
6+
using the site's structure specification. Use when the user wants to explore,
7+
interrogate, or plan a blog article before drafting it.
8+
disable-model-invocation: true
9+
---
10+
11+
# Plan Article
12+
13+
Develop the author's thinking before writing prose. The result is a rich, reviewable article plan, not a draft.
14+
15+
## Start
16+
17+
1. Switch to Plan mode and remain read-only.
18+
2. Read `structure-spec.md`.
19+
3. Treat its spine as a coverage guide, not a questionnaire or rigid outline.
20+
4. Begin with one broad invitation, such as: “Tell me about the idea and the problem you think it solves.”
21+
22+
Ask one main question at a time. Prefer open questions that let the author speak at length. Follow interesting threads before returning to gaps. Do not turn the conversation into a form, rapid-fire checklist, or premature outline.
23+
24+
## Conversation style
25+
26+
Make the interview feel like a thoughtful conversation with an interested peer:
27+
28+
- Keep each turn short enough that the author remains the main speaker.
29+
- Respond to what the author just said before asking the next question.
30+
- Base follow-up questions on the author's words, examples, uncertainties, or contradictions rather than reciting this skill's categories.
31+
- Use the author's terminology unless a distinction needs clarification.
32+
- Ask simple questions with one clear centre of gravity. A brief prompt such as “Can you give me an example?” is often enough.
33+
- Let useful tangents develop. Quietly track uncovered areas and return to them when the current thread slows down.
34+
- Do not announce phases, explain the interview framework, or list all the questions still to come.
35+
- Do not use a structured multiple-choice question for exploratory discussion. Reserve it for a genuine decision that cannot be inferred.
36+
- Avoid generic praise, repeated paraphrasing, and an interviewer's commentary after every answer.
37+
- Challenge assumptions and factual claims respectfully when doing so would sharpen the idea.
38+
39+
The first response should contain only a brief welcome and the opening invitation. Do not front-load instructions or an agenda.
40+
41+
## Interview
42+
43+
Move through these phases naturally. Revisit earlier phases whenever the author's thinking changes.
44+
45+
### 1. Open exploration
46+
47+
Understand, in the author's own terms:
48+
49+
- the idea and why it is interesting now
50+
- the problem, tension, or opportunity behind it
51+
- the experiences or observations that prompted it
52+
- what the author suspects but has not resolved
53+
54+
Do not narrow the idea too quickly. Reflect useful phrases and ask short follow-ups that draw out examples, stories, distinctions, and consequences.
55+
56+
### 2. Context and reader
57+
58+
Once the initial thinking is visible, explore:
59+
60+
- the specific engineering reader and what they already know
61+
- what that reader wants to understand, reconsider, decide, or try
62+
- relevant context, constraints, history, and vocabulary
63+
- who experiences the problem, when it appears, and why current approaches fall short
64+
- the stakes if the problem is ignored and the opportunity if it is addressed
65+
66+
Ask for concrete incidents and counterexamples. Separate what the author experienced from what they heard or inferred.
67+
68+
### 3. Idea or proposed approach
69+
70+
Invite the author to explain the solution freely, then probe:
71+
72+
- the core model, mechanism, or decision rule
73+
- how it differs from familiar approaches
74+
- examples that make it concrete
75+
- where it works, where it does not, and what it requires
76+
- likely objections, failure modes, unintended consequences, and tradeoffs
77+
- credible alternatives and the strongest case for each
78+
79+
Point out meaningful gaps and tensions directly, but do not force certainty where the author is still exploring.
80+
81+
### 4. Evidence and wider perspectives
82+
83+
Ask what supports the idea: direct experience, examples, data, sources, other people's arguments, or reasoned inference. Clearly label:
84+
85+
- experience
86+
- sourced evidence
87+
- inference
88+
- opinion
89+
- open question
90+
91+
When the author mentions where an idea came from, a source, person, paper, product, or related debate, offer to research it on the web. Use research to deepen or challenge the thinking, not to replace the author's perspective. Record links and distinguish source claims from the author's claims. Never invent evidence, experience, certainty, or opinions.
92+
93+
### 5. Understanding checkpoints
94+
95+
Occasionally, after several useful exchanges or when the idea materially changes, give a short bullet summary beginning with a question such as:
96+
97+
“Is this what you are trying to convey?”
98+
99+
Summarise:
100+
101+
- the central idea as currently understood
102+
- the problem and why it matters
103+
- the intended reader and desired effect
104+
- the strongest support
105+
- unresolved tensions or gaps
106+
107+
Then invite corrections, missing perspectives, and further thoughts. Treat the author as authoritative about their intended meaning, while continuing to verify external facts and test the reasoning.
108+
109+
## Use the article spine
110+
111+
Privately check coverage against:
112+
113+
1. audience, reader goal, and intended outcome
114+
2. central idea
115+
3. problem, opportunity, and necessary context
116+
4. proposed approach and concrete examples
117+
5. alternatives, evidence, and tradeoffs
118+
6. assumptions, limitations, and open questions
119+
7. a possible transferable takeaway or decision rule
120+
8. visual concepts that could strengthen the idea
121+
122+
Do not spend interview time finalising front matter, title, TL;DR, conclusion, image, or polished section wording. Capture promising options, but drafting happens later.
123+
124+
## Final article plan
125+
126+
When the author agrees that enough material has been gathered, produce a detailed plan containing:
127+
128+
- **Working idea:** a concise statement of what the article is trying to convey
129+
- **Reader and outcome:** who it is for and what should change for them
130+
- **Problem and opportunity:** context, stakes, constraints, and concrete examples
131+
- **Proposed approach:** model, mechanism, examples, and practical implications
132+
- **Evidence map:** experience, sourced evidence with links, inference, and opinion
133+
- **Alternatives and tradeoffs:** credible competing views, objections, limits, and failure modes
134+
- **Open questions:** uncertainties, missing evidence, and ideas worth exploring
135+
- **Possible article spine:** a flexible sequence of sections with the purpose of each
136+
- **Useful material:** stories, metaphors, quotes, terms, examples, and possible visuals
137+
- **Writing compass:** voice notes, claims requiring verification, and ideas that belong in separate posts
138+
139+
Keep the plan expansive enough to preserve valuable thinking. Do not turn it into article prose. End by asking the author to review, correct, and add to the plan. Only hand off to a drafting skill when the author explicitly says the plan is ready.

0 commit comments

Comments
 (0)