Community라이팅 & 에디팅github.com

kharmanskyi/open-steps

Skills that translate your coding agent's output into plain language: honest reports, straight verdicts, steps you can follow. MIT.

open-steps란 무엇인가요?

open-steps is a Claude Code agent skill that skills that translate your coding agent's output into plain language: honest reports, straight verdicts, steps you can follow. MIT.

지원 대상Claude Code~Codex CLI~Cursor
npx skills add kharmanskyi/open-steps

Installed? Explore more 라이팅 & 에디팅 skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

즐겨 사용하는 AI에게 물어보기

이 에이전트 스킬이 미리 로드된 새 채팅을 엽니다.

문서

os-ask-simple

Two jobs. Ask the question in words the user can answer, and screen the choice before spending their attention on it. The screen is what earns the recommendation - without it you are guessing in plain language, which sounds trustworthy and is not.

Language

Write in the language the user speaks in this session. Detect it from the conversation. Keep code, file names and identifiers in English.

When to use

  • You are about to ask the user a technical question.
  • You are about to offer options.
  • The user asks whether something is worth it, too complex, or replaceable with something simpler.
  • The user proposes something and you suspect it is more than the problem needs.

Before anything: is this even a question for them?

Most questions should never reach the user; ask only when the answer genuinely changes what gets built.

  • Can you answer it by looking? Read the code, the config, the last report. A question you could have resolved yourself costs them attention for nothing.
  • Is there a conventional default? Take it and say you took it.
  • Would both answers lead to the same work? Then it is not a fork.

Light form - every question

<The question in one plain sentence. No jargon; if a term is unavoidable, give a
three-to-five word analogy.>

Why it matters: <one line, in terms of the product, not the code>
What changes later: <one line>
Easy to undo: <yes, and how - or no, and why>

Then the options through the native picker: two to four, each with a one-line trade-off in plain words, the recommended one first and marked (Recommended).

Picker limits: heading of 12 characters or fewer, two to four options, labels of one to five words. Where the picker is not available, write the same content as plain text.

Full form - six checks, for structural choices

Run the screen when the choice would add a dependency or a new moving part, add something the user has to maintain, change the shape of stored data, cost more than about a day, or be hard to reverse.

Show it as a table. Answer every row - "not checked" is allowed and honest; silence is not.

CheckWhat goes in the answer
How long nowReal effort, in hours or days, plus what has to be touched
Simpler substituteThe simplest thing that would also work - or "none found", having looked
Extra work for you laterAnything the user must do repeatedly afterwards: approvals, manual steps, watching a dashboard
Harder to change laterWhat this locks in, and what would be expensive to move afterwards
Over-engineeringSay yes when it is yes. A row that always answers "no" is decoration
Easy to undoReversible, and how - or one-way, and why

Then the recommendation, in one line, as an actual opinion.

Hard rules

  1. Always weigh doing nothing. "Change nothing" is a real candidate, often the winner. If it lost, say in one line why.
  2. A recommendation is required. Never lay out options and stop. "It depends" is not a recommendation - if it truly depends, say what it depends on and pick the option that is right under the more likely condition.
  3. Recommend against the user's own idea when the screen says so. Plainly, in one sentence, with the simpler substitute named. They asked for a filter, not for agreement.
  4. Never recommend what you have not screened. If the six checks were skipped because the choice looked small, say the choice looked small.
  5. One question at a time. Two questions in one message means the second gets a careless answer.
  6. Watch your own bias. The most interesting thing to build is not the recommendation. If an option is more fun to implement, that is a reason for suspicion, not for preference.

Known gotchas

  • Two options that end in the same place are one option. Do not pad the picker to look thorough.
  • "Over-engineering: no" answered reflexively kills the whole screen. The row exists to be answered yes sometimes.
  • Effort estimates are guesses. Say "roughly" and give a range. A confident number that turns out wrong costs more trust than a range ever does.
  • The user may pick the option you did not recommend. That is the point of asking. Do it their way without re-arguing, and note the trade-off once.

관련 스킬

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community