Plugin Claude Code
Plugin marketplace listing 1 plugin: scaffolding.
Plugin Claude Code
Plugin marketplace listing 1 plugin: scaffolding.
Plugin Claude Code
13 agents, 36 skills, 19 commands, 15 hooks — spec-driven, multi-agent orchestration for Claude Code with per-phase model tiers, opt-in lifecycle hooks, and optional cross-device semantic memory.
Instructions file
Instructions for komluk/scaffolding, covering protocol, agents (13), decision tree and key rules.
Agent
Requirements analyst. MUST BE USED for ambiguous requests, requirements gathering, scope assessment, feasibility checks, and proposal writing. NOT for small, clearly-scoped changes (those go directly to developer). PROACTIVELY interprets user intent and produces proposal.md specs.
Agent
Technical architect. MUST BE USED for system design, API design, implementation planning, multi-file refactoring, and agent orchestration. Receives proposal.md from analyst and produces design.md + tasks.md.
Agent
Analyzes tasks and decomposes them into a sequence of agent steps for execution.
Agent
Bug investigation specialist. MUST BE USED for bug reports, unexpected behavior, error diagnosis. PROACTIVELY performs systematic root cause analysis using progressive debugging techniques.
Agent
Expert software engineer. Use proactively to implement features, fix bugs, write tests, style UI, and make code changes. MUST BE USED for all development tasks. Direct target for small, clearly-scoped changes — no analyst/architect needed first.
Agent
Infrastructure specialist. MUST BE USED for CI/CD, Docker, deployment, infrastructure. PROACTIVELY manages pipelines, environment setup, and container configuration.
Agent
Git operations specialist. MUST BE USED for branch management, conflict resolution, git history analysis, worktree recovery, commit, merge, push. Owns ALL git operations — other agents do NOT commit.
Agent
MCP server specialist. MUST BE USED to design, build, and test MCP servers — stdio vs http transports, tool schema design, env-based secrets, and the Vault-launcher pattern. PROACTIVELY keeps secrets out of source and tool schemas tight.
Agent
Performance specialist. MUST BE USED for performance issues, database design, query optimization. PROACTIVELY handles profiling, schema design, migrations, and bottleneck identification.
Agent
Prompt & guardrail engineering specialist. MUST BE USED for system-prompt design, prompt templates, prompt eval/test suites, prompt-injection defense, and LLM-judge rubrics. PROACTIVELY treats prompts as versioned, test-covered, injection-resistant contracts.
Agent
Documentation researcher. MUST BE USED for new API integration, library questions, best practices. PROACTIVELY gathers version-specific documentation and produces ResearchPacks with citations.
Agent
Senior code reviewer, security specialist, and quality assurance expert. Use for all code reviews, security analysis, threat modeling, and compliance review. MUST BE USED for all reviews.
Agent
Documentation owner. MUST BE USED for README, CHANGELOG, docs/ updates. PROACTIVELY manages all markdown files as sole authority for documentation.
Command
Analyze and optimize Claude Code's context configuration (analyze, optimize, or reset).
Command
Scaffold a new scaffolding-compatible skill: an interactive flow that creates skills/ /SKILL.md from the canonical template, composes a TRIGGER/SKIP description, and validates the result.
Command
Health-check the scaffolding install and report install problems plus exact fixes (diagnose-only, never mutates).
Command
Initialize OpenSpec in a project directory with the scaffolding-workflow schema.
Command
Scaffold opt-in path-scoped nested CLAUDE.md rule files into the project to lazy-load per-area conventions while keeping routing always-loaded.
Command
Bootstrap a new project with the scaffolding CLAUDE.md, settings.json, and .scaffolding/ directory structure.
Command
Distill a finished conversation into classified knowledge candidates and propose (never auto-apply) memory writes or a new-skill hand-off. Closes the loop between a completed agent chain and the persistent memory system.
Command
Manage cross-device semantic memory for scaffolding (self-hosted mem0 + pgvector, Ollama on GPU). Opt-in, per-device. Memory is off by default — nothing is wired until you enable it.