status

Read session state and print pipeline stage, artifacts, and next commands.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/aoecosystem/project-foundations --skill status-aoecosystem
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/aoecosystem/project-foundations/tree/main/.cursor/skills/status
Command: npx skills add https://github.com/aoecosystem/project-foundations --skill status-aoecosystem

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read session-memory/SESSION-STATE.md and print the current pipeline stage, what artifacts exist, and the next valid commands. Pure read-only — never modifies any file. Use whenever the user asks "where am I", "what's next", or runs the /status slash command.

Core Features & Use Cases

  • Read session-state to determine the active stage and present available artifacts and forthcoming commands.
  • Detect drift in artifacts by hashing current files and comparing to stored hashes, surfacing drift warnings when manual edits are detected.
  • Enforce read-only operation and provide a safe, audit-friendly snapshot of project foundations progress.

Quick Start

Run the /status command to see your current pipeline stage, artifacts, and next valid commands.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check current pipeline stage and available artifacts?▼

To check your current pipeline stage and available artifacts, run the /status command. It reads the session-state file to print your active stage, existing artifacts, and next valid commands without modifying any files.

How does drift detection work for pipeline artifacts?▼

Drift detection for pipeline artifacts works by hashing current files and comparing them to stored hashes in the session-state. It surfaces drift warnings when manual edits are detected, ensuring an audit-friendly snapshot of project progress.

Can I get a read-only snapshot of session state without modifying files?▼

Yes, you can get a read-only snapshot of session state without modifying files by using the /status command. It safely validates drift and provides an audit-friendly view of pipeline progress without writing any changes.

What commands are valid for my current pipeline stage?▼

To find what commands are valid for your current pipeline stage, the /status command reads your session-state and prints the forthcoming commands available based on your active project foundations progress.

Does pipeline status checking require any dependencies or components?▼

Pipeline status checking requires no dependencies or components. It operates by directly reading the session-memory file to determine the active stage, available artifacts, and next valid commands for drift warnings.