By jszmajda
Enforce a structured design-before-code workflow with mandatory phases: high-level design, low-level design, EARS requirements, edge-case audit, tests-first, then implementation, with coherence checks between each phase.
Set up or update a project for linked-intent development (LID). Dispatches on project state — fresh bootstrap, append directives, add mode marker, reconcile drift, or run mode transitions.
Update LID configuration on an existing project — reconcile conventions, update directives, change modes, handle legacy artifacts. Alias of /lid-setup; the underlying skill dispatches on project state.
Set up or update a project for linked-intent development (LID). Dispatches on project state — fresh bootstrap, append directives to existing CLAUDE.md, add missing mode marker, reconcile convention drift, or run mode transitions. Invoked as /lid-setup or /update-lid; both names route here.
Guide for linked-intent development (LID). Consult for ALL code changes. Walks changes through a mode-aware six-phase workflow (HLD → LLD → EARS → intent-narrowing edge audit → tests-first → code) with mandatory stops between each phase. Bugs walk the arrow like any other change — no short-circuit. Enforces cascade discipline within arrow segments and pauses across segment boundaries.
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 jszmajda/lid --plugin linked-intent-devExperimental LID skills with opt-in installation and explicit lifecycle (promotion or retirement). Layers on top of linked-intent-dev and arrow-maintenance.
Scaling layer for linked-intent-dev. Tracks spec-to-code coherence across large projects via docs/arrows/ index. Includes brownfield bootstrap for mapping existing codebases.
Experimental LID skills with opt-in installation and explicit lifecycle (promotion or retirement). Layers on top of linked-intent-dev and arrow-maintenance.
Spec-Driven Development Workflow for Claude Code. A 6-step pipeline: Requirements → Code Analysis → Design → Implement → Verify → Self-Improve. Specifications are the source of truth, code is a verified artifact.
Unified design planning - combines requirements discovery, gap analysis, implementation planning, and design review into a single workflow
Composable AI skills framework covering the full software delivery lifecycle — design, architecture, implementation, testing, and review.
Intent Driven Development - Complete toolkit for Intent-driven development
Spec-driven development plugin for Claude Code. Markdown specs as the source of truth, code downstream.