terminology

Defines DevThrottle vocabulary for sessions, missions, roles, and session relationships.

96|11|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/thefrederiksen/devthrottle --skill terminology-thefrederiksen
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: terminology
Source: https://github.com/thefrederiksen/devthrottle/tree/main/.claude/skills/terminology
Command: npx skills add https://github.com/thefrederiksen/devthrottle --skill terminology-thefrederiksen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams working on DevThrottle use inconsistent words for the same concepts, causing confusion in issues, briefs, commit messages, and code comments. This Skill provides the single authoritative glossary so every writer and agent uses one word per idea. ## Core Features & Use Cases - Canonical Definitions: Precise meanings for session, mission, task, workflow, run, team, the five roles, owner, parent, participation, snooze, and agent. - Legacy Name Translation: A mapping table from outdated code terms (Controller, HoldState, Crew, seat) to current vocabulary. - Retired Word Guidance: Explicit rulings on words to avoid, such as Group, Crew, hold, parked, and seat, with the reasoning behind each. - Use Case: When writing a commit message and unsure whether to say "hold" or "snooze", consult this Skill to confirm the correct term is "snooze". ## Quick Start Ask the terminology skill what the correct DevThrottle word is for the concept you are writing about.

Frequently Asked Questions about terminology

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

FAQPage Schema
What is the difference between a session and an agent in DevThrottle?▼

An agent is the coding agent tool itself, such as Claude Code, Codex, or Gemini. A session is one running instance of that tool: a process on a machine in a repository that someone is talking to. Never call a session an agent.

What is the difference between owner and parent for a session?▼

The owner is who a session answers to, either another session or the user, and it controls display and attention behavior. The parent is simply the session that started it, a historical fact with no effect on display.

How do I translate legacy DevThrottle code terms to current vocabulary?▼

Use the translation table in the glossary: Controller becomes Owner, HoldState becomes Snooze, seat becomes Participation, and Crew becomes Team. Do not rename old code opportunistically; each rename is a deliberate, separate change.

What words are retired in DevThrottle terminology?▼

Group and Crew are retired; use Mission and Team instead. Also avoid hold or parked (use snooze), seat (use participation), and supervisor or controller when referring to a session's owner.

What are the five session roles in DevThrottle?▼

The five roles are Standalone, Architect, Manager, Worker, and Reviewer. Four are settable today; Reviewer is agreed but not yet recordable. An Inspector is a Reviewer from a different agent family, not a sixth role.