sdd-status

Detect and report the status of active SDD changes from openspec/changes/.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/fearovex/claude-config --skill sdd-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdd-status
Source: https://github.com/fearovex/claude-config/tree/main/skills/sdd-status
Command: npx skills add https://github.com/fearovex/claude-config --skill sdd-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill shows the status of all active SDD changes by inspecting openspec/changes/ on disk.

Core Features & Use Cases

  • Monitors active changes, their progress, and current phase without modifying repository.
  • Summarizes per-change status and archive counts.
  • Useful for project tracking and handoffs in SDD workflows.

Quick Start

Run /sdd-status to view the current active SDD changes and their phases.

Frequently Asked Questions about sdd-status

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

FAQPage Schema
How do I track active SDD changes across openspec directories?

Track active SDD changes by inspecting the openspec/changes/ directory on disk to detect and report the status of all active changes. It provides a read-only snapshot mapping each change through exploration, proposal, specs, design, tasks, and verify phases.

What is the SDD workflow phase progression for software development changes?

The SDD workflow progresses changes through exploration, proposal, specs, design, tasks, and verify phases. Status tracking reads local filesystem artifacts to map each active change to its current phase.

How do I check software development progress without modifying the repository?

Check software development progress with a read-only status snapshot that inspects openspec/changes/ on disk. It monitors active changes and summarizes per-change status without modifying the repository.

Can I use sdd-status for project management handoffs?

Use sdd-status for project tracking and handoffs in SDD workflows. It summarizes per-change status and archive counts, providing a clear snapshot of active software development changes for team transitions.

Does SDD status tracking work without external dependencies?

SDD status tracking works without external dependencies by reading local filesystem artifacts in the openspec/changes/ directory. It requires a software project already using the SDD workflow structure.