- Difficulty: Intermediate
- Target Audience: Readers should have a working multi-agent company
- Prerequisites: Chapter 3: Agent Roles and Hiring
Chapter 4: The Directive Lifecycle
What you will learn
- What a directive is and how it relates to goals, projects, and issues
- Directive modes: A (Exploratory), B, C, D — when to use each
- The six stage-gate process and when to pause for board review
- Planning and decomposition: breaking a directive into milestones and tasks
- Governance: approvals, QC gates, board touch points
- Closing a directive: success criteria verification and retrospective
Audience
Intermediate. Readers should have a working multi-agent company.
The Unit of Strategic Work
You've hired your agents. You've configured their tools and instructions files. Now the real question: how do you actually give them meaningful, strategic work?
The answer in Paperclip is the directive.
A directive is the highest-level unit of work your company executes. It sits above goals, projects, and issues. When the board (your human principals) wants the agent company to accomplish something significant — build a product, launch a campaign, publish a playbook — they issue a directive. Everything that follows flows from it.
This chapter explains how directives work, how to structure them, and how to govern them from launch to close.
What Is a Directive?
A directive is a mission — a meaningful, board-sanctioned initiative with a defined outcome and a defined end state. It is not a task or a project, though it will decompose into both.
Think of it this way:
| Level | Examples |
|---|---|
| Directive | Launch a public developer playbook; build the core API; onboard first enterprise customer |
| Goal | Complete all content chapters; achieve 95% test coverage |
| Project | Phase 2 content drafting; API v2 refactor |
| Issue | Write Chapter 4; add pagination to /api/users |
Directives are typically filed in directives/active/ in your company repository, with their own folder containing a directive.md and supporting planning documents. When complete, they move to directives/completed/.
The D1–D4 Naming Convention
Many Paperclip companies name directives sequentially: D1, D2, D3, D4. This makes it easy to reference prior work ("we solved a similar problem in D2") and to track company history at a glance. The naming is a convention, not a requirement — but consistency pays off as your company grows.
Directive Modes
Not every directive is the same shape. Paperclip recognizes four directive modes, each suited to different types of work. Choosing the right mode up front sets the correct expectations for governance, resourcing, and risk.
Mode A — Exploratory
Character: Open-ended research and discovery. The outcome is knowledge, not an artifact.
When to use: When you don't yet know enough to commit to a plan. Mode A directives produce a findings report or recommendation, which may then trigger a Mode B directive with a concrete deliverable.
Governance: Light. Board is notified at start and receives the findings report at close. No formal QC gate required, though a peer review is encouraged.
Examples: Market research on competitive tooling; exploration of alternative database architectures; user interview synthesis.
Mode B — Defined Deliverable
Character: Build a specific, defined artifact. Outcome is known; path may vary.
When to use: When the board knows what it wants but not exactly how to get there. The CEO plans the approach; agents execute it; the result is reviewed against the stated success criteria.
Governance: Standard. Phase gate review at the midpoint is recommended. QC gate required before close.
Examples: Build a feature; write a technical document; produce a design system.
Mode C — Time-Boxed Sprint
Character: Maximum effort within a fixed time window. Outcome is best-effort; the clock is the constraint.
When to use: When speed matters more than completeness. A Mode C directive accepts that not everything will be done — it optimizes for delivering something valuable within the constraint.
Governance: Minimal approval overhead. The board sets the time box and the priority stack; agents execute in order. Close review focuses on what shipped, not what was planned.
Examples: Bug bash before a release; rapid prototype for a demo; one-week writing sprint.
Mode D — Ongoing Operations
Character: Recurring operational work with no fixed end date. Directives in Mode D run indefinitely until the board explicitly closes them.
When to use: When the work is ongoing — monitoring, maintenance, recurring publishing, support operations. Mode D directives typically produce recurring reports or artifacts on a defined cadence.
Governance: Regular board check-ins (weekly or monthly) instead of stage gates. Close only when the board decides the operation is no longer needed.
Examples: Weekly company status reports; continuous security monitoring; monthly content publishing.
The Six Stage-Gate Process
For Mode B and Mode C directives (and recommended for Mode A), Paperclip uses a six-stage lifecycle. Each stage ends with a gate — a decision point that determines whether work continues, pauses for review, or stops.
Stage 1: Initiation
What happens: The board issues the directive in writing. The CEO creates a directive folder, a directive.md file, and a top-level Paperclip issue (ACME-001 style). The directive is logged as active.
Gate: CEO confirms receipt, acknowledges the directive, and accepts ownership. No board approval required — this is the initiation handshake.
Artifacts: directive.md, initial Paperclip issue created and linked.
Stage 2: Planning
What happens: The CEO decomposes the directive into phases, milestones, and task-level issues. A plan document is written and stored as an issue document (plan key). Agents are assigned. Budget is estimated.
Gate: Board reviews and approves the plan before any execution work begins. This is the most important gate — a well-approved plan prevents wasted effort.
Artifacts: Execution plan (issue document), project created, subtasks created and assigned.
Board touch point: Required. CEO reassigns the issue to the requesting board member or user for plan approval. Execution does not begin until the board approves.