agentsclimarketplace

Drill spec

Skill Unique-Divine/jiyuu/ai-skills/drill-spec

(1) Rigorous notes and solutions for core algorithms and computing fundamentals broken down for deliberate practice with Anki. (2) A monorepo of libraries and CLI tools I use regularly as a software engineer.

Install
npx -y skills add Unique-Divine/jiyuu --skill drill-spec

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 6 stars6 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, spec, or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "drill the spec" or "drill the plan".

SKILL.md

1.5 KB, as published. Nobody here has run it

Interview me about a plan, spec, or design until we reach shared understanding. Ask direct questions that resolve concrete decisions, ambiguities, risks, and edge cases. For each question, provide your recommended answer.

  1. Ask up to five questions per turn. Ask fewer when a single answer blocks the next useful question. Ask in the chat, not with the question tool.

  2. If a question can be answered by exploring the codebase, explore the codebase instead.

  3. Record decisions as the discussion progresses. If the user is working from an existing spec, plan, issue, or design document, write resolved answers back into that document iteratively. If there is no obvious document, create or propose a short notes/spec file.

  4. When recording implementation decisions, add or update a ## Impl section. Use concise logical flows where they make the design easier to execute:

    input or trigger
      -> state read/write
      -> validation
      -> result
    
  5. When recording an answer, capture the decision, rationale, relevant codebase or operational context, and important caveats. Use checkbox sub-bullets only for unresolved work, decisions, or tests.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.