II.
Page overview
Reference · livepage:docs-harness-features-backlog
Harness Features Backlog: Gap Analysis (Restructured) overview
Inspect the raw attributes, linked wiki pages, and inbound or outbound graph edges for page:docs-harness-features-backlog.
Attributes
nodeKind
Page
sourcePath
docs/harness-features-backlog/README.md
sourceKind
repo-docs
title
Harness Features Backlog: Gap Analysis (Restructured)
displayName
Harness Features Backlog: Gap Analysis (Restructured)
slug
docs/harness-features-backlog
articlePath
wiki/docs/harness-features-backlog/README.md
article
# Harness Features Backlog: Gap Analysis (Restructured)
## Executive Summary
This gap analysis identifies feature gaps in the **Babysitter orchestration platform** from the babysitter-native perspective. All gaps are framed around what the orchestration platform needs -- not what any specific host harness (like Claude Code) provides.
This restructured version replaces the original numbered category files with a one-file-per-gap directory structure under `gaps/`.
### Restructuring Summary
| Action | Count | Description |
|--------|-------|-------------|
| **Kept** | 40 | Original gaps retained with babysitter framing |
| **Reframed** | 37 | Good concepts reframed for babysitter orchestration model (incl. tools-capabilities) |
| **New** | 50 | Babysitter-native gaps not in original analysis |
| **Removed** | 52 | CC-centric gaps (host harness concerns, not orchestrator) |
| **Merged** | 18 | Duplicates consolidated (incl. GAP-TOOLS-013 into GAP-AGENT-001, GAP-TOOLS-015 into GAP-AGENT-005) |
### Key Statistics
| Metric | Value |
|--------|-------|
| **Total Gaps** | 147 |
| **Critical** | 10 |
| **High** | 67 |
| **Medium** | 62 |
| **Low** | 8 |
| **Missing** | 95 |
| **Partial** | 52 |
### Effort Distribution
| Effort | Count |
|--------|-------|
| S (Small) | 15 |
| M (Medium) | 68 |
| L (Large) | 56 |
| XL (Extra Large) | 8 |
## Category Index
| Category | Dir | Gaps | Focus |
|----------|-----|------|-------|
| [Prompt Engineering](./gaps/prompt-engineering/) | `prompt-engineering/` | 12 | Prompt strata, caching, personality, inspection, coding philosophy, tool preferences, safety, output efficiency, git safety |
| [Performance](./gaps/performance/) | `performance/` | 7 | Caching, compaction, streaming, continuity |
| [Parallelization](./gaps/parallelization/) | `parallelization/` | 7 | Concurrent effects, async execution, strategies |
| [Observability](./gaps/observability/) | `observability/` | 8 | Health, timeline, audit, analytics |
| [Security](./gaps/security/) | `security/` | 7 | Governance, trust, permissions, privacy |
| [Ecosystem](./gaps/ecosystem/) | `ecosystem/` | 5 | CC plugin compatibility, marketplace protocol, trust/blocklist, auto-update, validation |
| [Agent Delegation](./gaps/agent-delegation/) | `agent-delegation/` | 7 | Sub-harness, communication, state sharing |
| [State Continuity](./gaps/state-continuity/) | `state-continuity/` | 5 | Memory, session state, health model |
| [Remote Integration](./gaps/remote-integration/) | `remote-integration/` | 7 | Daemon, remote, scheduling, contracts |
| [JSON Interaction](./gaps/json-interaction/) | `json-interaction/` | 5 | **NEW**: Programmatic API, effect protocol, streaming |
| [Subagent Observability](./gaps/subagent-observability/) | `subagent-observability/` | 5 | **NEW**: Streaming capture, progress, cost tracking |
| [Harness Adaptation](./gaps/harness-adaptation/) | `harness-adaptation/` | 5 | **NEW**: Capability routing, model selection, fallback |
| [Session Management](./gaps/session-management/) | `session-management/` | 5 | **NEW**: Multi-run sessions, templates, budgets |
| [MCP Channels](./gaps/mcp-channels/) | `mcp-channels/` | 4 | **NEW**: Channel messaging, permissions relay, MCP server management |
| [User Experience](./gaps/user-experience/) | `user-experience/` | 19 | Orchestrator UX: rich rendering (Ink/React foundation + 6 sub-gaps), interaction patterns, status, breakpoints |
| [Tools & Capabilities](./gaps/tools-capabilities/) | `tools-capabilities/` | 23 | Orchestrator-delegated capabilities: tool parity (grep/bash/fetch enhancements), MCP, worktrees, planning, scheduling, skills |
| [Process Composition](./gaps/process-composition/) | `process-composition/` | 4 | **NEW**: Chaining, nesting, versioning, schemas |
| [Effect Routing](./gaps/effect-routing/) | `effect-routing/` | 3 | **NEW**: Smart routing, priority, caching |
| [Breakpoint Workflows](./gaps/breakpoint-workflows/) | `breakpoint-workflows/` | 3 | **NEW**: Approval chains, delegation, analytics |
| [Run Lifecycle](./gaps/run-lifecycle/) | `run-lifecycle/` | 3 | **NEW**: Comparison, archival, forking |
| [Observer Integration](./gaps/observer-integration/) | `observer-integration/` | 2 | **NEW**: Webhooks, external dashboard API |
| [Profile Orchestration](./gaps/profile-orchestration/) | `profile-orchestration/` | 1 | **NEW**: Auto-configure from user profile |
## Critical Gaps (10)
1. **[GAP-PROMPT-001](./gaps/prompt-engineering/GAP-PROMPT-001.md)** -- Prompt Strata Model
2. **[GAP-SEC-001](./gaps/security/GAP-SEC-001.md)** -- Governance Policy Layer
3. **[GAP-PERF-001](./gaps/performance/GAP-PERF-001.md)** -- Prompt Caching (Ephemeral)
4. **[GAP-PERF-002](./gaps/performance/GAP-PERF-002.md)** -- Session Compaction
5. **[GAP-JSON-001](./gaps/json-interaction/GAP-JSON-001.md)** -- JSON API for Run Creation
6. **[GAP-JSON-002](./gaps/json-interaction/GAP-JSON-002.md)** -- JSON Effect Dispatch Protocol
7. **[GAP-SUBOBS-001](./gaps/subagent-observability/GAP-SUBOBS-001.md)** -- Streaming Output Capture
8. **[GAP-HADAPT-001](./gaps/harness-adaptation/GAP-HADAPT-001.md)** -- Capability-Based Task Routing
9. **[GAP-SESSION-001](./gaps/session-management/GAP-SESSION-001.md)** -- Session-to-Run One-to-Many
10. **[GAP-ECO-001](./gaps/ecosystem/GAP-ECO-001.md)** -- CC Plugin Compatibility Layer
## What Was Removed (and Why)
The following categories of gaps were removed because they are host harness concerns, not orchestration platform concerns:
- ~~**Rich TUI/Ink/React rendering**~~ -- **RESTORED** as [GAP-UX-001](./gaps/user-experience/GAP-UX-001.md): babysitter's own observer dashboard, process visualization, and CLI output need rich rendering (not a host harness feature)
- **Voice mode / speech input** -- host harness feature
- **Vim mode / custom keybindings** -- host harness feature
- **Companion/buddy mode** -- host harness delight feature
- **Theme/output styling** -- host harness feature
- **Session teleport** -- CC-specific implementation
- **CC-specific tool implementations** (PowerShell, REPL, Notebook, Todo, Brief, Monitor)
- **CC-specific team/agent tools** (TeamCreate, TeamDelete, SendMessage as tool)
- **Desktop/mobile handoff, Chrome extension, IDE bridge** -- host harness features
- **Parity items** -- tools at or near parity (file R/W, edit, glob, notebook); partial-parity tools now have explicit enhancement gaps (GAP-TOOLS-035 through 038)
## Related Documents
| Document | Description |
|----------|-------------|
| [Roadmap](./roadmap.md) | **START HERE** -- 7 milestones with dependency ordering and critical path |
| [Priority Matrix](./priority-matrix.md) | All gaps ranked by impact-to-effort ratio |
| [Implementation Recommendations](./implementation-recommendations.md) | Phased implementation plan |
| [Prompt Phrasing Analysis](./11-prompt-phrasing-analysis.md) | CC prompt text to adopt |
| [Prompt Phrasing Implementation](./gaps/prompt-engineering/PROMPT-PHRASING-IMPLEMENTATION.md) | Copy-paste-ready prompt sections |
| [Tools Coverage Map](./gaps/tools-capabilities/TOOLS-COVERAGE-MAP.md) | CC (42 tools) vs babysitter (16 tools) |
| [Harness Strengths](./harness-strengths.md) | Where babysitter excels |
| [Glossary & References](./glossary-references.md) | Terms and file paths |
## How to Use This Backlog
1. Start with the [Roadmap](./roadmap.md) for milestone-based execution order
2. Check the [Priority Matrix](./priority-matrix.md) for impact-to-effort ranking
3. Browse category directories under `gaps/` for detailed analysis
4. Each gap file is self-contained with description, current/target state, dependencies, and recommendations
documents
[]
Outgoing edges
contains_page155
- page:docs-harness-features-backlog-11-prompt-phrasing-analysis·PagePrompt Phrasing Analysis: CC System Prompts Deep-Dive
- page:docs-harness-features-backlog-gaps-agent-delegation-gap-agent-001·PageGAP-AGENT-001: Sub-Harness Invocation with Isolation
- page:docs-harness-features-backlog-gaps-agent-delegation-gap-agent-003·PageGAP-AGENT-003: Process Orchestration with Effect Routing
- page:docs-harness-features-backlog-gaps-agent-delegation-gap-agent-004·PageGAP-AGENT-004: Built-in Process Templates
- page:docs-harness-features-backlog-gaps-agent-delegation-gap-agent-005·PageGAP-AGENT-005: Cross-Run Communication
- page:docs-harness-features-backlog-gaps-agent-delegation-gap-agent-006·PageGAP-AGENT-006: Cross-Run State Sharing
- page:docs-harness-features-backlog-gaps-agent-delegation-gap-agent-007·PageGAP-AGENT-007: Delegation Policy Layer
- page:docs-harness-features-backlog-gaps-agent-delegation-gap-agent-008·PageGAP-AGENT-008: Harness Selection Policies
- page:docs-harness-features-backlog-gaps-breakpoint-workflows-gap-brk-001·PageGAP-BRK-001: Breakpoint Approval Chains and Escalation
- page:docs-harness-features-backlog-gaps-breakpoint-workflows-gap-brk-002·PageGAP-BRK-002: Breakpoint Delegation to External Systems
- page:docs-harness-features-backlog-gaps-breakpoint-workflows-gap-brk-003·PageGAP-BRK-003: Breakpoint Analytics and SLA Tracking
- page:docs-harness-features-backlog-gaps-ecosystem-gap-eco-001·PageGAP-ECO-001: CC Plugin Compatibility Layer
- page:docs-harness-features-backlog-gaps-ecosystem-gap-eco-002·PageGAP-ECO-002: CC Marketplace Protocol Support
- page:docs-harness-features-backlog-gaps-ecosystem-gap-eco-003·PageGAP-ECO-003: Plugin Trust, Provenance, and Blocklist
- page:docs-harness-features-backlog-gaps-ecosystem-gap-eco-004·PageGAP-ECO-004: Plugin Auto-Update and Versioning
- page:docs-harness-features-backlog-gaps-ecosystem-gap-eco-005·PageGAP-ECO-005: Plugin Validation and Diagnostics
- page:docs-harness-features-backlog-gaps-effect-routing-gap-route-001·PageGAP-ROUTE-001: Smart Effect Routing Engine
- page:docs-harness-features-backlog-gaps-effect-routing-gap-route-002·PageGAP-ROUTE-002: Effect Priority and Scheduling
- page:docs-harness-features-backlog-gaps-effect-routing-gap-route-003·PageGAP-ROUTE-003: Effect Result Caching and Deduplication
- page:docs-harness-features-backlog-gaps-harness-adaptation-gap-hadapt-001·PageGAP-HADAPT-001: Capability-Based Task Routing
- page:docs-harness-features-backlog-gaps-harness-adaptation-gap-hadapt-002·PageGAP-HADAPT-002: Model Selection Per Task
- page:docs-harness-features-backlog-gaps-harness-adaptation-gap-hadapt-003·PageGAP-HADAPT-003: Cost-Based Routing Policies
- page:docs-harness-features-backlog-gaps-harness-adaptation-gap-hadapt-004·PageGAP-HADAPT-004: Harness Fallback Chains
- page:docs-harness-features-backlog-gaps-harness-adaptation-gap-hadapt-005·PageGAP-HADAPT-005: Harness Health Monitoring and Circuit Breaker
- page:docs-harness-features-backlog-gaps-json-interaction-gap-json-001·PageGAP-JSON-001: JSON API for Run Creation and Management
- page:docs-harness-features-backlog-gaps-json-interaction-gap-json-002·PageGAP-JSON-002: JSON Effect Dispatch and Response Protocol
- page:docs-harness-features-backlog-gaps-json-interaction-gap-json-003·PageGAP-JSON-003: JSON Breakpoint Interaction API
- page:docs-harness-features-backlog-gaps-json-interaction-gap-json-004·PageGAP-JSON-004: JSON Session Management API
- page:docs-harness-features-backlog-gaps-json-interaction-gap-json-005·PageGAP-JSON-005: JSON Event Stream (SSE/WebSocket)
- page:docs-harness-features-backlog-gaps-mcp-channels-gap-mcpc-001·PageGAP-MCPC-001: MCP Channel Integration (Inbound Messaging)
- page:docs-harness-features-backlog-gaps-mcp-channels-gap-mcpc-002·PageGAP-MCPC-002: MCP Channel Outbound Messaging
- page:docs-harness-features-backlog-gaps-mcp-channels-gap-mcpc-003·PageGAP-MCPC-003: Channel Permission Relay (Breakpoint Approval via Channels)
- page:docs-harness-features-backlog-gaps-mcp-channels-gap-mcpc-004·PageGAP-MCPC-004: MCP Server Management UI and Connection Lifecycle
- page:docs-harness-features-backlog-gaps-observability-gap-obs-001·PageGAP-OBS-001: Run Health Snapshot
- page:docs-harness-features-backlog-gaps-observability-gap-obs-002·PageGAP-OBS-002: Phase Timeline Visualization
- page:docs-harness-features-backlog-gaps-observability-gap-obs-003·PageGAP-OBS-003: Prompt Plan Observability
- page:docs-harness-features-backlog-gaps-observability-gap-obs-004·PageGAP-OBS-004: Policy Decision Trail
- page:docs-harness-features-backlog-gaps-observability-gap-obs-005·PageGAP-OBS-005: Context Introspection
- page:docs-harness-features-backlog-gaps-observability-gap-obs-006·PageGAP-OBS-006: Analytics and Feature Flags
- page:docs-harness-features-backlog-gaps-observability-gap-obs-007·PageGAP-OBS-007: Audit Export
- page:docs-harness-features-backlog-gaps-observability-gap-obs-008·PageGAP-OBS-008: Agent Progress Summarization
- page:docs-harness-features-backlog-gaps-observer-integration-gap-obs-new-001·PageGAP-OBS-NEW-001: Embedded SDK Dashboard Webhook and Alert System
- page:docs-harness-features-backlog-gaps-observer-integration-gap-obs-new-002·PageGAP-OBS-NEW-002: Embedded SDK Dashboard API for External Dashboards
- page:docs-harness-features-backlog-gaps-parallelization-gap-par-001·PageGAP-PAR-001: Concurrent Effect Execution
- page:docs-harness-features-backlog-gaps-parallelization-gap-par-002·PageGAP-PAR-002: Async Effect Execution
- page:docs-harness-features-backlog-gaps-parallelization-gap-par-003·PageGAP-PAR-003: Multi-Harness Parallel Dispatch
- page:docs-harness-features-backlog-gaps-parallelization-gap-par-005·PageGAP-PAR-005: Parallel File Operations
- page:docs-harness-features-backlog-gaps-parallelization-gap-par-006·PageGAP-PAR-006: Streaming Parallelism
- page:docs-harness-features-backlog-gaps-parallelization-gap-par-009·PageGAP-PAR-009: Parallel Effect Execution Strategies
- page:docs-harness-features-backlog-gaps-parallelization-gap-par-010·PageGAP-PAR-010: Fork-Join Process Pattern
- page:docs-harness-features-backlog-gaps-performance-gap-perf-001·PageGAP-PERF-001: Prompt Caching (Ephemeral)
- page:docs-harness-features-backlog-gaps-performance-gap-perf-002·PageGAP-PERF-002: Session Compaction
- page:docs-harness-features-backlog-gaps-performance-gap-perf-004·PageGAP-PERF-004: Streaming Message Rendering
- page:docs-harness-features-backlog-gaps-performance-gap-perf-005·PageGAP-PERF-005: Cache-Aware Prompt Assembly
- page:docs-harness-features-backlog-gaps-performance-gap-perf-006·PageGAP-PERF-006: Incremental Orchestration Streaming
- page:docs-harness-features-backlog-gaps-performance-gap-perf-007·PageGAP-PERF-007: Aggressive Parallelism
- page:docs-harness-features-backlog-gaps-performance-gap-perf-008·PageGAP-PERF-008: Structured Continuity State
- page:docs-harness-features-backlog-gaps-process-composition-gap-proc-001·PageGAP-PROC-001: Process Chaining and Pipelines
- page:docs-harness-features-backlog-gaps-process-composition-gap-proc-002·PageGAP-PROC-002: Process Nesting and Sub-Process Invocation
- page:docs-harness-features-backlog-gaps-process-composition-gap-proc-003·PageGAP-PROC-003: Process Versioning and Migration
- page:docs-harness-features-backlog-gaps-process-composition-gap-proc-004·PageGAP-PROC-004: Process Parameter Schemas and Validation
- page:docs-harness-features-backlog-gaps-profile-orchestration-gap-prof-001·PageGAP-PROF-001: Auto-Configure Orchestration from User Profile
- page:docs-harness-features-backlog-gaps-prompt-engineering-gap-prompt-001·PageGAP-PROMPT-001: Prompt Strata Model
- page:docs-harness-features-backlog-gaps-prompt-engineering-gap-prompt-002·PageGAP-PROMPT-002: Deterministic Capability Projection
- page:docs-harness-features-backlog-gaps-prompt-engineering-gap-prompt-003·PageGAP-PROMPT-003: Runtime Personality Overlays
- page:docs-harness-features-backlog-gaps-prompt-engineering-gap-prompt-004·PageGAP-PROMPT-004: Prompt Inspection Tooling
- page:docs-harness-features-backlog-gaps-prompt-engineering-gap-prompt-005·PageGAP-PROMPT-005: Continuity Overlays for Resume
- page:docs-harness-features-backlog-gaps-prompt-engineering-gap-prompt-006·PageGAP-PROMPT-006: Instructions Loaded Hook
- page:docs-harness-features-backlog-gaps-prompt-engineering-gap-prompt-007·PageGAP-PROMPT-007: Context Compression Families
- page:docs-harness-features-backlog-gaps-prompt-engineering-gap-prompt-008·PageGAP-PROMPT-008: Coding Philosophy Prompt Section
- page:docs-harness-features-backlog-gaps-prompt-engineering-gap-prompt-009·PageGAP-PROMPT-009: Tool Preference and Usage Rules
- page:docs-harness-features-backlog-gaps-prompt-engineering-gap-prompt-010·PageGAP-PROMPT-010: Safety and Reversibility Prompt Framework
- page:docs-harness-features-backlog-gaps-prompt-engineering-gap-prompt-011·PageGAP-PROMPT-011: Output Efficiency Rules
- page:docs-harness-features-backlog-gaps-prompt-engineering-gap-prompt-012·PageGAP-PROMPT-012: Git Safety Protocol Prompt Section
- page:docs-harness-features-backlog-gaps-prompt-engineering-prompt-phrasing-implementation·PagePrompt Phrasing Implementation Guide
- page:docs-harness-features-backlog-gaps-remote-integration-gap-remote-001·PageGAP-REMOTE-001: Daemon Mode
- page:docs-harness-features-backlog-gaps-remote-integration-gap-remote-003·PageGAP-REMOTE-003: Remote Sessions (WebSocket)
- page:docs-harness-features-backlog-gaps-remote-integration-gap-remote-004·PageGAP-REMOTE-004: Cron Triggers and Scheduling
- page:docs-harness-features-backlog-gaps-remote-integration-gap-remote-006·PageGAP-REMOTE-006: MCP Client Integration
- page:docs-harness-features-backlog-gaps-remote-integration-gap-remote-007·PageGAP-REMOTE-007: Host Contract Layer
- page:docs-harness-features-backlog-gaps-remote-integration-gap-remote-008·PageGAP-REMOTE-008: Streaming Orchestration Protocol
- page:docs-harness-features-backlog-gaps-remote-integration-gap-remote-009·PageGAP-REMOTE-009: Host-Mediated Interaction
- page:docs-harness-features-backlog-gaps-run-lifecycle-gap-run-001·PageGAP-RUN-001: Run Comparison and Diffing
- page:docs-harness-features-backlog-gaps-run-lifecycle-gap-run-002·PageGAP-RUN-002: Run Archival and Restore
- page:docs-harness-features-backlog-gaps-run-lifecycle-gap-run-003·PageGAP-RUN-003: Run Forking and Branching
- page:docs-harness-features-backlog-gaps-security-gap-sec-001·PageGAP-SEC-001: Governance Policy Layer
- page:docs-harness-features-backlog-gaps-security-gap-sec-002·PageGAP-SEC-002: Trust Classes for Plugins
- page:docs-harness-features-backlog-gaps-security-gap-sec-003·PageGAP-SEC-003: Permission Request and Denial Hooks
- page:docs-harness-features-backlog-gaps-security-gap-sec-004·PageGAP-SEC-004: Sandbox Toggle
- page:docs-harness-features-backlog-gaps-security-gap-sec-005·PageGAP-SEC-005: Approval Posture Model
- page:docs-harness-features-backlog-gaps-security-gap-sec-006·PageGAP-SEC-006: OAuth Integration
- page:docs-harness-features-backlog-gaps-security-gap-sec-007·PageGAP-SEC-007: Privacy Settings
- page:docs-harness-features-backlog-gaps-session-management-gap-session-001·PageGAP-SESSION-001: Session-to-Run One-to-Many Relationship
- page:docs-harness-features-backlog-gaps-session-management-gap-session-002·PageGAP-SESSION-002: Session State Persistence and History
- page:docs-harness-features-backlog-gaps-session-management-gap-session-003·PageGAP-SESSION-003: Session Templates and Presets
- page:docs-harness-features-backlog-gaps-session-management-gap-session-004·PageGAP-SESSION-004: Session-Level Cost Tracking and Budgets
- page:docs-harness-features-backlog-gaps-session-management-gap-session-005·PageGAP-SESSION-005: Session Sharing and Collaboration
- page:docs-harness-features-backlog-gaps-state-continuity-gap-state-001·PageGAP-STATE-001: Long-Term Memory Extraction
- page:docs-harness-features-backlog-gaps-state-continuity-gap-state-002·PageGAP-STATE-002: Memory Consolidation
- page:docs-harness-features-backlog-gaps-state-continuity-gap-state-003·PageGAP-STATE-003: Session State Persistence
- page:docs-harness-features-backlog-gaps-state-continuity-gap-state-006·PageGAP-STATE-006: Session Rewind and History
- page:docs-harness-features-backlog-gaps-state-continuity-gap-state-008·PageGAP-STATE-008: Run Health Model
- page:docs-harness-features-backlog-gaps-subagent-observability-gap-subobs-001·PageGAP-SUBOBS-001: Streaming Output Capture from Invoked Harnesses
- page:docs-harness-features-backlog-gaps-subagent-observability-gap-subobs-002·PageGAP-SUBOBS-002: Subagent Progress Tracking
- page:docs-harness-features-backlog-gaps-subagent-observability-gap-subobs-003·PageGAP-SUBOBS-003: Per-Subagent Token and Cost Tracking
- page:docs-harness-features-backlog-gaps-subagent-observability-gap-subobs-004·PageGAP-SUBOBS-004: Subagent Health and Timeout Monitoring
- page:docs-harness-features-backlog-gaps-subagent-observability-gap-subobs-005·PageGAP-SUBOBS-005: Embedded SDK Dashboard Subagent Drill-Down
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-007·PageGAP-TOOLS-007: JS/TS REPL Tool
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-008·PageGAP-TOOLS-008: Web Search Agentic Tool
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-012·PageGAP-TOOLS-012: Language Server Protocol Integration for Code-Aware Routing
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-014·PageGAP-TOOLS-014: Programmatic Task CRUD Beyond CLI
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-017·PageGAP-TOOLS-017: Git Worktree Isolation for Parallel Effect Execution
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-018·PageGAP-TOOLS-018: Structured Planning Phase in Process Definitions
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-020·PageGAP-TOOLS-020: Scheduled Orchestration Triggers
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-021·PageGAP-TOOLS-021: External Event Triggers for Orchestration
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-023·PageGAP-TOOLS-023: Multi-Step Workflow Composition Within Effects
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-025·PageGAP-TOOLS-025: MCP Tool Discovery and Invocation from Orchestrated Tasks
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-026·PageGAP-TOOLS-026: Structured User Interaction from Within Effects
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-027·PageGAP-TOOLS-027: Skill Discovery and Invocation from Process Definitions
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-028·PageGAP-TOOLS-028: Sleep/Delay Effect Enhancement
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-029·PageGAP-TOOLS-029: Structured Output Tool
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-030·PageGAP-TOOLS-030: Effect Cancellation
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-031·PageGAP-TOOLS-031: MCP Resource Browsing and Reading
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-032·PageGAP-TOOLS-032: MCP Authentication
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-033·PageGAP-TOOLS-033: Runtime Configuration Tool
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-034·PageGAP-TOOLS-034: Dynamic Tool Discovery and Search
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-035·PageGAP-TOOLS-035: Grep Output Modes and Context Params
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-036·PageGAP-TOOLS-036: Bash Background Execution
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-037·PageGAP-TOOLS-037: Fetch Content Processing
- page:docs-harness-features-backlog-gaps-tools-capabilities-gap-tools-038·PageGAP-TOOLS-038: Ask Tool Interaction Model Alignment
- page:docs-harness-features-backlog-gaps-tools-capabilities-tools-coverage-map·PageTools Coverage Map: CC (42 tools) vs Babysitter Agentic Tools (16)
- page:docs-harness-features-backlog-gaps-user-experience-gap-user-001·PageGAP-USER-001: Operator Command Layer
- page:docs-harness-features-backlog-gaps-user-experience-gap-user-006·PageGAP-USER-006: Real-Time Cost Tracking
- page:docs-harness-features-backlog-gaps-user-experience-gap-user-012·PageGAP-USER-012: Plan Mode with Verification
- page:docs-harness-features-backlog-gaps-user-experience-gap-user-017·PageGAP-USER-017: Plugin Management Integration
- page:docs-harness-features-backlog-gaps-user-experience-gap-ux-001·PageGAP-UX-001: Ink/React Terminal Rendering Foundation
- page:docs-harness-features-backlog-gaps-user-experience-gap-ux-001a·PageGAP-UX-001a: Effect Tree Visualization
- page:docs-harness-features-backlog-gaps-user-experience-gap-ux-001b·PageGAP-UX-001b: Structured Diff Rendering
- page:docs-harness-features-backlog-gaps-user-experience-gap-ux-001c·PageGAP-UX-001c: Permission and Breakpoint Approval UI
- page:docs-harness-features-backlog-gaps-user-experience-gap-ux-001d·PageGAP-UX-001d: Message Type Rendering
- page:docs-harness-features-backlog-gaps-user-experience-gap-ux-001e·PageGAP-UX-001e: Progress and Status Line
- page:docs-harness-features-backlog-gaps-user-experience-gap-ux-001f·PageGAP-UX-001f: Streaming Output Panels
- page:docs-harness-features-backlog-gaps-user-experience-gap-ux-005·PageGAP-UX-005: Structured Orchestration Status View
- page:docs-harness-features-backlog-gaps-user-experience-gap-ux-006·PageGAP-UX-006: Pending Work Inspector
- page:docs-harness-features-backlog-gaps-user-experience-gap-ux-007·PageGAP-UX-007: Rich Breakpoint Interaction
- page:docs-harness-features-backlog-gaps-user-experience-gap-ux-008·PageGAP-UX-008: Resume Dashboard
- page:docs-harness-features-backlog-gaps-user-experience-gap-ux-009·PageGAP-UX-009: Failure Triage View
- page:docs-harness-features-backlog-gaps-user-experience-gap-ux-010·PageGAP-UX-010: Typed Effect Interaction Patterns
- page:docs-harness-features-backlog-gaps-user-experience-gap-ux-011·PageGAP-UX-011: Command Discoverability
- page:docs-harness-features-backlog-gaps-user-experience-gap-ux-014·PageGAP-UX-014: Operator Mode Selection
- page:docs-harness-features-backlog-glossary-references·PageGlossary & References
- page:docs-harness-features-backlog-harness-strengths·PageHarness Strengths
- page:docs-harness-features-backlog-implementation-recommendations·PageImplementation Recommendations
- page:docs-harness-features-backlog-priority-matrix·PagePriority Matrix
- page:docs-harness-features-backlog-roadmap·PageHarness Features Roadmap
Incoming edges
contains_page1
- page:docs·PageBabysitter Docs