Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By pactkit
Run spec-driven PDCA DevOps sprints with role-based AI agents that clarify requirements, generate PRDs/specs/diagrams, manage Markdown sprint boards, scaffold projects/tests, perform code reviews/security audits/QA, trace execution flows, create PRs/releases, and orchestrate isolated git worktree executions.
npx claudepluginhub pactkit/claude-code-plugin --plugin pactkitImplement code per Spec, strict TDD
QA verification: security scan, code quality scan, Spec alignment
Standalone requirement clarification before planning
Product design for greenfield projects: PRD generation, story decomposition, board setup
Code cleanup, Board update, Git commit
Deep code analysis and execution tracing.
Product design and requirements decomposition for greenfield projects.
Quality assurance and Test Case owner.
Release engineering and housekeeping.
Security specialist (OWASP).
Cross-artifact consistency check: Spec ↔ Board ↔ Test Cases
Sprint Board atomic operations: add Story, update Task, archive completed Stories
Diagnose project health status
Generate Draw.io XML architecture diagrams
Version release: snapshot, archive, Git tag, and GitHub Release
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Comprehensive AI-assisted development workflow system with specialized agents, orchestrated commands, and file-based state management
Autonomous spec-driven development workflow with multi-agent collaboration, specification management, and task orchestration
Persona-driven AI development team: orchestrator, team agents, review agents, skills, slash commands, and advisory hooks for Claude Code
Orchestration harness that turns Claude Code into a coordinated team of specialist AI agents
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Skills-first specification-driven development framework with 7 agent skills for planning, implementation, review, and shipping. Natural language activation with intelligent agent orchestration. Includes /plan, /implement, /research commands plus managing-specifications, implementing-features, and reviewing-and-shipping skills.
Spec-driven agentic DevOps toolkit for Claude Code. This repository contains the plugin format distribution of PactKit.
PactKit compiles development workflows, role-based agents, and behavioral governance into executable "constitutions" and "playbooks" for Claude Code. It enforces a PDCA (Plan → Do → Check → Act) cycle with strict TDD, spec-driven development, and multi-agent orchestration.
Copy the pactkit-plugin/ directory into your project:
cp -r pactkit-plugin/.claude-plugin /path/to/your/project/
cp pactkit-plugin/CLAUDE.md /path/to/your/project/.claude/
cp -r pactkit-plugin/agents /path/to/your/project/.claude/
cp -r pactkit-plugin/commands /path/to/your/project/.claude/
cp -r pactkit-plugin/skills /path/to/your/project/.claude/
Install via pip and let PactKit deploy automatically:
pip install pactkit
pactkit init
See the main repository for full documentation.
| Directory | Contents | Count |
|---|---|---|
agents/ | Role-based AI agent definitions | 9 |
commands/ | PDCA command playbooks | 11 |
skills/ | Specialized skill modules | 10 |
CLAUDE.md | Global constitution (behavioral rules) | 1 |
| Command | Description |
|---|---|
/project-plan | Analyze requirements, create Spec and Story |
/project-act | Implement code per Spec with strict TDD |
/project-check | QA verification: security scan, code quality |
/project-done | Code cleanup, board update, Git commit |
/project-sprint | Automated PDCA orchestration via subagent team |
/project-hotfix | Lightweight fast-fix path |
/project-design | Greenfield product design and PRD generation |
/project-release | Version release: snapshot, archive, Git tag |
/project-pr | Push branch and create pull request |
/project-init | Initialize project scaffolding |
/project-clarify | Standalone requirement clarification |
| Agent | Role |
|---|---|
system-architect | High-level design and planning |
senior-developer | TDD implementation specialist |
qa-engineer | Quality assurance and test cases |
repo-maintainer | Release engineering and housekeeping |
product-designer | PRD and story decomposition |
code-explorer | Deep code analysis and tracing |
security-auditor | OWASP security review |
visual-architect | Draw.io diagram generation |
system-medic | Project health diagnostics |
MIT