session-startup

Read STATUS.md, MEMORY.md, and recent commit history to synthesize a project state brief.

19|1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Bulugulu/motif-cli --skill session-startup-bulugulu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-startup
Source: https://github.com/Bulugulu/motif-cli/tree/main/examples/generated/skills/user/session-startup
Command: npx skills add https://github.com/Bulugulu/motif-cli --skill session-startup-bulugulu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orients the agent to the current project state before taking action, preventing decisions based on stale context or outdated project assumptions.

Core Features & Use Cases

  • Context alignment: Ensure the agent references the latest project context before acting.
  • Stale-context prevention: Validate STATUS.md and MEMORY.md to avoid outdated work.
  • Session recheck on resume: On resume, re-scan project state to confirm status and priorities.

Quick Start

Tell the agent to review the current project state and STATUS/README before proceeding.

Frequently Asked Questions about session-startup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I align my AI agent with the current project state before taking action?

To align your AI agent with current project state, instruct it to read STATUS.md, MEMORY.md, and recent git commit history. The agent synthesizes a concise state brief and awaits your direction before executing tasks, preventing decisions based on stale context.

Why does my agent make decisions based on outdated project assumptions after a long gap?

Your agent uses outdated project assumptions because it lacks current context after a long gap. Reading project status files like STATUS.md and MEMORY.md before resuming a session re-scans the project state to confirm priorities and prevent stale-context decisions.

What is the best way to re-orient an agent when resuming a coding session?

The best way to re-orient an agent when resuming a coding session is to trigger a session recheck. This validates STATUS.md and MEMORY.md against recent commit history to generate a state brief, ensuring the agent references the latest project context before acting.

Do I need to manually update status files for the agent to understand project context?

You need to maintain STATUS.md and MEMORY.md with your latest project updates. The agent reads these files alongside recent git commit history to synthesize a concise state brief, ensuring it validates current priorities and avoids outdated work before executing tasks.

Can I use git commit history alone to align my agent with project state?

Using git commit history alone is insufficient for full project state alignment. The agent must also read STATUS.md and MEMORY.md to synthesize a concise state brief, validating current priorities and preventing outdated work before awaiting user direction.