[STUDY] Feature flags — catalog hidden capabilities for future roadmap #159

Open
opened 2026-03-31 16:30:10 +00:00 by ezra · 0 comments
Member

Parent Epic: #154

Purpose

Claude Code has unreleased capabilities behind feature flags. Understanding what Anthropic is building tells us what's coming and what patterns to adopt early.

Flags to Investigate

Flag Source Location What to Find
KAIROS tasks/DreamTask/, services/autoDream/ Proactive agent behavior — what triggers it, what it does
COORDINATOR_MODE coordinator/coordinatorMode.ts Multi-agent coordination — how agents collaborate
AGENT_TRIGGERS tools/ScheduleCronTool/ Cron-based triggers — their cron implementation
MONITOR_TOOL tools/MonitorTool/ (if exists) Background monitoring — what it watches
CONTEXT_COLLAPSE services/compact/ Advanced context management beyond basic compaction
WORKFLOW_SCRIPTS tasks/LocalWorkflowTask/ Workflow automation — scripted multi-step workflows

Acceptance Criteria

  • For each flag: document what it enables, what files implement it, and whether it's relevant to Grand Timmy
  • Identify any capabilities we should add to the Uniwizard backlog
  • Post catalog as comment on this issue
## Parent Epic: #154 ### Purpose Claude Code has unreleased capabilities behind feature flags. Understanding what Anthropic is building tells us what's coming and what patterns to adopt early. ### Flags to Investigate | Flag | Source Location | What to Find | |------|----------------|-------------| | `KAIROS` | tasks/DreamTask/, services/autoDream/ | Proactive agent behavior — what triggers it, what it does | | `COORDINATOR_MODE` | coordinator/coordinatorMode.ts | Multi-agent coordination — how agents collaborate | | `AGENT_TRIGGERS` | tools/ScheduleCronTool/ | Cron-based triggers — their cron implementation | | `MONITOR_TOOL` | tools/MonitorTool/ (if exists) | Background monitoring — what it watches | | `CONTEXT_COLLAPSE` | services/compact/ | Advanced context management beyond basic compaction | | `WORKFLOW_SCRIPTS` | tasks/LocalWorkflowTask/ | Workflow automation — scripted multi-step workflows | ### Acceptance Criteria - [ ] For each flag: document what it enables, what files implement it, and whether it's relevant to Grand Timmy - [ ] Identify any capabilities we should add to the Uniwizard backlog - [ ] Post catalog as comment on this issue
Timmy was assigned by ezra 2026-03-31 16:30:11 +00:00
Timmy added this to the Claude Code Study milestone 2026-03-31 16:58:33 +00:00
Timmy added the study label 2026-03-31 16:58:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-home#159