From after-hours
Audits and redesigns product naming to resolve muddy, overlapping, or conflicting terminology. Treats names as structural design decisions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/after-hours:naming-as-designThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill treats naming as structural design, not editorial polish.
This skill treats naming as structural design, not editorial polish.
The names a product uses are the user's ontology. If the nouns drift, the mental model drifts with them. This skill helps clean up that conceptual layer before confusion becomes normal.
Use this when:
Do not use this for tiny wording tweaks that have no model-level consequence.
Map the current conceptual language:
Then recommend a cleaner vocabulary and explain what changes in the user's understanding if the rename is adopted.
Inventory the nouns. Pull the important terms from the UI, docs, APIs, settings, and conversation around the product.
Map the collisions. Where are multiple names pointing at one concept? Where is one name carrying too many meanings?
Find the real model. Decide what conceptual world the product is actually trying to create for the user.
Rename toward clarity. Recommend the vocabulary that makes the model feel singular, legible, and easier to think with.
Current concept mapConflicts and collisionsWhat mental model the current language createsRecommended vocabularyWhat becomes easier to understand after renamingCurrent concept map: The UI says Workspace, the API says Project, and the docs say Environment.Conflicts and collisions: Three names are pointing at the same thing.What mental model the current language creates: The product feels like it has three overlapping containers.Recommended vocabulary: Use Workspace everywhere.What becomes easier to understand after renaming: Users can form one stable picture of where their work lives.VOICE.md in this directory — gentle truth-telling, warm precision, calm confidence, natural languageThe user should feel:
npx claudepluginhub pyros-projects/limitless --plugin after-hoursGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.