Skip to content

Usage Tips & Use Cases

Practical tips for getting the most out of Flightdeck — whether you're debugging, brainstorming, or reviewing past sessions.


Debugging Frontend with Playwright MCP Server

You can set up the Playwright MCP server to give your AI agents the ability to interact with the Flightdeck UI directly — taking screenshots, clicking through pages, inspecting elements, and verifying changes. Once configured, just ask your agent to "use Playwright to check the Settings page" or "take a screenshot of the Timeline." The agent handles all the Playwright commands; you don't need to know the API.


Ideating with the Radical Thinker

The Radical Thinker agent role is designed for first-principles brainstorming. It challenges assumptions and pushes for unconventional solutions.

When to Use It

  • You're stuck on a design decision and want fresh perspectives
  • You want to challenge "we've always done it this way" thinking
  • You need creative solutions to hard UX or architecture problems
  • You want to explore whether a feature is even necessary

Example Prompts That Work Well

PromptWhat You Get
"Challenge our current navigation structure — is a sidebar the right choice?"First-principles analysis of navigation patterns
"We have 10+ pages. A new user lands on the dashboard. Is this overwhelming?"UX critique from a fresh perspective
"What's the simplest possible version of session replay?"Minimal viable approach

Tips

  • Give the Radical Thinker full context about the current design before asking it to challenge it
  • Don't ask it to implement — ask it to think. Use a Developer agent for the actual changes
  • Its best output comes when you give it constraints: "We can only keep 5 of these 8 features — which ones?"

Monitoring Group Discussions

When multiple agents need to coordinate on a shared concern (API design, naming conventions, architecture), they form group chats automatically.

How Groups Work

  • Groups are created automatically when 3+ agents are working on the same feature
  • Messages in groups are visible to all members
  • The Group Chats page in the dashboard shows all active and past discussions

Monitoring Discussions

  1. Open the Group Chats page from the sidebar
  2. Browse active groups — each shows the topic, participants, and message count
  3. Click into a group to read the full conversation thread
  4. Look for unresolved questions or disagreements that might need your input

Tips

  • Groups auto-archive when the related task completes
  • If agents seem to be working in silos, check whether groups formed — lack of groups may indicate a coordination gap

Monitoring Team Progress

The Overview page is your health dashboard for the entire crew.

Overview Dashboard

Reading the Visualizations

ComponentWhat It ShowsWhat to Look For
KeyStatsActive agents, tasks completed, token usageSudden drops in activity may indicate stalled agents
Agent HeatmapActivity intensity per agent over timeCold spots mean idle agents; hot streaks mean heavy work
Cumulative FlowTasks by status (pending → active → done) over timeWidening bands mean bottlenecks; steady flow means healthy progress
MilestonesKey completion pointsAre milestones being hit? Is the team on track?

Quick Health Check

  1. Are agents active? Check KeyStats for active count
  2. Is work flowing? Cumulative Flow should show tasks moving through statuses
  3. Any bottlenecks? If "active" band grows but "done" doesn't, something is stuck
  4. Token budget? Check cumulative token usage against your expectations

Understanding Team Collaboration via Timeline

The Timeline is the most detailed view of what your agents did and when.

Timeline View

Reading the Gantt Chart

  • Each swim lane is one agent (labeled on the left)
  • Bars represent task segments — colored by status (active, idle, completed, errored)
  • Arrows between lanes show communications (messages, delegations)
  • Lock icons indicate file locks held by an agent
ActionHow
Zoom in/outCtrl + mouse wheel, or +/- buttons
Pan horizontallyShift + mouse wheel, or drag with mouse
Scroll verticallyRegular mouse wheel
Fit to viewClick the "Fit" button to reset zoom
Navigate lanesArrow keys (↑/↓) to move between agent lanes

Session Replay

For completed sessions, use Session Replay to watch the session unfold:

  1. Open a historical session (or let it auto-switch to replay mode)
  2. The scrubber bar appears at the bottom
  3. Hit Play — agents appear, task bars grow, and messages fire in chronological order
  4. Use speed controls for fast review: 4× (default), 8×, 16×, 32×
  5. Drag the scrubber to jump to any point in time

Fast Review

Use 16× or 32× speed to quickly scan a multi-hour session in minutes. Switch to 1× or 2× when you spot something interesting.



Adjusting Oversight Levels

Control how much autonomy your agents have using the Oversight System.

Getting Started

  1. Go to Settings → Oversight
  2. The default tier is Balanced — routine work flows through, structural changes need approval
  3. Switch to Supervised for more control or Autonomous for hands-off operation
PhaseStrategy
Starting outUse Balanced (default) — learn what agents do before granting full autonomy
ComfortableSwitch to Autonomous — agents work independently, you review results
Critical projectUse Supervised — agents explain reasoning and ask before acting

TIP

Add natural language custom instructions for project-specific guidance (e.g., "Always run tests before committing"). These are injected into every agent's system prompt.

For full documentation, see the Oversight guide.


Data Management

Keep your Flightdeck installation clean by managing old session data.

Cleaning Up Old Sessions

  1. Go to SettingsData Management
  2. Review storage usage by project
  3. Delete individual sessions or bulk-delete old projects
  4. Timeline data, chat history, and keyframes are cleaned up together

Storage Monitoring

  • Flightdeck uses SQLite — the database file grows with each session
  • The Settings page shows current database size
  • For long-running installations, periodically archive or delete completed projects
  • Export important sessions before deleting them

WARNING

Deleting a project removes all its sessions, timeline data, and chat history permanently. Export first if you need the data.

Documentation generated by AI

Documentation generated by AI