ad-hoc-profile-load
Legacy alias for resolver-backed profile loading. Use the canonical spk-doctrine-profile-load skill for identity, boundaries, and governance. Triggers: "act as…
Set a Spec Kitty work-package review verdict through the deterministic event-log seam, so every agent harness records approve/reject the same way.
$ npx -y skills add Priivacy-ai/spec-kitty --skill spk-run-verdict-capture --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/spk-run-verdict-captureContext preview
The summary Claude sees to decide when to auto-load this skill.
Set a Spec Kitty work-package review verdict through the deterministic event-log seam, so every agent harness records approve/reject the same way.
name: spk-run-verdict-capture description: "Set a Spec Kitty work-package review verdict through the deterministic event-log seam, so every agent harness records approve/reject the same way."
Use this skill whenever an agent (any of the 13 slash-command harnesses or the shared Agent-Skill harnesses) needs to **record the outcome of a WP review** — approve, reject, or otherwise. It documents the single deterministic seam so verdicts never diverge by harness.
The **sole** authority for a WP's review verdict is the `review_result` event in the mission's `status.events.jsonl` (read back via `specify_cli.status.event_sourced_review_result`). The `review-cycle-N.md` render is **non-authoritative prose** — do not hand-edit it to change a verdict, and never treat it as the source of truth. Because the verdict is an event, it is append-only, deterministic, and identical across every agent.
spec-kitty agent tasks move-task <WP> --to approved --mission <slug> --note "<why>"
spec-kitty agent tasks move-task <WP> --to planned \
--review-feedback-file <path/to/review-feedback-N.md> --mission <slug> spec-kitty agent status emit <WP> --to done --actor <name> \
--evidence-json '{"review": {"reviewer": "<name>", "verdict": "approved", "reference": "<PR/commit>"}}'Each command emits the `review_result` (or review-bearing transition) event; the reduced snapshot is what `spec-kitty agent tasks status` and merge preflight read.
The verdict field is validated against the canonical bridge `specify_cli.status.event_verdicts()` plus the proof-event extras `commented`, `rejected`, `unknown` (see `specify_cli.proof.events`). Do not invent verdict strings; an unknown verdict is rejected at the seam. Moving a WP to `done` requires a review triple with `reviewer`, `verdict`, and `reference`.
these CLI verbs — never by editing `.md` renders or the event log directly.
rejection is not a review.
capture step. `spk-run-implement-review` drives the loop across WPs.
Spec-Driven Development for serious software developers. Spec Coding with with Claude, Cursor, Gemini, Codex. Kanban dashboard, git worktrees, auto-merge and more.
Legacy alias for resolver-backed profile loading. Use the canonical spk-doctrine-profile-load skill for identity, boundaries, and governance. Triggers: "act as…
Deploy a bounded, profile-loaded adversarial review squad at an SDD point-cut (post-spec, post-plan, post-tasks, pre-merge, or an ad-hoc decision) so…
Recognize when a mission is a bulk edit and drive the occurrence-classification guardrail on the user's behalf. Triggers: user says any variant of "rename X to…
Run charter interview, generation, context, and sync workflows for project governance in Spec Kitty 3.x. Access doctrine artifacts programmatically via…
Understand how Spec Kitty manages git: what git operations Python handles automatically, what agents must do manually, worktree lifecycle, auto-commit…
Curate and apply canonical terminology across Spec Kitty missions. Triggers: "update the glossary", "use canonical terms", "check terminology", "add a term",…