By yoshisada
Spec-first development harness for Claude Code. Provides skills, agents, hooks, and templates for PRD-driven development with 4-gate enforcement.
Analyzes full project state and produces prioritized next steps mapped to kiln commands. Used by /next skill and as the final step in /build-prd.
Debug loop agent. Diagnoses and fixes bugs in already-implemented features without requiring a new spec or PRD. Classifies the issue, selects debugging techniques, runs a diagnose→fix→verify loop, and tracks failed approaches. Invoked directly by the user via /fix or spawned on-demand during a pipeline.
Audits implementation compliance against PRD and feature specs. Checks BOTH directions: PRD→Spec (are all PRD requirements covered by FRs?) and Spec→Code→Test (are all FRs implemented and tested?). Fixes gaps or documents blockers.
Visual QA engineer agent. Runs iteratively during implementation — tests user flows with Playwright, records video, and sends actionable feedback to implementers. Produces a final video report for the PR.
QA reporting agent with two modes: 'issues' (files GitHub issues for standalone /qa-pass) and 'pipeline' (routes findings to implementers, waits for fixes, re-tests, then files remaining issues). Audits completeness in both modes.
Triage open GitHub issues — categorize, label, flag actionable ones, suggest closures with confirmation, and offer backlog creation via /report-issue.
Perform cross-artifact consistency analysis across spec.md, plan.md, and tasks.md. Use after task generation to identify gaps, duplications, and inconsistencies before implementation.
Run a PRD compliance audit against the current implementation. Called automatically at the end of /implement. Checks both directions: PRD→Spec and Spec→Code→Test. Attempts to fix gaps, or requires documented blockers.
Run the complete kiln pipeline using an agent team. Reads the PRD to determine team structure, then orchestrates specify → plan → tasks → implement → audit → PR.
Generate custom quality checklists for validating requirements completeness and clarity. Use to create unit tests for English that ensure spec quality before implementation.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power 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.
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
npx claudepluginhub yoshisada/ai-repo-template --plugin kilnHook-based workflow engine for Claude Code agent pipelines
Obsidian project dashboard for Claude Code. Syncs project status, progress, issues, and feedback between code repos and an Obsidian vault via MCP.
Multi-modal software creation pipeline with milestone-scoped lifecycle and dynamic worker cycling. From idea to deployed code in 7 autonomous steps.
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
Multi-agent /workflow development pipeline (planner → plan-review → coder → code-review) with typed handoff contracts, lifecycle hooks, and MCP servers.
Development workflow skills, commands, and hooks from claude-toolbox
Development workflow automation plugin: specify → open → execute pipeline with parallel research agents, hook-based guards, and PR state management
Autonomous development methodology: PRD interviews → agent execution → automated review