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-propose description: Create specs and designs for a new change. Use this when you need to specify a new change or continue to work on the specification of an existing change. ---
$ npx -y skills add christianb93/WikiSpec --skill wikispec-propose --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/wikispec-proposeContext preview
The summary Claude sees to decide when to auto-load this skill.
--- name: wikispec-propose description: Create specs and designs for a new change. Use this when you need to specify a new change or continue to work on the specification of an existing change. ---
--- name: wikispec-propose description: Create specs and designs for a new change. Use this when you need to specify a new change or continue to work on the specification of an existing change. ---
Drive the agent through the full `propose` 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. **Create the change.** Run:
wikispec create --change <name>
3. **Gather context**
4. **Follow instructions in a loop.** Repeat until the step is complete:
wikispec instructions --change <name> --step propose
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 ---