By dev-eloper1
Spec-first documentation pipeline for Claude Code. Research, review, and refine system docs through structured gates until they're precise enough to generate implementation specs. AI does the work. Humans make the calls. Files hold the truth.
Checks two documents for contradictions, terminology drift, broken cross-references, and architectural inconsistencies. Use for parallel pairwise consistency checking. Keywords - consistency, contradiction, cross-reference, terminology, pairwise, audit, verify.
Plans a screen layout — which components, where placed, what content — without making any MCP or file writes. Pure planning output for the main context to execute. Keywords - design, layout, plan, screen, mockup, component, parallel.
Analyzes one specific dimension of an audit or review — internal consistency, technical correctness, completeness, goal alignment, etc. Receives all relevant context and dimension-specific instructions. Keywords - audit, review, dimension, analysis, finding, quality.
Reads a single document and produces a structured content summary. Use for parallel document reading across pipeline modes. Supports system docs, proposals, reviews, and spec files. Keywords - read, summary, document, parallel, content extraction.
Implements a single task from the task queue — reads specs, writes code, runs tests, reports results. Used for parallel task group execution. Keywords - implement, code, task, parallel, test, build.
UI/UX design skill for the Clarity Loop documentation pipeline. Supports Pencil MCP (generates designs from scratch — .pen files, tokens, components, mockups) with a markdown fallback when Pencil is not available. Runs a design discovery conversation, generates design systems, screen mockups, and implementation task breakdowns. Trigger on "design system", "generate components", "create design tokens", "ui design", "screen mockups", "design screens", "mockup the UI", "design tasks", "build plan from designs", or any request involving visual UI/UX design. Requires at minimum a PRD with features that describe a user interface.
Implementation orchestration skill for the Clarity Loop pipeline. Generates structured specs from verified system docs (waterfall gate), runs cross-spec consistency checks, generates a unified TASKS.md from all spec artifacts, tracks implementation progress across sessions, handles runtime failures with fix tasks, reconciles external code changes, feeds spec gaps back into the pipeline, and routes design gaps to cl-designer. Trigger on "generate specs", "create specs", "specs from docs", "check spec consistency", "review specs", "are the specs consistent", "implement", "start implementation", "run tasks", "implementation status", "sync specs", "verify implementation", "what's left to build", "continue implementing", "resume implementation", "autopilot", "run on autopilot", "autonomous mode", or any request to generate specs, track, or execute implementation work.
Research agent for the Clarity Loop documentation pipeline. Supports seven modes: bootstrap, bootstrap-brownfield, triage, research, structure planning, proposal generation, and context management. Use this skill when the user wants to bootstrap initial docs, research a topic, explore a design problem, investigate an architectural question, plan document structure, generate a proposal, or create/update library context files. Trigger on "bootstrap", "set up docs", "initialize docs", "create initial docs", "import docs", "ingest docs", "bring in existing docs", "generate docs from code", "document this codebase", "bootstrap from code", or when docs/system/ is empty. Also trigger on phrases like "research", "explore", "investigate", "I need to figure out", "let's think about how to", "what are our options for", "I want to add [feature]", "how should we handle [problem]", or any request to study a problem before making system changes. Also trigger on "generate proposal", "turn this research into a proposal", "proposal from research", "create proposal from R-NNN.md", or any request to convert research findings into a concrete proposal. Also trigger on "structure", "plan the docs", "what docs do I need", or requests to determine document structure after research is approved. Also trigger on "create context", "update context", "research context for [library]", "context files", "library context", or when the cl-implementer reports a context gap. This skill reads the system doc manifest to understand the current system before doing any research, and produces documents that explicitly reference which system docs they relate to — making downstream review easier.
Co-reviewer for proposal documents and system documentation health in the Clarity Loop pipeline. Supports nine modes: initial review, re-review, merge (apply approved proposals), post-merge verification, full system audit, targeted corrections, fix (help resolve review issues), code-doc sync, and design review. Use this skill whenever the user asks to "review" a proposal, "check this proposal", "is this ready to merge", "review before updating system docs", "does this make sense with the architecture", "sanity check this proposal", "validate this against the system docs", "review P-NNN.md", or points at any file in the docs/proposals/ folder for review. Also trigger on re-review requests like "re-review this", "check if the fixes are good", "review again", or "verify the issues are fixed". Also trigger on merge requests like "merge", "apply this proposal", "apply to system docs", "update system docs from proposal", "merge P-NNN", or when a proposal has an APPROVE verdict and the user approves updating system docs. Also trigger on post-merge verification like "verify the system docs", "check the system docs match the proposal", "validate the merge", "did the system docs get updated correctly", or "verify P-NNN was applied correctly". Also trigger on audit requests like "audit the system docs", "check system doc health", "are the docs still consistent", "have the docs drifted", "run a full review of all system docs", or "system doc audit". Also trigger on correction requests like "fix the audit findings", "correct these issues", "apply the corrections", "fix the references", "fix the spec issues", or any request to make targeted fixes based on audit, verify, or spec review findings without going through the full research/proposal pipeline. Also trigger on fix requests like "fix the proposal", "address the review issues", "fix blocking issues", "help me fix P-NNN", or any request to help resolve review feedback on a proposal. Also trigger on sync requests like "sync check", "check docs against code", "code-doc sync", "are the docs still accurate", "has the code drifted from docs", "verify docs match code", or any request to compare system doc claims against actual codebase state. Also trigger on design review requests like "review the designs", "check the design system", "design review", "validate designs against PRD", "are the designs consistent", or any request to review design artifacts (DESIGN_SYSTEM.md, UI_SCREENS.md, .pen files) against system docs. This skill reads proposals and/or system docs to perform cross-referencing, coherence analysis, technical verification, drift detection, merging, targeted corrections, code-doc sync verification, and design validation.
Modifies files
Hook triggers on file write and edit operations
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 Claude Code plugin that takes you from a vague idea to working code — through research, reviewed docs, visual design, and tracked implementation. AI does the work. Humans make the calls. Files hold the truth.
/plugin marketplace add dev-eloper1/clarity-loop
/plugin install clarity-loop@clarity-loop
You ask Claude to build something. It writes code. The code looks right. Three days later:
package.jsonThis isn't a code generation problem. It's an input problem. Vague docs, drifting specs, lost decisions, stale library knowledge — the inputs are broken, so the outputs can't be correct.
Clarity Loop fixes the inputs.
Five stages, chained together with human gates:
Research → Document — Describe what you want to build. The plugin researches the problem, drafts system docs (PRD, Architecture, TDD), and iterates with you until they're solid. Every doc is cross-referenced against every other doc before you move forward.
Build library knowledge — Before any code touches your project, the plugin researches the actual current state of every library in your stack. Correct imports. Breaking changes. Known gotchas. Distilled into context files that load during implementation. No more stale API calls.
Design the UI — Design discovery conversation → token system and component library → screen mockups with visual feedback loops. Works with Pencil MCP for live visual artifacts, or produces structured specs if you don't have it.
Generate specs — Once docs are verified, the plugin generates concrete implementation specs: precise types, enumerated edge cases, explicit acceptance criteria. The bridge between "what to build" and "how to build it."
Implement with tracking — Because the docs are precise and the library knowledge is current, implementation runs near-autonomously. It generates a task queue, processes tasks front-to-back, verifies each against acceptance criteria, handles runtime bugs, and picks up exactly where it left off across sessions.
Stages 1–4 are the investment. Stage 5 is where it pays off.
Under the hood, parallel subagents handle the heavy lifting — reading documents simultaneously, checking consistency across doc pairs, running implementation tasks concurrently. The main context orchestrates; the agents execute.
# Start a new project
/cl-researcher bootstrap
# → Scaffolds docs structure
# → Discovery conversation: what are you building?
# → Initial system docs generated (PRD, Architecture, TDD)
# → "Architecture references 4 libraries. Create context files? [Y/n]"
# Research a feature
/cl-researcher research "user authentication"
# → Multi-turn conversation grounded in your existing docs
# → Research doc with findings and recommendations
# Review and ship
/cl-researcher proposal # Concrete change manifest: what changes, where, why
/cl-reviewer review # Six-dimension review across all docs
/cl-reviewer merge # Protected write to system docs
# Implement
/cl-implementer spec # Waterfall-gated spec generation
/cl-implementer run # Task queue → parallel execution → per-task verification
When implementation reveals something upstream was wrong — a spec gap, a stale library pattern, an incomplete design — the pipeline loops back to fix the source. Not paper over the symptom.
Clarity Loop is overhead for small projects. It's built for when "describe and ship" starts breaking:
If you're prototyping something over a weekend, this is probably too much process. If you're building something you'll maintain, it pays for itself.
npx claudepluginhub dev-eloper1/clarity-loop --plugin clarity-loopVisual intelligence layer for Claude Code — turns ideas into visual arguments using Excalidraw
Spec-driven development workflow system with structured phases: Requirements → Design → Tasks → Implementation
Complete development toolkit - documentation, PRDs, design docs, debugging, PR workflows, and planning
Documentation agents — technical writer, documentation architect
A lightweight plugin for clarifying tasks and requirements through structured questions
Core knowledge management, documentation generation, and strategic analysis for Claude Code
Spec-driven development plugin for Claude Code. Markdown specs as the source of truth, code downstream.