| name | llm-friendly-context |
| description | Clarifies inputs, outputs, success criteria, decisions, and unresolved conditions so downstream agents can execute without guessing. Use when writing or revising LLM-facing prompts, handoffs, planning artifacts, reviews, reports, or generated instructions. |
LLM-Friendly Context
Purpose
Use this skill when writing or revising any content another agent will execute or judge: prompts, handoffs, planning artifacts, review findings, completion reports, generated instructions, test skeleton comments, work plans, and task files.
The goal is stable downstream execution. The next agent should know the target action, required inputs, accepted decisions, observable success criteria, and the condition that requires escalation.
Core Rules
-
Use positive, executable instructions
- State the action the next agent should perform.
- Convert quality policies into observable acceptance criteria.
- Example:
Preserve existing public API behavior across the documented compatibility cases.
-
Make vague instructions concrete
- Replace subjective terms with observable conditions, paths, commands, schemas, examples, or decision rules.
- Terms that usually need clarification before handoff:
appropriate, proper, related, existing behavior, optional, as needed, if needed, per convention, unresolved alternatives, TBD, and placeholder.
-
Specify output shape
- Define required sections, fields, table columns, JSON keys, checklist items, or status values.
- For handoffs, include produced artifact paths and the exact status fields the caller must inspect.
-
Provide necessary context
- Include purpose, source artifacts, hard constraints, accepted decisions, and unresolved conditions.
- Prefer concrete file paths and section hints over broad module names.
-
Decompose complex work into verifiable steps
- Split work with 3+ objectives or sequential dependencies into ordered steps.
- Each step needs a checkpoint stating the evidence that proves completion.
-
Permit uncertainty explicitly
- If source material is missing, contradictory, or unverifiable, state the uncertainty and required escalation.
- Record unknown business, product, security, compatibility, or contract decisions as blocking unresolved items with the input needed to resolve them.
-
Keep constraints proportionate
- Add constraints that reduce ambiguity or preserve a real requirement.
- Keep simple downstream tasks lightweight when target action, context, and success criteria are already clear.
Rewrite Patterns
Use these rewrites before treating a prompt, handoff, or artifact as complete.
| Ambiguous form | Rewrite as |
|---|
optional used as an unresolved choice | Required, omitted, or required only under a named condition |
| Multiple alternatives that the next agent must choose between | The selected option, or a deterministic decision rule |
as needed / if needed | The triggering condition and required action |
per convention | The file, function, test, or documented convention to follow |
related files | Specific paths, globs, or search hints |
existing behavior | The observable behavior, source file, test, API response, or UI state to preserve |
placeholder | Exact temporary value or behavior, allowed dependencies, and verification expectation |
TBD used for required information | A blocking unresolved item with owner, required input, or escalation condition |
appropriate / proper | A measurable criterion or checklist |
Handoff Checklist
Before sending a prompt or artifact to another agent, verify:
Generated Artifact Checklist
Before writing or finalizing a generated document: