@webpresso/claude-plugin 3.1.12 → 3.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "Webpresso agent-kit Claude Code plugin: blueprints, skills, hooks, MCP server",
9
- "version": "3.1.12"
9
+ "version": "3.1.13"
10
10
  },
11
11
  "plugins": [
12
12
  {
@@ -34,5 +34,5 @@
34
34
  }
35
35
  }
36
36
  ],
37
- "version": "3.1.12"
37
+ "version": "3.1.13"
38
38
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-kit",
3
- "version": "3.1.12",
3
+ "version": "3.1.13",
4
4
  "description": "Webpresso agent-kit: blueprints, skills, lore commit protocol, tech-debt lifecycle",
5
5
  "author": {
6
6
  "name": "Webpresso",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webpresso/claude-plugin",
3
- "version": "3.1.12",
3
+ "version": "3.1.13",
4
4
  "private": false,
5
5
  "description": "Claude Code plugin adapter for Webpresso agent-kit skills, commands, and MCP runtime.",
6
6
  "homepage": "https://github.com/webpresso/agent-kit#readme",
@@ -2,7 +2,7 @@
2
2
  "schemaVersion": 1,
3
3
  "host": "claude",
4
4
  "packageName": "@webpresso/claude-plugin",
5
- "packageVersion": "3.1.12",
5
+ "packageVersion": "3.1.13",
6
6
  "runtimeDirs": [
7
7
  ".claude/skills"
8
8
  ],
@@ -10,6 +10,9 @@
10
10
  "autopilot": {
11
11
  "digest": "sha256:7fc1fe9f5fb5b8a3e755f8e3ac4b807e4f140288544ffcf39e4cbfdea984014d"
12
12
  },
13
+ "autoresearch": {
14
+ "digest": "sha256:b4d51cd53beb4a3271827172dfbd0b1d27bd58761ca07a35d49a5d6324b87fdf"
15
+ },
13
16
  "best-practice-research": {
14
17
  "digest": "sha256:b0d355c7f4afe9c38be83e293788bf582bea068c1db2fa5c45400441e315735d"
15
18
  },
@@ -61,6 +64,12 @@
61
64
  "plan-refine": {
62
65
  "digest": "sha256:891e84ff8592b8489b59e8642f6a602c9558fd57edd171af98499c94e2f62f13"
63
66
  },
67
+ "ralplan": {
68
+ "digest": "sha256:db285d477f43ed23df990d4c03750d9916cdc7809356c1bf025efdf6a9add9ed"
69
+ },
70
+ "team": {
71
+ "digest": "sha256:151ef81df917435073a2d7b41173d33c45cb8aa1e5fdf34a70043bb3a2e746ff"
72
+ },
64
73
  "tech-debt": {
65
74
  "digest": "sha256:8b1f30e55ec6e5ab185ff19ecf15384438dbd619f675c2c65f2e53cedecbae5c"
66
75
  },
@@ -71,7 +80,7 @@
71
80
  "digest": "sha256:bed3684a850651534f315d355cdeae50d951c429817df0f105cccdb7f4e1561b"
72
81
  },
73
82
  "verify": {
74
- "digest": "sha256:b088b138a985f94e29970edac1bcae70b29b15b5b3573787652ad590b789c9c7"
83
+ "digest": "sha256:ce0dd3a77508d1bf11c805dec2de04e75b689201d376b2ff0fa957604d584500"
75
84
  }
76
85
  }
77
86
  }
@@ -0,0 +1,49 @@
1
+ ---
2
+ type: skill
3
+ slug: autoresearch
4
+ title: Autoresearch
5
+ status: active
6
+ scope: repo
7
+ applies_to: [agents]
8
+ related: [deep-research, best-practice-research, plan-refine, verify]
9
+ created: "2026-07-13"
10
+ last_reviewed: "2026-07-13"
11
+ name: autoresearch
12
+ description: "Artifact-gated research loop with explicit validation."
13
+ argument-hint: "<research mission and validator>"
14
+ ---
15
+
16
+ # Autoresearch
17
+
18
+ Use when the user wants research to continue until a concrete validator accepts the result. This is for bounded research deliverables, not quick factual lookup or ordinary planning context.
19
+
20
+ ## Boundary
21
+
22
+ - Use `deep-research` for one-pass citation-backed reports.
23
+ - Use `best-practice-research` for focused upstream guidance.
24
+ - Use `autoresearch` when completion depends on an explicit evaluator, benchmark, review rubric, or acceptance artifact.
25
+
26
+ ## Workflow
27
+
28
+ 1. Define the research mission, output artifact path, validator, and stop condition.
29
+ 2. Choose one validation mode:
30
+ - command validator: a repo command or script must pass and write the result.
31
+ - review validator: an independent review must approve the produced artifact against the mission.
32
+ 3. Create or update the durable research artifact before iterating.
33
+ 4. Gather sources and repo context until the artifact addresses the mission and cites material claims.
34
+ 5. Run the validator. If it fails, preserve the failure evidence, revise the artifact, and repeat.
35
+ 6. Stop only when the validator passes or a blocker prevents more evidence-gathering.
36
+
37
+ ## Output
38
+
39
+ Return:
40
+
41
+ - mission
42
+ - artifact path
43
+ - validation mode
44
+ - validator command or review rubric
45
+ - evidence gathered
46
+ - pass/fail result
47
+ - remaining gaps or blocker
48
+
49
+ Do not treat elapsed turns, model confidence, or a draft report as completion evidence. Completion requires the declared validator to pass.
@@ -0,0 +1,50 @@
1
+ ---
2
+ type: skill
3
+ slug: ralplan
4
+ title: Ralplan Consensus Planning
5
+ status: active
6
+ scope: repo
7
+ applies_to: [agents]
8
+ related: [plan-refine, plan-eng-review, plan-ceo-review, plan-design-review, plan-devex-review]
9
+ created: "2026-07-13"
10
+ last_reviewed: "2026-07-13"
11
+ name: ralplan
12
+ description: "Consensus planning gate for plan-refine"
13
+ ---
14
+
15
+ # Ralplan Consensus Planning
16
+
17
+ Use when the user invokes `$ralplan`, asks for RALPLAN, or wants consensus planning before execution.
18
+
19
+ `ralplan` is an agent-kit planning gate, not an implementation lane. It applies consensus review to a durable plan before execution starts.
20
+
21
+ ## Workflow
22
+
23
+ 1. Create or identify the durable blueprint or plan artifact that will own the work.
24
+ 2. Run the `plan-refine` methodology against that artifact: verify local code facts, verify external claims when relevant, sharpen acceptance criteria, split independent work, and lock verification gates.
25
+ 3. Apply the relevant review lenses before execution:
26
+ - `plan-eng-review` for architecture, sequencing, tests, and rollout risk.
27
+ - `plan-ceo-review` when scope, customer value, or sequencing tradeoffs matter.
28
+ - `plan-design-review` when UI/UX is material.
29
+ - `plan-devex-review` when docs, CLI/API ergonomics, onboarding, or migration risk is material.
30
+ 4. Consolidate the reviews into one decision record with:
31
+ - decision and drivers
32
+ - alternatives considered
33
+ - material corrections
34
+ - implementation tasks and dependencies
35
+ - verification gates
36
+ - residual risks or blockers
37
+ 5. Stop at an approved plan or an explicit blocker. Do not edit implementation code from this skill unless the user explicitly changes the task from planning to execution.
38
+
39
+ ## Output
40
+
41
+ Return a concise consensus plan with:
42
+
43
+ - verdict: ready / ready with edits / blocked
44
+ - decision and rationale
45
+ - accepted review findings
46
+ - task breakdown
47
+ - required verification
48
+ - recommended execution lane, usually `goal` for durable sequential work or `autopilot` for the full autonomous pipeline
49
+
50
+ Use `plan-refine` as the detailed checklist source of truth when deeper plan surgery is needed.
@@ -0,0 +1,60 @@
1
+ ---
2
+ type: skill
3
+ slug: team
4
+ title: Team
5
+ status: active
6
+ scope: repo
7
+ applies_to: [agents]
8
+ related: [autopilot, goal, plan-refine, verify]
9
+ created: "2026-07-13"
10
+ last_reviewed: "2026-07-13"
11
+ name: team
12
+ description: "Coordinate multiple dashboard-backed agent sessions on one task."
13
+ argument-hint: "<brief|role plan>"
14
+ ---
15
+
16
+ # Team
17
+
18
+ Use `team` when the work needs coordinated parallel lanes with a leader-owned
19
+ task list, explicit handoffs, and independent verification. Prefer native
20
+ subagents for small bounded lookups; use `team` when the parallel work should be
21
+ visible, durable, and operator-controllable from `wp dash`.
22
+
23
+ ## Protocol
24
+
25
+ 1. Start from a grounded brief or an approved blueprint. If scope is vague, run
26
+ `plan-refine` first and define task lanes, shared files, and verification.
27
+ 2. Open or reuse `wp dash` and launch the provider sessions needed for the
28
+ lanes. Direct `wp claude`, `wp codex`, and `wp opencode` commands are
29
+ expected to enter the dashboard in interactive terminals.
30
+ 3. Assign one owner per lane. Include the task, allowed files or surfaces,
31
+ expected output, verification command, and blocker-report rule.
32
+ 4. Keep one lane or leader pass responsible for integration and evidence.
33
+ Workers report findings, patches, tests, and unresolved risks; they do not
34
+ self-approve or mark blueprint tasks complete.
35
+ 5. Integrate only after checking shared-file conflicts, updated assumptions,
36
+ and verification evidence. Use `wp_blueprint_task_verify` for task completion
37
+ when a blueprint owns the work.
38
+ 6. Stop when every lane is complete, cancelled, or explicitly blocked and the
39
+ leader has recorded verification evidence.
40
+
41
+ ## Coordination Rules
42
+
43
+ - Use a single source of truth for assignments: the blueprint, goal handoff, or
44
+ leader-maintained task list.
45
+ - Require ACK-style lane starts for shared files, dependency boundaries, or
46
+ handoffs.
47
+ - Reassign or narrow blocked lanes instead of letting work drift.
48
+ - Escalate changed assumptions before widening scope.
49
+ - Never bypass review provenance, push to main, self-approve, or increase
50
+ timeouts to hide coordination failures.
51
+
52
+ ## Output
53
+
54
+ Report:
55
+
56
+ - lane roster and ownership
57
+ - files or surfaces touched by each lane
58
+ - integration decisions and conflicts resolved
59
+ - verification commands and results
60
+ - remaining blockers or risks
@@ -7,14 +7,10 @@ scope: repo
7
7
  applies_to: [agents]
8
8
  related: [testing-philosophy, tph]
9
9
  created: "2026-05-07"
10
- last_reviewed: "2026-07-03"
10
+ last_reviewed: "2026-07-13"
11
11
  name: verify
12
12
  description: "Post-implementation quality gate: run checks, TPH audit, cleanup, docs, proof."
13
13
  argument-hint: "<target> [--full] where target is: package|file|plan-slug|all"
14
- hooks:
15
- Stop:
16
- - command: wp audit agents
17
- timeout: 20
18
14
  ---
19
15
 
20
16
  # Verify