Penling penguin markPenling
Core concepts3 min read · Updated Jun 2026

Glossary

A reference table of every term used in Penling — what each concept means and where to learn more.

A quick-reference guide to every term in Penling.

Core terms

TermDefinition
InitiativeThe top-level unit of work. A bounded piece of work with a clear outcome, a spec, and a plan.
BriefA plain-language description of an initiative — what's being built, why, and what's out of scope.
Focus areaOne reviewable slice of an initiative, described by a four-part spec: definition, results, boundaries, notes.
GoalA high-level outcome the initiative is trying to achieve. Goals sit above focus areas and anchor every decision.
PlanThe ordered build sequence generated from an initiative's focus areas. Organised into phases.
BuildThe active development phase — when work is underway against the plan.
PhaseA logical grouping of focus areas within a plan (e.g. "Foundation", "Core feature", "Polish").

Spec terms

TermDefinition
DefinitionThe first part of a focus area spec — what this slice of work is, in one or two sentences.
ResultsThe second part — observable outcomes that must be true when the focus area is done.
BoundariesThe third part — what is explicitly not in scope for this focus area.
NotesThe fourth part — constraints, risks, dependencies, and open questions.

Execution terms

TermDefinition
ActionA discrete task within a focus area, tracked during the build phase.
CheckA verification step linked to a result statement. Confirms a result has been met.
ClarificationA question raised against a focus area when the spec is ambiguous or incomplete.
DeviationA build-phase change that wasn't planned — flagged for a decision on whether to update the spec.

MCP terms

TermDefinition
MCPModel Context Protocol — the open standard Penling uses to publish plans to coding agents.
MCP serverThe Penling-hosted server that makes your plans available to MCP-compatible agents.
Publish to MCPThe action that makes a plan available on the MCP server for agent consumption.

Workspace terms

TermDefinition
WorkspaceThe shared environment for a team. Contains all initiatives, members, and settings.
MemberA person in a workspace. Roles: Admin, Member, Viewer.
AdminA workspace member with permission to invite others, manage settings, and delete initiatives.