prd
25Command Claude Code
Generate a Product Requirements Document for an team squad. Business-facing artifact. Sensors and evals gate.
Command Claude Code
Generate a Product Requirements Document for an team squad. Business-facing artifact. Sensors and evals gate.
Command Claude Code
Generate a Product Requirements Prompt for engineering handoff. Needs an approved PRD. Sensors, link validation, and eval gates.
Command Claude Code
Implement the approved plan in code. Writes commits, runs gates, returns diff summary.
Command Claude Code
Create or reuse a Firebase project, configure Hosting, and deploy the current static site. Never deletes.
Command Claude Code
Generate an implementation plan from an approved PRP. Sensors and evals gate.
Command Claude Code
Watch the active PR for merge with backoff polling. Auto-invoked after /sse:pr. Clears pipeline state on merge.
Command Claude Code
Open a Pull Request on GitHub following team conventions. Draft by default.
Command Claude Code
Spec-driven dev loop. Plan once, then dev↔test↔eval loop until PRP spec satisfied. Local only, no PR.
Command Claude Code
Run the project test suite. Reports results to .claude/runtime/outputs/sse/test/.
Command Claude Code
Design a system into a rigorous System Design Doc. Routes to a topic playbook (e.g. search-engine) or the generic design skill. Sensors and evals gate.
Command Claude Code
Adversarial staff-level review of a System Design Doc. Interrogates the 10 staff questions, finds cost and failure risks, returns a verdict. Sensors and evals gate.
Hook Claude Code
Runs when a session starts, executing pipeline-session-start.sh and hk-update-check.sh (2 commands). From Pierry/harness-kit.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing pipeline-prompt.sh. From Pierry/harness-kit.
Hook Claude Code
Runs before the agent uses a tool for Write and Read tool calls, executing pre-prp-check.sh and activity-pre-read.sh (2 commands). From Pierry/harness-kit.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing post-write-prd.sh, post-write-prp.sh, post-write-sse.sh, pipeline-postwrite.sh, post-eval-prd.sh, post-eval-prp.sh, post-eval-sse.sh and pipeline-postedit.sh (8 commands). From Pierry/harness-kit.
Settings file Claude Code
Agent settings declaring 4 hook events (SessionStart, UserPromptSubmit, PreToolUse, PostToolUse) and 25 allowed tools.
Instructions file CodexOpenCode
Instructions for Pierry/harness-kit, covering agents.md, agent registry & routing, quick map, agent registry, orchestrators and routing.
Instructions file
Instructions for Pierry/harness-kit, covering claude - master context file, response style, caveman-full convention (internal docs), role and squads / teams.
Skill Claude CodeCodex
Install the harness-kit pipeline into the current project. Copies agents, slash commands, skills, hooks, and the status bar into the project's .claude/, plus AGENTS.md and CLAUDE.md at the repo root. Run after adding the harness-kit plugin from the marketplace.
Skill Claude CodeCodex
Re-install / upgrade harness-kit in the current project to the version bundled in the installed plugin. Run after /plugin update harness-kit fetches a newer plugin version.