openspec-apply-change
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
--- name: wikispec-archive description: Archive a change ---
$ npx -y skills add christianb93/WikiSpec --skill wikispec-archive --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/wikispec-archiveContext preview
The summary Claude sees to decide when to auto-load this skill.
--- name: wikispec-archive description: Archive a change ---
--- name: wikispec-archive description: Archive a change ---
Drive the agent through the full `archive` step for a wikispec change. You will use the `wikispec` tool which is a binary in the path, no need to install anything.
1. **Determine the change name.**
2. **Follow instructions in a loop.** Repeat until the step is complete:
wikispec instructions --change <name> --step archive
This repository contains Wikispec - a spec-driven development framework that maintains a "Karpathy style" LLM wiki.
Repo: christianb93/WikiSpec
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through…
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal…
--- name: wikispec-apply description: Use the task list for the change to implement the actual change ---
--- name: wikispec-plan description: Create a tasks list to prepare for the implementation of a change. Use this before implementation to understand what needs…