End-to-end autonomous development pipeline: goal → plan → TDD → implement → validate → PR → review loop → merge → close tracking
Mid-review entry point: fetch PR comments and CI failures, address them, validate, push. Use when jumping into an existing PR. /dev handles this automatically.
End-to-end autonomous development: goal → plan → TDD → implement → validate → PR → address feedback → wait for merge → close tracking. Human approves plan and merge only. Example: /dev implement rate limiting
Wrap up after implementation: cleanup, dev_checks, e2e, changelog, PR ready, monitor feedback, wait for merge. Use when joining mid-flow after implementation. /dev does this automatically.
Ticket kickoff only (setup + plan + draft PR + failing tests). Use /dev for the full autonomous pipeline. Accepts goal or Trello card. Example: /start-ticket implement rate limiting
bash <(curl -fsSL https://raw.githubusercontent.com/LuthienResearch/internal-utils/main/install.sh)
Or if you already have Node.js: npx luthien-internal-utils
Interactive setup wizard for Luthien dev tools. Walks you through installing Claude Code plugins, MCP servers, and CLI utilities — each item is optional.
Installs the luthien CLI via pipx (pipx install luthien-cli) and optionally runs luthien onboard to set up the local AI Control gateway. If already installed, checks gateway health and offers to re-run onboarding if it's not running.
| Plugin | Source | Description |
|---|---|---|
context7 | official | Query library documentation and code examples |
slack | official | Search, read, and send Slack messages |
gotcha | this repo | Record footguns, edge cases, and non-obvious behaviors |
refactor-pass | this repo | Focused code cleanup with test verification |
trello | this repo | Manage Trello boards, lists, and cards |
luthien-meta | this repo | Overview of all Luthien tools (/luthien command) |
Run /luthien in Claude Code for an overview of available tools and conventions.
./scripts/publish.sh
Auto-bumps the patch version if it matches the current published version, builds, and publishes.
Create a directory under plugins/ with a plugin.json and skills/commands. See existing plugins for the structure. Publish a new version after adding.
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.
npx claudepluginhub luthienresearch/internal-utils --plugin dev-pipelineOverview of Luthien dev tools and team conventions
Record footguns, edge cases, and non-obvious behaviors to project documentation
Manage Trello boards, lists, and cards via the Trello REST API
Multi-agent /workflow development pipeline (planner → plan-review → coder → code-review) with typed handoff contracts, lifecycle hooks, and MCP servers.
High-intelligence Claude Code copilot with deep code reasoning, evidence-driven planning, orchestration-first execution, model routing, context budgeting, CI/CD integration, enterprise security, plugin development, prompt engineering, performance profiling, agent teams, channels (event-driven autonomy with CI webhook, mobile approval relay, Discord bridge, and fakechat dev profile), interactive tutorials, LSP integration, security-hardened hook script library, MCP Prompts coverage, common workflow packs, runtime selection guide, computer-use patterns, checkpointing, scheduled-task blueprints, repo bootstrap scanner, hook policy engine (8 installable packs), layered memory deployment, role-based subagent packs (implementer, debugger, migration-lead, dependency-auditor, release-coordinator), 5 agent-team topology kits, autonomy operating mode (4 profiles + 3 gates), and a queryable 15-tool MCP documentation server with autonomy advisor.
Language-agnostic development process harness implementing the Stateless Agent Methodology (SAM) 7-stage pipeline with ARL human touchpoint model and Voltron-style language plugin composition. Provides orchestration, workflows, planning, verification, and testing methodology that any language plugin can compose with.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Development practices: TDD workflow with red-green-refactor
Interactive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow