- Self-installing marketplace at
.claude-plugin/marketplace.json—/plugin marketplace add theagenticguy/erpaval+/plugin install erpaval@erpavalworks out of the box - README install section with three paths: Claude Code marketplace
(full plugin),
npx skills addvia skills.sh (skills-only, multi-agent), and local--plugin-dir(development) - Framing polish: drop "Adaptive" from the README tagline + plugin
description + GitHub repo description; "methodology" → "workflow"
on user-facing surfaces (the upstream
product-discoveryandagent-ux-patternsskills keep their own framing) - Researcher: tighten Step-0 recency window to 6 months for API/SDK
docs; explicit "always start with
context7" callout - Strong-prose parallel-subagent nudges for Explore + Research and
Act in
skills/erpaval/SKILL.mdand the orchestrator runbook hooks/hooks.json: extendPostToolUsematcher to includeMultiEditscripts/validate-plugin.sh: parsemarketplace.json, AST-checkframework.py, new I4 invariant for plugin/marketplace version sync- Top-level
README.mdnow in the lint scope; markdownlint-cli2 config allows GitHub-style[!NOTE]callout blank lines - New
product-design-shared/SKILL.mdreference-pool stub
First public release of the erpaval Claude Code plugin and marketplace.
- Six-phase autonomous-coding workflow: Explore · Research · Plan · Act · Validate · Compound
- Classifier-driven routing (
CL-SCOPE,CL-COMPLEXITY,CL-RESUME,CL-DIR,CL-RIGOR,CL-SPEC,CL-VALIDATE,CL-C2,CL-LESSONS) decides which phases run on a given request - Compounding lessons store at
.erpaval/solutions/so each session inherits what prior sessions learned - Three Pydantic-typed, fail-open hooks (
SessionStartrecall bootstrap,PostToolUsepacket validation,StopCompound nudge) - 11 vendored skills so classifier routes resolve in-bundle:
erpaval,product-discovery,research,ultraplan,tech-stack-builder,product-strategy,working-backwards,customer-research,meta-prompt-optimizer,product-design-shared,agent-ux-patterns - Self-installing marketplace at
.claude-plugin/marketplace.json—/plugin marketplace add theagenticguy/erpaval+/plugin install erpaval@erpavalworks out of the box - Skill-only multi-agent install path via
npx skills add theagenticguy/erpaval(Claude Code, Cursor, Codex, Windsurf, …)