By kenspc
Structured development workflows for Claude Code. Iterative task implementation with multi-angle review, project guide generation, and plan-before-code document generation with automated verification.
Generate a beginner-friendly project setup and deployment guide (项目指南/部署文档/ 新人文档) with automated self-review. Trigger on: "write a guide", "setup doc", "写文档", "项目指南", "部署文档"
Generate a comprehensive plan or task document (计划书/計劃書/计画书/任务分解) from requirements, backlog items, or specs. Adapts to project-specific templates. Includes discussion, self-challenge, and automated review. Trigger on: "write a plan", "task breakdown", "写计划书", "编写计划", "帮我规划"
Automated batch implementation (自动实现任务): auto-implements ALL incomplete tasks from a task document, then runs automated code review. Only use when explicitly requested for batch/unattended implementation
Invoke the **task-review** skill with the provided arguments.
Generate a beginner-friendly project setup and deployment guide (项目指南/部署文档/ 新人文档) for a project or monorepo sub-app. Reads the actual codebase to produce accurate setup steps, then self-reviews against the code via review agent. Trigger on: "write a guide", "setup doc", "deployment guide", "onboarding doc", "写文档", "项目指南", "部署文档", "写个文档给新人看".
Generate a comprehensive plan or task document (计划书/計劃書/计画书/任务分解) from requirements, backlog items, or specs. Adapts to project-specific templates (e.g., docs/tasks/_template.md). Includes collaborative discussion, self-challenge, and automated verification via review agent. Three phases: Discover, Plan, Verify. Trigger on: "write a plan", "generate plan", "task breakdown", "写计划书", "编写计划", "帮我规划", "计划一下", or writing plan/task files to docs/.
Automated batch implementation: auto-implements ALL incomplete tasks from a task document without user interaction, then runs automated code review. Only use when the user explicitly requests automated/batch task implementation.
Thorough code review (代码审查/review代码) using 5 parallel review agents, a fix agent, and a regression verification agent. Use for ANY code review request — not overkill, each agent covers a different angle (bugs, edge cases, tests, security, conventions). Works with a task document (review against requirements) or standalone (review recent changes/uncommitted code).
Modifies files
Hook triggers on file write and edit operations
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 marketplace with structured development workflow plugins.
# Add the marketplace (one-time setup)
/plugin marketplace add kenspc/kenspc-claude-plugin
# Install a plugin (choose scope: user, project, or local)
/plugin install kenspc@kenspc-claude-plugin
Opinionated development workflows — plan before you code, structured task implementation, iterative multi-angle code review, and project guide generation.
Skills:
| Skill | What it does |
|---|---|
| generate-plan | Collaborative discovery + drafting + automated 4-angle review |
| task-implement | Automated batch implementation from a task document with confirmation gate and auto-review on completion |
| task-review | Parallel 5-agent code review (MapReduce) with fix consolidation and regression verification |
| generate-guide | Beginner-friendly project guide generation with multi-dimensional review |
Commands: /kenspc-plan, /kenspc-task-implement, /kenspc-task-review, /kenspc-guide
See the plugin README for full documentation, usage examples, and design principles.
.claude-plugin/
marketplace.json # Plugin registry
plugins/
kenspc/ # Plugin directory
.claude-plugin/
plugin.json
skills/
commands/
hooks/
references/
README.md
MIT
npx claudepluginhub kenspc/kenspc-claude-plugin --plugin kenspcCore planning and workflow infrastructure for the Claudikins ecosystem
Development workflow skills, commands, and hooks from claude-toolbox
Structured implementation planning, interactive annotation review, and autonomous plan execution
Spec-driven development workflow system with structured phases: Requirements → Design → Tasks → Implementation
Opinionated workflow guides and best practices - the preacher's proven patterns for Claude Code projects
Multi-agent /workflow development pipeline (planner → plan-review → coder → code-review) with typed handoff contracts, lifecycle hooks, and MCP servers.