preflight
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
More from ladderchaos/tora-skills
frontend-dev
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when building web components, pages, dashboards, React components, HTML/CSS layouts, or styling any web UI. Generates creative, polished code that avoids generic AI aesthetics.
3synpress-e2e
End-to-end testing with wallet automation using Synpress. Use this skill for testing dApp flows that require MetaMask/wallet interactions, transaction signing, and on-chain verification.
3ui-rules
Opinionated constraints for building better interfaces with agents.
2webapp-testing
Test local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
2repo-librarian
Repository cleanup, documentation management, and markdown reorganization. Use this skill when the repo feels cluttered, documentation is scattered, or after major version upgrades. Handles dead code elimination, legacy artifact removal, and documentation indexing.
2ponder-gen
Generate Ponder indexer handlers from contract ABIs and schema definitions. Use this skill when setting up new event indexing, adding handlers for new contracts, or updating the indexer after contract changes.
2