Install
$ agentstack add skill-lbk-open-super-spec-ss-list-changes ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
List OpenSpec Changes
Give a compact inventory of what is currently in flight and what was recently archived under openspec/changes/. This skill is read-only: it never edits files.
Inputs
Optional: how many archived entries to show (default 10).
Process
- Check that
openspec/changes/exists. If it does not, report that this repository has
no OpenSpec baseline yet and suggest running the ss-write-spec or ss-reverse-spec skill to create one.
- Active changes — for every directory directly under
openspec/changes/(excluding
archive/):
- note whether it contains a
proposal.mdand delta spec files - list the capabilities its delta specs touch, cross-referenced against
openspec/specs/*/spec.md
- Archived changes — list the most recent entries under
openspec/changes/archive/,
newest first, capped at the requested count (default 10). For each, show the archive date, change id, and touched capabilities.
Output
Present the result as a compact table:
| Status | Change | Capabilities | Files | |--------|--------|--------------|-------| | active / archived | change-id | cap-a, cap-b | proposal.md, specs/... |
Do not edit any files.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: lbk-open
- Source: lbk-open/super-spec
- License: Apache-2.0
- Homepage: https://www.npmjs.com/package/@lbk-open/super-spec
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.