preflight

preflight

Session startup checklist to load context and check for stale state. Use this skill at the start of any development session, when resuming after a break, or before deployment tasks.

0estrelas
0forks
Atualizado 1/17/2026
SKILL.md
readonlyread-only
name
preflight
description

Session startup checklist to load context and check for stale state. Use this skill at the start of any development session, when resuming after a break, or before deployment tasks.

Preflight Workflow

Run this at the start of any development session to load context and catch issues early.

When This Skill Activates

  • Start of a new conversation
  • Resuming after a long break
  • Before any deployment task
  • When user mentions context seems forgotten
  • When project state is unclear

Preflight Checklist

1. Read Lessons Learned

Review lessons learned for critical rules and past mistakes (paths are repo-root relative):

cat ./.claude/rules/lessons.md

2. Check Project Status

Read the current status to understand what's in progress:

cat STATUS.md

3. Review Recent Decisions

Check if there are any architectural decisions that affect current work:

cat DECISIONS.md | head -100

4. Check for Uncommitted Changes

Ensure the workspace is clean:

git status

5. Report Context Summary

After reading the above, provide a brief summary to the user:

  • Current project status
  • Any warnings or blockers
  • Recent changes that may affect current work
  • Ready to proceed or not

Anti-Patterns to Avoid

  • Starting work without reading lessons learned
  • Assuming previous session context is remembered
  • Ignoring uncommitted changes
  • Skipping deployment verification before contract work

You Might Also Like

Related Skills

apple-notes

apple-notes

179Kproductivity

Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.

openclaw avataropenclaw
Obter
apple-reminders

apple-reminders

179Kproductivity

Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.

openclaw avataropenclaw
Obter
bear-notes

bear-notes

92Kproductivity

Create, search, and manage Bear notes via grizzly CLI.

moltbot avatarmoltbot
Obter
voice-call

voice-call

88Kproductivity

Start voice calls via the Moltbot voice-call plugin.

moltbot avatarmoltbot
Obter
spotify-player

spotify-player

88Kproductivity

Terminal Spotify playback/search via spogo (preferred) or spotify_player.

moltbot avatarmoltbot
Obter
video-frames

video-frames

88Kproductivity

Extract frames or short clips from videos using ffmpeg.

moltbot avatarmoltbot
Obter