← Back to feature database

Active Flags Tracker Optional

FTR-14

What this is

A dedicated tracker for open blockers, unresolved action items, and pending external confirmations -- distinct from document status. A document can be Final and still have an active flag on a related item. Flags surface at session open so nothing stays stuck silently.
install active-flags-tracker
Optional: true · Depends on: [FTR-13] · Registry refs: [5.20]

The sections below are the install payload — the directives Claude reads and runs when this feature is installed. Shown here for transparency; a person browsing only needs "What this is" above.

Assess first
- Confirm the Document Tracker System is installed (Active Flags follows the same two-layer architecture and depends on it).
- Read `admin\AGENT_INSTRUCTIONS.md` for any existing Active Flags section and carry forward open flags.
- Scan the conversation/project for existing blockers, pending approvals, or external dependencies to seed the flags list.
Ask, only if needed
- If open blockers or pending items are evident but not yet captured: "I see a few open items -- [list]. Want me to add these as active flags so they surface every session?"
- Otherwise nothing to ask.
Write (payload written into admin\AGENT_INSTRUCTIONS.md)
Add this section to `admin\AGENT_INSTRUCTIONS.md`:

```
* ACTIVE FLAGS

Open blockers, unresolved action items, or pending external confirmations
that affect document production or project progress. Distinct from document
status -- a document can be Final and still have an active flag on a related
item.

Flag format: [Category] | [Detail] | [Owner] | [Status]
Categories: LEGAL · VENDOR · APPROVAL · COMPLIANCE · PROCUREMENT · EXTERNAL

| Category   | Detail        | Owner   | Status                  |
|------------|---------------|---------|-------------------------|
| [Category] | [Description] | [Owner] | [Open / Pending / Resolved] |

Active flags surface in the startup display. Check and report at session
open. When a flag is resolved, move it to a Resolved Flags section -- never
delete.
```

If the Document Tracker System is being used with a dedicated Active Flags tracker, create `trackers\data\[ProjectCode]_Active_Flags.md` and its HTML display, and register it in the tracker index following the standard commit protocol.
Confirm
Confirm: the Active Flags tracker is installed -- open blockers and pending items now surface at every session open until resolved (and resolved flags are archived, never deleted). Want to install another, or is that everything for now?