Root Cause Analysis for GitHub issues or direct bug descriptions
Implement fix from Root Cause Analysis
Create atomic commit with conventional commits (delegates to official commit-commands plugin)
Create project constitution with core principles
Prime agent with codebase understanding and save context to file
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.
PIV (Prime-Implement-Validate) + Spec-Kit: Structured specs, strict TDD, for AI-assisted development.
Works with Claude Code, Cursor, GitHub Copilot, OpenAI Codex, and 20+ AI coding tools.
PIV = Prime → Implement → Validate
A development methodology for AI-assisted software development:
→ Interactive Visual Guide | → Full Methodology
This framework integrates best practices from GitHub's Spec-Kit, adding structured specification artifacts to the PIV methodology.
| Artifact | Purpose | Created By |
|---|---|---|
constitution.md | Project principles (one-time setup) | /piv-speckit:constitution |
spec.md | Functional requirements (WHAT) | /piv-speckit:plan-feature |
plan.md | Technical approach (HOW) | /piv-speckit:plan-feature |
tasks.md | Implementation steps (DO) | /piv-speckit:plan-feature |
quickstart.md | TL;DR for humans | /piv-speckit:plan-feature |
All artifacts are structured Markdown - works with ANY AI tool:
No Claude Code dependency for planning or implementation!
# Add marketplace
/plugin marketplace add galando/piv-speckit
# Install PIV + Spec-Kit
/plugin install piv-speckit
Commands: /piv-speckit:prime, /piv-speckit:plan-feature, /piv-speckit:execute, /piv-speckit:constitution
Features: Auto-activating skills (TDD, code-review, security), full reference docs, agent context system.
curl -s https://raw.githubusercontent.com/galando/piv-speckit/main/scripts/piv.sh | bash
How it works:
AGENTS.md - a single file with PIV methodology instructionsAGENTS.md automatically via their project-aware featuresDifference from Claude Code:
| Feature | Claude Code | Cursor / Copilot |
|---|---|---|
| Slash commands | ✅ /piv-speckit:* | ❌ (natural language) |
| Auto-skills | ✅ TDD, security | ❌ |
| Constitution template | ✅ Embedded in plugin | ✅ Included |
| Spec templates | ✅ Embedded in plugin | ✅ Included |
| PIV methodology | ✅ Full | ✅ Compact (AGENTS.md) |
Note: Plugin templates are embedded directly in command files - they work immediately after installation without needing external template files.
| Feature | Claude Code (Plugin) | Cursor / Copilot (Script) |
|---|---|---|
| Commands | /piv-speckit:prime, /piv-speckit:plan-feature, /piv-speckit:execute, /piv-speckit:constitution | Natural language (AI reads AGENTS.md) |
| Auto-Skills | ✅ TDD, code-review, security activate automatically | ❌ |
| Spec Templates | ✅ Included | ✅ Included |
| Constitution | ✅ Included | ✅ Included |
| Context Loading | Smart layering (~15KB on-demand) | AGENTS.md (~500 lines, always loaded) |
| Updates | /plugin update | Re-run script |
npx claudepluginhub plipowczan/claude-piv-skeleton --plugin piv-speckitPIV + Spec-Kit: PIV methodology with structured specs and strict TDD
SPEC-First development workflow with TDD, Ralph Loop, and autonomous agent coordination for Claude Code
Spectacular skills/commands library for spec-anchored development and parallel task execution
GitHub Spec-Kit integration for Specification-Driven Development - define WHAT and HOW before coding
Specification-Driven Development with Process Discipline for Claude Code
Spec-driven development using GitHub spec-kit methodology. Constitution-first approach with specify, plan, tasks, and implement phases.