# Listing Openspec Items

> Lists OpenSpec items such as active change proposals and specifications. Use to discover what changes are in progress or what specs exist.

- Skill: `yu-iskw/listing-openspec-items` (Agent Skill)
- Install (CLI): `npx skillmds@latest add yu-iskw/listing-openspec-items`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yu-iskw/listing-openspec-items/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: yu-iskw (https://skillmd.com/u/yu-iskw)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yu-iskw/listing-openspec-items

---


# Listing OpenSpec Items

## Purpose

Provides visibility into the current state of OpenSpec artifacts (changes and specs) within the project.

## 1. Safety & Verification

1.  **Check Help**: Run `npx @fission-ai/openspec@latest list --help`.

## 2. Common Workflows

### Workflow: List Active Changes

1.  Run `npx @fission-ai/openspec@latest list` (defaults to changes).
2.  By default, items are sorted by recent activity.

### Workflow: List All Specifications

1.  Run `npx @fission-ai/openspec@latest list --specs`.

### Workflow: Programmatic Listing

1.  Use `--json` for structured output:
    `npx @fission-ai/openspec@latest list --json`

## 3. Examples

### Example: List Specs Sorted by Name

**Command**: `npx @fission-ai/openspec@latest list --specs --sort name`
**Expected Output**: A list of all specifications in alphabetical order.

