By ldippo
Meta-framework: interview a project and generate a bespoke, committed .claude/ harness (architecture, testing, context/handoff, git, review, specialized workflows). Includes an audit mode to critique and improve an existing harness.
Read-only inspector of a project's .claude/ harness for transcend-audit. Runs the manifest drift verifier, critiques across pillars (drift, missing pillars, over/under-enforcement, stale handoffs, size/import health, portability, catalog drift), and returns findings with machine-applicable fix plans. Use to keep audit inspection out of the main context.
Materializes a transcend-harness into a target project's .claude/ directory from a resolved set of choices and variable bindings. Invoked by transcend-init to write CLAUDE.md, rules, settings.json hooks, the handoff scaffold, catalog wiring, and the manifest — and by transcend-audit in merge mode to apply safe fixes without overwriting hand-edited files. Use to keep heavy file generation out of the main context.
Detects a project's stack profile for transcend-harness. Runs the read-only detectors and inspects manifest/config files, then returns a compact stack profile JSON. Use from transcend-init to keep stack detection out of the main context.
Critique an existing .claude/ harness — drift from a transcend manifest, missing pillars, over/under-enforcement, stale handoffs, oversized CLAUDE.md, broken imports, and unwired specialized workflows — propose diff-style improvements, and optionally apply the safe ones. Use to review or improve a project's Claude Code harness (whether transcend generated it or not).
Browse transcend-harness's curated catalog of specialized workflow skills (frontend/UX audit, visual-regression, a11y, etc.) and wire chosen ones into this project's harness. Use to add a specialized workflow to an existing transcend harness after init.
Write a compact session handoff document so the next Claude Code session can resume cheaply without re-scanning the codebase. Use before ending a work session, when pausing a task, or when you've been reminded that uncommitted changes lack an updated handoff.
Interview the developer and generate a bespoke, committed .claude/ harness tailored to this project's stack — architecture, testing, context/handoff, git workflow, review/quality gates, and specialized workflows. Use to set up or bootstrap Claude Code conventions for a project.
Manually reload the latest session handoff into context mid-session (the same handoff the SessionStart hook auto-loads), plus the current work-state delta. Use to re-orient after a /compact, after wandering off-task, or when you want to re-read the carved Goal, Next steps, and Do-NOT list.
Uses power tools
Uses Bash, Write, or Edit tools
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A meta-framework that, run inside any project, interviews the developer, detects the stack, and generates a bespoke, committed .claude/ harness — then helps maintain and improve it over time.
It is opinionated about six pillars and codifies your choices into the project's .claude/ directory:
CLAUDE.md + path-scoped .claude/rules/.Every convention can be rendered at one of three tiers, chosen per-rule during the interview:
| Tier | Mechanism | Example |
|---|---|---|
| 1 — DOCS | CLAUDE.md + .claude/rules/*.md (path-scoped) | "Push only on green." |
| 2 — ADVISORY | non-blocking PostToolUse/Stop hooks that nudge | warn when src changed but no test changed |
| 3 — BLOCKING | PreToolUse hooks that deny | block git push when tests are red |
Inside a target project:
/transcend-init — interview + generate the harness (the spine)./transcend-handoff — write a session handoff before you stop./transcend-resume — manually reload the latest handoff./transcend-audit — critique an existing harness and propose improvements./transcend-catalog — browse / add specialized workflow skills.transcend-harness works two ways from the same files (no duplication):
skills/ and agents/, and ${CLAUDE_PLUGIN_ROOT} resolves to this repo so the CORE library under core/ is readable.~/.claude or a project .claude/); skills resolve TRANSCEND_ROOT by falling back to this repo's root when $CLAUDE_PLUGIN_ROOT is unset..claude-plugin/ thin packaging (plugin.json, marketplace.json)
skills/ entry-point skills (transcend-init, transcend-handoff, transcend-audit, …)
agents/ subagents (stack-detector, generator, auditor)
core/ the stack-agnostic CORE library (pure data)
principles/ framework opinions, imported into generated CLAUDE.md
pillars/ per-pillar options + render fragments + pillar.yaml
stacks/ stack profiles (node-ts-react, …, unknown fallback)
detectors/ read-only stack detection shell snippets
audit/ manifest drift verifier (read-only, JSON out)
catalog/ curated specialized skills
templates/ top-level scaffolds (CLAUDE.md, settings, handoffs)
scripts/ hook implementations (POSIX sh)
docs/ authoring guides
tests/ behavior tests + golden/ expected output per stack
See docs/ARCHITECTURE.md for how the engine fits together.
All planned milestones (M0–M5) are built: the interview → generate → resume
spine, layered Tier-2/3 enforcement, audit with safe-apply merge, multi-stack
detection (node-ts-react, python-fastapi, go-service) with a curated catalog,
idempotent re-init, monorepo scoping, and structurally-validated golden
fixtures. See the roadmap in docs/ARCHITECTURE.md and the authoring guides
(docs/AUTHORING-PILLARS.md, docs/AUTHORING-STACKS.md).
npx claudepluginhub ldippo/transcend-harness --plugin transcend-harnessComprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
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.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
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.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification