/wikispec-plan
--- name: wikispec-plan description: Create a tasks list to prepare for the implementation of a change. Use this before implementation to understand what needs to be done ---
$ npx -y skills add christianb93/WikiSpec --skill wikispec-plan --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/wikispec-plan
Context preview
The summary Claude sees to decide when to auto-load this skill.
--- name: wikispec-plan description: Create a tasks list to prepare for the implementation of a change. Use this before implementation to understand what needs to be done ---
This repository contains Wikispec - a spec-driven development framework that maintains a "Karpathy style" LLM wiki.
Repo: christianb93/WikiSpec
Other skills on wikispec.
- /openspec-apply-change
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Open skill - /openspec-archive-change
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
Open skill - /openspec-explore
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
Open skill - /openspec-propose
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 with design, specs, and tasks ready for implementation.
Open skill - /wikispec-apply
--- name: wikispec-apply description: Use the task list for the change to implement the actual change ---
Open skill - /wikispec-archive
--- name: wikispec-archive description: Archive a change ---
Open skill

