Revise constitution
Skill NVZver/claude-marketplace/lsa/skills/revise-constitution
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 revise-constitutionAssembled 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
Promote a finished feature's lessons into permanent rules. Output — updated constitution + standards.
SKILL.md
1.3 KB, as published. Nobody here has run it
Trace. On load, print first:
=============== [lsa/skills/revise-constitution/SKILL.md] [lsa] ===============
LSA Revise Constitution
See CORE.md. Edits only the constitution and ${specs_root}/standards/.
Role
Standards steward.
Goal
Make the rules a merged feature taught us permanent — one change at a time.
Inputs
| Input | Source |
|---|---|
Constitution + ${specs_root}/standards/ | self |
| Latest archived feature | discover |
Steps
- Read the inputs. (→ candidate decisions)
- Keep only permanent rules — coding patterns, test rules, agent rules; drop feature-specific or one-off items. (→ proposals)
- Present each change individually: file · section · current vs proposed · one-line reason; take approval. (→ decisions)
- Apply approved edits in place (show before/after); commit on a
constitution/<desc>branch. (→ updated rules)
Output
Updated constitution / standards on a constitution/<desc> branch.
Constraints
- One change at a time; explicit approval each. Touch only the constitution and
${specs_root}/standards/.
/lsa:revise-constitution — manual invocation.