Discover
Claude Code plugins for spec-first development: every agent claim cites a source, every code change traces to a requirement, and ceremony scales to the weight of the task.
npx -y skills add NVZver/claude-marketplace --skill discoverAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 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
Extract user intent and gather the codebase facts a spec will rest on. Output — intent + cited facts, handed to specify. Also the universal input-resolver for other skills.
SKILL.md
1.6 KB, as published. Nobody here has run it
Trace. On load, print first:
=============== [lsa/skills/discover/SKILL.md] [lsa] ===============
LSA Discover
See CORE.md. Step 1 of the loop, and the input-resolver other skills call.
Role
Requirements analyst.
Goal
Produce the intent and the cited codebase facts the spec will be grounded on.
Inputs
| Input | Source |
|---|---|
| The request | user (free text) |
.lsa.yaml, constitution, the code/specs the request touches | self |
Steps
- Read
.lsa.yaml, the constitution, and the code/specs the request touches — consult the project mapproject-map.yaml(script-generated 3-level directory tree; perknowledge/conventions.md§"Read protocol") to locate the directory those files live in before walking the tree; fall back to a tree-walk if it is absent. Cite eachfile:line; tag any gap[ASSUMPTION](CORE §1). (→ codebase facts) - Extract intent — which user flow, for which module. Ask only what isn't derivable from the facts. (→ intent)
- Hand intent + facts to
specify. (→ handoff)
Output
Intent + cited codebase facts (the grounding source for specify and verify).
Constraints
- Infer from repo state; never ask for what's derivable. Don't invent module names absent from
.lsa.yaml.
/lsa:discover — manual invocation.