status

Monitor active OpenSpec AutoDev sessions and file claims across local and remote sources.

1|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/wonder-zhang/openspec-autodev --skill status-wonder-zhang
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/wonder-zhang/openspec-autodev/tree/main/skills/status
Command: npx skills add https://github.com/wonder-zhang/openspec-autodev --skill status-wonder-zhang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a single source of truth for all active OpenSpec AutoDev sessions and file ownership, helping teams detect conflicts and coordinate work across multiple users and machines.

Core Features & Use Cases

  • Session discovery: Enumerates active and stale sessions from local coordination data and optional remote sources.
  • File ownership view: Shows which files are claimed by which session to prevent conflicts.
  • Conflict detection & cleanup: Identifies potential overlaps and supports cleanup of stale sessions.

Quick Start

Run the status dashboard to view all active sessions and file claims.

Frequently Asked Questions about status

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

FAQPage Schema
How do I monitor active OpenSpec AutoDev sessions and file claims?▼

To monitor active OpenSpec AutoDev sessions, run the status dashboard to parse local .claude/sessions and optionally query a coordination server, displaying all active sessions and their file claims at a glance.

How do I detect file ownership conflicts during multi-user workflow coordination?▼

To detect file ownership conflicts during multi-user workflow coordination, use the status dashboard to view which files are claimed by which session, identifying potential overlaps to prevent conflicts across local and remote data sources.

Can I track remote collaboration progress using local session data?▼

Yes, you can track remote collaboration progress by parsing local .claude/sessions data and optionally querying a remote coordination server to filter sessions by activity and manage resource ownership across users.

What's the best way to clean up stale OpenSpec AutoDev sessions?▼

The best way to clean up stale OpenSpec AutoDev sessions is to use the dashboard's built-in cleanup commands, which identify inactive sessions from local and remote coordination data and remove them to manage resource ownership.

Does multi-user session management work without a remote coordination server?▼

Yes, multi-user session management works without a remote coordination server by relying solely on parsing local .claude/sessions data to enumerate active sessions, though querying a remote server provides enhanced conflict detection.