tsed-cli
Spec-driven change planning, implementation, verification, and archiving
All Skills in This Repository (10)
Pure Emerald Level Indicatorsopenspec-apply-change
Implement OpenSpec change tasks using context files and track progress.
openspec-explore
Explore ideas and requirements through interactive dialogue and codebase investigation.
openspec-verify-change
Verify code implementations match specifications, tasks, and design documents.
openspec-new-change
Create a scaffolded change directory with workflow schema selection.
openspec-archive-change
Archive completed change directories with date-stamped naming conventions.
openspec-onboard
Guide users through the complete OpenSpec workflow cycle from task selection to archiving.
openspec-bulk-archive-change
Archive multiple completed spec changes and resolve conflicts via codebase inspection.
openspec-continue-change
Create the next OpenSpec workflow artifact based on change status.
openspec-sync-specs
Merge delta specification changes into main openspec CLI documents.
openspec-ff-change
Generate OpenSpec artifacts for software development changes.
Frequently Asked Questions
FAQPage SchemaHow to install tsed-cli?โผ
Run `npx skills add tsedio/tsed-cli --all -g -y` in your terminal to install all skills in this suite globally.
What is spec-driven development with OpenSpec?โผ
It is a workflow where every change gets a proposal, specs, design notes, and task checklists before coding starts. Your agent follows these artifacts so requirements stay clear and traceable.
How do I start a new change with these skills?โผ
Ask your agent to start a new change and describe what you want to build. It scaffolds the change folder, drafts the proposal and specs, then implements tasks step by step.
Can the agent verify my implementation matches the specs?โผ
Yes. The verify skill checks task completion, requirement coverage, and design adherence, then reports critical issues and warnings before you archive the change.
Do these skills work with Claude Code and Codex?โผ
Yes. Identical SKILL.md files are provided for both Claude Code and Codex, so the same workflow runs in either environment.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core