Agent Plugins Marketplace
← All plugins

alt

v0.12.1

Agentic Lean Techniques: skills, agents, and hooks that have proven useful across client work.

Claude Code6 Skills

By Lean TechniquesLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install alt for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install alt@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/lt-jshipley/alt

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/alt/.

Plugin files

plugins/alt/
├── .claude-plugin/plugin.json
├── skills/brief-retro/SKILL.md
├── skills/decisions/SKILL.md
├── skills/epic-refine/SKILL.md
├── skills/orient/SKILL.md
├── skills/story-refine/SKILL.md
└── skills/triage/SKILL.md

Included Skills6

brief-retroskills/brief-retro/SKILL.md

Reads the retro lines of every closed brief in .agentic/briefs/closed/ together, walks them with the runner to a disposition, and appends that word and the date to each line. Edits nothing else. Use when the user asks to run the retro, review retro items, or invokes /alt:brief-retro.

decisionsskills/decisions/SKILL.md

Lists the decisions a draft story, epic, or brief silently assumes, each with what a wrong answer costs and who could help, asking nothing that can be looked up and interviewing nobody. Use when another alt skill invokes it against its draft, or when the user asks what a draft leaves undecided, or invokes /alt:decisions.

epic-refineskills/epic-refine/SKILL.md

Creates an epic in the tracker from an idea, a handed-down feature, or a pasted draft, or refines an existing one into a need with an outcome, a bet, and who holds each. Never creates the stories under it. Use when the user wants an epic written or refined, or invokes /alt:epic-refine.

orientskills/orient/SKILL.md

Orients the session in the work it is about to do. Takes a brief, story key, branch, or a sentence and reports the system that work sits in. Reads only. Use when the user asks to orient or invokes /alt:orient.

story-refineskills/story-refine/SKILL.md

Creates a story in the tracker from an idea or a pasted draft, or refines an existing item into one, stripped to what the system will do, what proves it, and what stops a guess, never how. Use when the user wants a story, ticket, or issue written or refined, or invokes /alt:story-refine.

triageskills/triage/SKILL.md

Reads a scope of open work, an epic and its children, a board's active cut, or a story's parent, and says what its symptoms are symptoms of. Fixes what the record settles, routes what nobody holds as an Open line to the holder, names what is holding. Never grades an item or orders the work. Use when the user asks to triage, asks what is wrong with a backlog or an epic, or invokes /alt:triage.

Plugin manifests1

plugins/alt/.claude-plugin/plugin.json
{
  "name": "alt",
  "displayName": "alt",
  "version": "0.12.1",
  "description": "Agentic Lean Techniques: skills, agents, and hooks that have proven useful across client work.",
  "author": {
    "name": "Lean Techniques",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/lt-jshipley/alt",
  "repository": "https://github.com/lt-jshipley/alt",
  "license": "MIT",
  "keywords": [
    "workflow",
    "review",
    "consulting"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[alt on Agent Plugins Marketplace](https://pluginsmp.com/plugins/alt)