Readable References

Replace opaque spec/plan/requirement pointers with self-describing, linked references whenever writing for a human. Use this skill whenever you are about to write an identifier that points into a spec, plan, requirements doc, design doc, or task breakdown — a section number like 3.1 or 4.2.1, a requirement ID like FR001 / NFR-12 / RD-XAT1 / REQ-045, a phase or milestone like Phase 2B / P3b / Milestone 3, or a task like "P3b Task 3" — into a PR description or review comment, a source-code comment or docstring, a commit message, a task or ticket update, an ADR / README / generated doc, or any Slack/email/chat message to a person. Instead of emitting the bare code (which forces the reader to leave and hunt for its meaning), expand it to include its human-readable title and hyperlink it to the source it came from — e.g. "[Requirement 3.1: User Login via Social](link) is satisfied by this design" rather than "3.1 is satisfied by this design". Trigger even when the user never mentions links or references — any time

ebellefontaine 26741c9 2 files · 12.8 KB Updated

File contents

ebellefontaine/eric-ai-plugins/tree/main/skills/readable-references commit 26741c9601

Frequently asked questions

npx skillmds@latest add ebellefontaine/readable-references