@drunkcoding/agents-and-skills 0.0.16 → 0.0.17
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.
- package/.claude-plugin/marketplace.json +4 -4
- package/package.json +1 -1
- package/plugins/html-effectiveness/.claude-plugin/plugin.json +1 -1
- package/plugins/plugin-validator/.claude-plugin/plugin.json +1 -1
- package/plugins/team-superpower/.claude-plugin/plugin.json +1 -1
- package/plugins/team-superpower/agents/backend-developer.md +2 -1
- package/plugins/team-superpower/agents/designer.md +2 -1
- package/plugins/team-superpower/agents/frontend-developer.md +2 -1
- package/plugins/team-superpower/agents/planner.md +2 -1
- package/plugins/team-superpower/agents/qa-engineer.md +2 -1
- package/plugins/team-superpower/agents/reviewer.md +2 -1
- package/plugins/team-superpower/agents/security-engineer.md +2 -1
- package/plugins/team-superpower/agents/software-architect.md +2 -1
- package/plugins/tech-graph/.claude-plugin/plugin.json +1 -1
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"name": "tech-graph",
|
|
13
13
|
"source": "./plugins/tech-graph",
|
|
14
14
|
"description": "6-step wizard for technical diagrams (SVG/PNG) via fireworks-tech-graph",
|
|
15
|
-
"version": "0.0.
|
|
15
|
+
"version": "0.0.17",
|
|
16
16
|
"category": "diagram",
|
|
17
17
|
"keywords": [
|
|
18
18
|
"diagram",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"name": "html-effectiveness",
|
|
27
27
|
"source": "./plugins/html-effectiveness",
|
|
28
28
|
"description": "Generate self-contained interactive HTML reports from 20 upstream templates via a conversational agent.",
|
|
29
|
-
"version": "0.0.
|
|
29
|
+
"version": "0.0.17",
|
|
30
30
|
"category": "reports",
|
|
31
31
|
"keywords": [
|
|
32
32
|
"html",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"name": "team-superpower",
|
|
42
42
|
"source": "./plugins/team-superpower",
|
|
43
43
|
"description": "Shape-adaptive engineering team that runs the Superpowers skill chain across up to 8 roles — designer, planner, software-architect, security-engineer, backend-developer, frontend-developer, qa-engineer, reviewer — driven by a `team-superpower` block in CLAUDE.md. Spawns 7 or 8 roles depending on stack (full-stack / be-only / fe-only), enforces contract sync between BE and FE, and gates the finish branch on CI green.",
|
|
44
|
-
"version": "0.0.
|
|
44
|
+
"version": "0.0.17",
|
|
45
45
|
"category": "workflow",
|
|
46
46
|
"keywords": [
|
|
47
47
|
"agent-teams",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"name": "plugin-validator",
|
|
61
61
|
"source": "./plugins/plugin-validator",
|
|
62
62
|
"description": "Orchestrated validator for Claude Code plugins — validates skills, agents, commands, and hooks across every plugin under plugins/**.",
|
|
63
|
-
"version": "0.0.
|
|
63
|
+
"version": "0.0.17",
|
|
64
64
|
"category": "tooling",
|
|
65
65
|
"keywords": [
|
|
66
66
|
"validation",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "html-effectiveness",
|
|
3
3
|
"displayName": "HTML Effectiveness Reports",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.17",
|
|
5
5
|
"description": "Generate self-contained interactive HTML reports from 20 upstream templates via a conversational agent.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Steven Hoang"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "plugin-validator",
|
|
3
3
|
"displayName": "Plugin Validator",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.17",
|
|
5
5
|
"description": "Orchestrated validator for Claude Code plugins — validates skills, agents, commands, and hooks across every plugin under plugins/**.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Steven Hoang"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "team-superpower",
|
|
3
3
|
"displayName": "Team Superpower",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.17",
|
|
5
5
|
"description": "Shape-adaptive coordination layer that runs the obra/superpowers skill chain across a Claude Code agent team — one /team-feature command takes an idea through design, plan, pre-impl architecture+security gate, BE/FE implementation, QA gate, code review, CI gate, and finish with at most 3 owner touchpoints. Stack (full-stack / be-only / fe-only), test/build commands, contract sync between BE and FE, security checklist, and CI required checks are driven by a `team-superpower` block in the repo's CLAUDE.md.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Steven Hoang"
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
name: backend-developer
|
|
3
3
|
description: Specialised phase-4 implementer for server-side, infrastructure, and CI tasks. Reads `CLAUDE.md` to pick test/build/format commands per project stack. Claims `impl:be-` prefixed tasks (including `impl:be-migration-*`, `impl:be-contract-publish-*`, `impl:contract-update-*`).
|
|
4
4
|
tools: Read, Write, Edit, Bash, Glob, Grep
|
|
5
|
-
model:
|
|
5
|
+
model: claude-opus-4-6
|
|
6
|
+
effort: high
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
# Backend Developer — Phase 4 (Implementation)
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
name: designer
|
|
3
3
|
description: Runs the Superpowers `brainstorming` skill end-to-end to produce an owner-approved design document. Owns phase 1 of the team-superpower workflow. Cannot write code, plans, or any artifact outside `docs/superpowers/specs/`.
|
|
4
4
|
tools: Read, Write, Glob, Grep
|
|
5
|
-
model:
|
|
5
|
+
model: claude-opus-4-7
|
|
6
|
+
effort: xhigh
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
# Designer — Phase 1 (Brainstorming)
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
name: frontend-developer
|
|
3
3
|
description: Specialised phase-4 implementer for UI and component tasks. Reads `CLAUDE.md` to pick test/build commands, UI library, and contract codegen per project stack. Claims `impl:fe-` prefixed tasks. Re-pulls the contract hash on resume.
|
|
4
4
|
tools: Read, Write, Edit, Bash, Glob, Grep
|
|
5
|
-
model:
|
|
5
|
+
model: claude-opus-4-6
|
|
6
|
+
effort: high
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
# Frontend Developer — Phase 4 (Implementation)
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
name: planner
|
|
3
3
|
description: Runs Superpowers `using-git-worktrees` then `writing-plans`. Owns phase 2 of the team-superpower workflow. Halts on broken test baseline. Cannot write feature code or modify the design. Routes implementation work to `backend-developer` and `frontend-developer` via task prefixes, shape-aware per `CLAUDE.md`.
|
|
4
4
|
tools: Read, Write, Bash, Glob, Grep
|
|
5
|
-
model:
|
|
5
|
+
model: claude-opus-4-6
|
|
6
|
+
effort: high
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
# Planner — Phase 2 (Worktree + Plan)
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
name: qa-engineer
|
|
3
3
|
description: Phase-5 QA gate. Runs after every `impl:` task completes, before phase-6 code review. Verifies acceptance criteria and regression coverage. Posts QA_PASSED or QA_BLOCKED. Cannot write feature code.
|
|
4
4
|
tools: Read, Write, Bash, Glob, Grep
|
|
5
|
-
model:
|
|
5
|
+
model: claude-opus-4-6
|
|
6
|
+
effort: high
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
# QA Engineer — Phase 5 (QA gate, post-implementation)
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
name: reviewer
|
|
3
3
|
description: Runs Superpowers `requesting-code-review` (phase 6) and `finishing-a-development-branch` (phase 7). Reads `CLAUDE.md` `ci` block to gate the finish-branch menu on CI green. Read-only on feature code.
|
|
4
4
|
tools: Read, Write, Bash, Glob, Grep
|
|
5
|
-
model:
|
|
5
|
+
model: claude-opus-4-6
|
|
6
|
+
effort: high
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
# Reviewer — Phase 6 (Final code review) and Phase 7 (Finish)
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
name: security-engineer
|
|
3
3
|
description: Phase-3 pre-implementation security gate. Reads `CLAUDE.md` `security` block and stack info to expand a project-aware checklist (no SQL items if no SQL, no XSS items if no rendered HTML, etc.). Runs in parallel with software-architect after PLAN_READY. Produces a checklist with ✅/⚠️/❌ markers. Posts SEC_PASSED or SEC_BLOCKED.
|
|
4
4
|
tools: Read, Write, Bash, Glob, Grep
|
|
5
|
-
model:
|
|
5
|
+
model: claude-opus-4-6
|
|
6
|
+
effort: high
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
# Security Engineer — Phase 3 (Pre-impl security gate)
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
name: software-architect
|
|
3
3
|
description: Phase-3 pre-implementation architecture gate. Reviews approved design doc + plan for system-boundary, scaling, and integration concerns. Posts ARCH_PASSED or ARCH_BLOCKED. Cannot write code, tasks, or modify the plan.
|
|
4
4
|
tools: Read, Write, Bash, Glob, Grep
|
|
5
|
-
model:
|
|
5
|
+
model: claude-opus-4-6
|
|
6
|
+
effort: high
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
# Software Architect — Phase 3 (Pre-impl architecture gate)
|