Wikispec plan
Create a tasks list to prepare for the implementation of a change. Use this before implementation to understand what needs to be doneFrom its SKILL.md
npx -y skills add christianb93/WikiSpec --skill wikispec-planAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 3 commands, including `wikispec list` and 2 more.
SKILL.md
1.4 KB, 305 tokens by cl100k_base, as published. Nobody here has run it
Skill: wikispec-plan
Drive the agent through the full plan step for a wikispec change. You will use the wikispec tool which is a binary in the path, no need to install anything.
Steps
-
Determine the change name.
- If the user provided a change name, use it exactly.
- If no name is provided use
wikispec listto list all active changes. If there is only one active change, assume that we will be working on this one, otherwise ask the user to pick a change from the list
-
Check whether plan step is runnable
- Use
wikispec status --change <change name>to get the status of the current change - Look at the output to validate that the
planstep is runnable# - If not, use the
waitingOnfield to determine the steps on whichplanis waiting and ask the user to run the corresponding wikispec skill first
- Use
-
Follow instructions in a loop. Repeat until the step is complete:
wikispec instructions --change <name> --step plan- If the output contains instructions, follow them, then call the command again.
- If the output signals that the step is already complete, stop looping, inform the user that the plan step is done and suggest to run
/wikispec-applynext
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.