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.
The goal is stable downstream execution: the next agent should know what to read, what to do, what counts as success, and when to stop or escalate.
Core Rules
Use positive, executable instructions
State what the next agent should do.
Convert quality policies into positive criteria.
Keep a prohibition only when it protects an irreversible boundary or shipped contract. Name the protected condition and the allowed action.
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 often need clarification when they leave a decision to the next agent: appropriate, proper, related, existing behavior, optional, as needed, if needed, per convention, unresolved alternatives, TBD, placeholder.
| TBD used as a placeholder 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:
[ ] The target action is explicit.
[ ] Required input paths and source artifacts are named.
[ ] Accepted decisions and constraints are stated once, without alternate wording.
[ ] Output format or expected status fields are specified.
[ ] Success criteria are observable.
[ ] Ambiguous expressions have been rewritten or marked as unresolved.
[ ] Each instruction states the allowed action; each retained prohibition names the protected condition and allowed alternative.
[ ] The next agent can complete its scope with explicit choices, decision rules, or blocking unresolved items.
Generated Artifact Checklist
Before writing or finalizing a generated document:
[ ] Each requirement, claim, task, test skeleton, or review finding has enough source context to trace why it exists.
[ ] Every executable instruction names the target, action, and expected result.
[ ] Verification steps say what to run or observe and what result proves success.
[ ] Each instruction states the allowed action; each retained prohibition names the protected condition and allowed alternative.
[ ] If an artifact is derived from another artifact, copied decisions stay consistent in wording and meaning.
[ ] If downstream work is blocked by missing information, the artifact records the missing input and escalation condition.
How to use it
Copy the folder
Take shinpr/claude-code-workflows-dev-workflows-fullstack-llm-friendly-context from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
Check the name does not clash
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.