Files
LexAI/.cursor/skills/resume-project/SKILL.md
john kevin asprec 8bc529ef2d
Some checks failed
CI — Test & Build / Test & Build (push) Has been cancelled
feat: add LexAI status bar and suggestion panel
- Implemented a status bar item for LexAI with dynamic status updates (ready, processing, notReady).
- Created a suggestion panel for displaying and interacting with AI-generated suggestions.
- Added functionality for accepting, regenerating, and discarding suggestions within the suggestion zone.
- Introduced configuration options for writing style, prompt patterns, personas, and formats.
- Integrated progress indicators for long-running tasks and improved user feedback.
- Established TypeScript configuration for the vscode package.
2026-08-13 18:06:45 +08:00

906 B

name, description
name description
resume-project Rebuild verified project state after a fresh session, compaction, interruption, agent handoff, or a request to continue or resume work. Use proactively before planning or editing when conversation history may be incomplete.
  1. Read AGENTS.md, docs/MEMORY.md, docs/HANDOFF.md, docs/PROJECT_BRIEF.md when present, and the active rules under ## Lessons.
  2. Inspect the current git status and only the files named by the handoff or current task.
  3. Separate verified facts from stale or unverified handoff claims. Re-run the smallest relevant check if the status is uncertain.
  4. Return a state snapshot: objective, verified progress, changed paths, verification status, open risks, and one next smallest action.
  5. Update docs/HANDOFF.md only when new evidence changes the state. Do not implement the next action unless the user or task explicitly asks.