Altivum's eval -> plan -> execute -> deploy feature-development pipeline as one refinable, versioned workflow. Provides a /ship orchestrator, five analysis lenses (eval, improve, improve-ui, improve-x2, enhance), a Workflow-powered /recon multi-lens audit, and a /refine continuous quality-gated loop (parallel build, live functional verification, auto-PR + auto-merge on green). Includes read-only codebase-analyzer/ui-auditor/frontier-researcher/functional-verifier and deploy-validator/security-reviewer subagents and a blocking production-deploy gate.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Deploy the implemented change safely — feasibility check, reviewable/reversible mechanisms, migrations, and live verification.
UX-friction lens — traces real user flows and proposes up to 3 code-grounded fixes for the friction users actually hit, ranked by impact.
Empirical health & architecture audit — structure, correctness, security, maintainability — with prioritized, evidence-backed fixes.
Execute a previously generated implementation plan with precision, TDD, and verification.
Interface-craft lens — audits visual design quality and modern CSS, proposes exactly 3 UI upgrades with before/after code.
Read-only deep analysis of ONE focus area of a codebase (a layer like frontend/backend/data, or a cross-cutting concern such as UX-flow friction). Returns structured findings — strengths, gaps, file:line evidence, candidate improvements with rough impact/effort. Does not rank or edit. Invoke one per focus area, in parallel.
Use after a deployment to verify it actually worked end-to-end — checks infra/app status, live endpoints, deployed artifacts, and migrated data. Read-only; reports evidence, never mutates infrastructure.
Read-only live web research on ONE angle (category leaders, signature UX/interaction patterns, emerging platform capabilities, or a field-specific question) for a given project positioning. Returns concrete cited findings (name + URL + technique + why-now) grounded to the repo. Invoke one per angle, in parallel.
Functional gate for a code change. Launches the app and OPERATES the changed functionality end-to-end — web changes via Claude-in-Chrome, non-web changes via their real interface (API/CLI/function) — then reports whether a real user could actually use it. The critical must-pass of the refine quality gate. Runs processes and drives a browser, but never edits source code.
Use during/after the execute phase to review code changes for security vulnerabilities — auth/authz, injection, input validation, secrets, IAM least-privilege, data exposure, and unsafe external calls. Read-only; reports findings, does not modify code.
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Altivum's private Claude Code plugin dev repo — full history, work-in-progress, and
the source of truth for our plugins. Marketplace name: altivum-dev (team-only).
Hybrid model: develop + iterate here (private); ship vetted, stable releases to the public repo
AltivumInc-Admin/claude-plugins-public(marketplace namealtivum) viascripts/release.sh. End users / the community install from the public repo; the team can also dogfood from here.
Requires GitHub read access to this private repo (your normal gh/SSH git creds).
claude plugin marketplace add AltivumInc-Admin/claude-plugins
claude plugin install altivum-feature-dev-pipeline@altivum-dev
After bumping the plugin's version in its plugin.json and validating:
scripts/release.sh # default: altivum-feature-dev-pipeline
# scripts/release.sh <plugin-name> # for a specific plugin
This clones/updates the public working copy, mirrors the plugin dir, validates, then
commits + tags (<plugin>--v<version>, the claude plugin tag format) + pushes to claude-plugins-public.
| Plugin | Version | What it does |
|---|---|---|
hone | 0.1.0 | Intent-anchored refinement loop: /hone:intent (author the north star) → /hone:gap (sensors measure deviation, clause-cited, zero-valid) → /hone:loop (pick → parallel build → functional gate → auto-PR/auto-merge → journal). Supersedes altivum-feature-dev-pipeline. |
altivum-feature-dev-pipeline | 0.4.0 | eval → plan → execute → deploy pipeline: a /ship orchestrator + phase commands, five analysis lenses + /recon audit + /refine continuous quality-gated loop (auto-PR/auto-merge), read-only analysis & review subagents, and a blocking pre-deploy gate. |
altivum-claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # lists every plugin (source = subdir path)
├── scripts/
│ └── release.sh # mirror + validate + tag + push a plugin to the public repo
└── plugins/
├── hone/
│ ├── .claude-plugin/plugin.json
│ ├── commands/ agents/ workflows/ hooks/ README.md
└── altivum-feature-dev-pipeline/ # superseded by hone; kept during transition
├── .claude-plugin/plugin.json
├── commands/ agents/ workflows/ hooks/ README.md
mkdir -p plugins/<new-plugin>/.claude-plugin and add a plugin.json
(name, description, version).commands/, agents/, hooks/ as needed..claude-plugin/marketplace.json with
"source": "./plugins/<new-plugin>".claude plugin validate . to check, then commit + push.Validate the whole marketplace anytime with:
claude plugin validate .
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub altivuminc-admin/claude-plugins --plugin altivum-feature-dev-pipelineAltivum's eval -> plan -> execute -> deploy feature-development pipeline as one refinable, versioned workflow. Provides a /ship orchestrator, five analysis lenses (eval, improve, improve-ui, improve-x2, enhance), a Workflow-powered /recon multi-lens audit, and a /refine continuous quality-gated loop (parallel build, live functional verification, auto-PR + auto-merge on green). Includes read-only codebase-analyzer/ui-auditor/frontier-researcher/functional-verifier and deploy-validator/security-reviewer subagents and a blocking production-deploy gate.
Intent-anchored refinement loop. The inventor authors intent (what the software is for); sensors measure the gap between code and intent (allowed to find nothing); the inventor picks the quarter-turn; the actuator builds it under a hard quality gate (live functional operation, security, adversarial review) and auto-PRs/auto-merges on green; a journal remembers every cycle. Signal never creates work — only the inventor does. Supersedes altivum-feature-dev-pipeline.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.