Agent Plugins Marketplace
All plugins

lazyspec

v0.10.0

Spec-driven documentation workflow for Claude Code: lazyspec verb skills plus a convention-preamble hook that injects the project convention on every prompt.

Claude Code10 Skills

By jkaloger10 GitHub starsUpdated last month

Directory evidence

Runtimes
Claude Code
Parsed components
10 skill or MCP entries
Source updated
Aug 6, 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 lazyspec 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 lazyspec@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/jkaloger/lazyspec

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

Plugin files

lazyspec/
├── .claude-plugin/plugin.json
├── skills/advance/SKILL.md
├── skills/co-write/SKILL.md
├── skills/configure-type/SKILL.md
├── skills/create-audit/SKILL.md
├── skills/execute/SKILL.md
├── skills/generate/SKILL.md
├── skills/lazy/SKILL.md
├── skills/review/SKILL.md
├── skills/scaffold/SKILL.md
└── skills/systematic-debugging/SKILL.md

Included Skills10

advanceskills/advance/SKILL.md

Use when moving a document to its next status along the type's lifecycle DAG, maintaining links and checking gates at the transition.

co-writeskills/co-write/SKILL.md

Use when drafting a document of a configured type collaboratively -- AI proposes a draft body, the human edits, iterate -- up to the type's authorship ceiling.

configure-typeskills/configure-type/SKILL.md

Use when adding a new custom document type to a lazyspec project. Interviews the user to co-author the type's methodology -- intent, authorship, lifecycle, gates, relations -- then writes its enriched template and `[[types]]` config via the config-write CLI. One type per run.

create-auditskills/create-audit/SKILL.md

Use when running a criteria-based review (health check, security audit, accessibility review, pen test, bug bash, spec compliance). Creates an Audit document with findings and presents them to the user for triage.

executeskills/execute/SKILL.md

Use when carrying out the work a delivery document describes -- the build loop -- against its task breakdown and acceptance criteria.

generateskills/generate/SKILL.md

Use when authoring a full document body of a configured type from context -- AI writes the complete body, then asks for review -- only permitted when the type's authorship ceiling is `generated`.

lazyskills/lazy/SKILL.md

Use as the entry point for any work, including reported bugs, defects, and unexpected behaviour. Reads the configured DAG and the user's position, then dispatches the right verb -- advancing within the current document automatically but stopping at type boundaries.

reviewskills/review/SKILL.md

Use when critiquing a document against its intent and acceptance criteria, or reviewing completed work, before advancing status.

scaffoldskills/scaffold/SKILL.md

Use when creating a new document of a configured type at the most manual authorship level -- AI creates the file and frontmatter, surfaces intent and section guidance, then hands the body back to the human.

systematic-debuggingskills/systematic-debugging/SKILL.md

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "lazyspec",
  "description": "Spec-driven documentation workflow for Claude Code: lazyspec verb skills plus a convention-preamble hook that injects the project convention on every prompt.",
  "version": "0.10.0",
  "author": {
    "name": "jkaloger"
  }
}

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

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