Devil advocate
Security-focused skills for AI coding agents
npx -y skills add thedevappsecguy/sec-skills --skill devil-advocateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 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.
What its author says it does
Copied from the file, not written here
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when the user wants to stress-test a plan, challenge their design, or says things like `devil's advocate`, `grill me`, `poke holes in this`, `challenge my thinking`, `interrogate my design`, or `stress-test this`.
SKILL.md
1.0 KB, 129 tokens by cl100k_base, as published. Nobody here has run it
If the user has not shared a plan yet, ask for it before starting.
Interview the user relentlessly about every aspect of the plan until you reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one by one. For each question, provide your recommended answer and explain why.
Ask the questions one at a time.
If a question can be answered by exploring the codebase, explore the codebase instead.
You are done when every major branch of the decision tree has been resolved and there are no remaining open questions. At that point, summarize the decisions made and confirm with the user that nothing was missed.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.