From rivet
Score each requirement's complexity 1–10 and recommend a subtask breakdown, then expand the over-scoped ones into bound sub-criteria. Use after a spec is drafted and before implementation, to catch requirements that are too big to prove as a single unit.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rivet:rivet-analyzeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Borrowed from claude-task-master's complexity analysis, fitted to Rivet's spec model: a requirement
Borrowed from claude-task-master's complexity analysis, fitted to Rivet's spec model: a requirement that's too big to prove as one unit is a hidden risk. Score it, then break it down — but keep every piece bound and provable.
Consider implementation effort, technical risk, dependency depth, and how many distinct behaviors
the acceptance criteria assert. Report per requirement: score (1–10) · recommendedSubtasks · one-line reasoning. Buckets: 1–4 low (leave as-is) · 5–7 medium (breakdown helps) · 8–10 high
(MUST split — too large to prove or implement in one pass).
@check. Use the existing ### Requirement/@check grammar — no new id scheme; sub-criteria are
numbered -ACn under the requirement.rivet spec tasks to sync, then rivet spec draft-tests for the new
unbound criteria (hand to rivet-test-author).npx claudepluginhub pratiyush/llm-dev-kitProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.