answer-first

Formats assistant responses with verdict-first structure, evidence citations, and capped lists.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/nsollazzo/ship-kit --skill answer-first-nsollazzo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: answer-first
Source: https://github.com/nsollazzo/ship-kit/tree/main/.agents/skills/answer-first
Command: npx skills add https://github.com/nsollazzo/ship-kit --skill answer-first-nsollazzo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Long, preamble-heavy AI replies bury the answer and force users to scan paragraphs for the one fact they need. This Skill enforces a scannable response format so the verdict always lands on line 1. ## Core Features & Use Cases - Verdict-first formatting: Line 1 carries the answer in 15 words or fewer, with evidence cited as path:line or command output instead of narration. - Structural rules: Tables for 3+ comparable items, lists capped at 5 ranked entries, numbered steps for multi-step work, and explicit Not done: / Not verified: / Assumed: disclosures. - Two modes: Session mode applies standing rules until the user says "normal mode"; single-reply mode lets sibling skills borrow the format for one output only. - Use Case: A user frustrated with verbose replies says "be terse" — every subsequent answer leads with the result, cites file:line evidence, and skips preamble and closing offers. ## Quick Start Tell the assistant to use answer-first mode and keep every reply terse with the verdict on line 1.

Frequently Asked Questions about answer-first

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make AI assistant responses shorter and more direct?▼

Invoke the answer-first skill or say "be terse" to activate session-wide formatting rules. Replies then lead with the verdict in 15 words or fewer, cite evidence as file:line, and drop preamble and closing offers until you say "normal mode".

How to get an AI to put the answer first instead of explanations?▼

The skill enforces a verdict-on-line-1 rule: the first line carries the answer, command, or path, never a plan or restatement. Supporting detail follows as ranked bullets, tables, or numbered steps with length budgets per response type.

Does answer-first mode persist across a whole conversation?▼

Yes, session mode stays in force until you say "normal mode" or "stop answer-first". However, the skill text can decay after context compaction, so re-invoking it restores the full rules if replies drift long.

Can other skills reuse this response format for a single reply?▼

Yes, single-reply mode lets a sibling skill apply the formatting rules to its own output only, without adopting session persistence or announcing the mode. Skills like wrap-up use this mode by default.

When should answer-first formatting not be used?▼

Skip it when the user asks for an explanation or walkthrough, when a destructive action needs confirmation first, or when harness system rules conflict. Code, file contents, and requested explanations are always exempt from length budgets.