Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

spec-kitty

spec-kitty 收录了来自 Priivacy-ai 的 54 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
54
Stars
1.4k
更新
2026-06-28
Forks
120
职业覆盖
4 个职业分类 · 已分类 91%
仓库浏览

这个仓库中的 skills

spec-kitty-bulk-edit-classification
未分类

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 Y", "change the terminology", "migrate all occurrences", "replace across the codebase", "the X feature is now the Y feature", "sed everywhere", or any request that touches the same identifier/path/key in many files. Also triggers on gate errors mentioning "change_mode", "occurrence_map.yaml", "Bulk Edit Gate: BLOCKED", or "Bulk Edit Review: Diff Compliance". Does NOT handle: line-level semantic refactors inside one file, adding a new feature that creates new identifiers without changing existing ones, or reviewing finished missions for fidelity.

2026-06-28
spec-kitty-mission-review
未分类

Review a fully merged Spec Kitty mission post-merge (all WPs done/approved) to verify spec→code fidelity, FR coverage, drift, risks, and security. Triggers: "review the merged mission", "post-merge mission review", "verify the completed mission", "audit the mission implementation", "mission-level acceptance review", "is this mission releasable", "final review before tagging", "cross-WP coverage audit". Does NOT handle: per-WP review during implementation (use spec-kitty-runtime-review), implement-review loop orchestration (use spec-kitty-implement-review), setup or repair (use spec-kitty-setup-doctor), or glossary maintenance (use spec-kitty-glossary-context).

2026-06-28
spec-kitty-runtime-next
未分类

Drive the canonical spec-kitty next --mission <handle> control loop for mission advancement. Load agent profiles at init, apply action-scoped doctrine context at each step boundary, and pull specific tactics/directives on demand. Triggers: "run the next step", "what should runtime do next", "advance the mission", "what is the next task", "continue the workflow", "what step comes next". Does NOT handle: setup or repair requests, purely editorial glossary or doctrine maintenance, or direct code review.

2026-06-26
spk-team-upsun-cli-sync
未分类

Point a local Spec Kitty CLI at Spec Kitty SaaS on Upsun (main or preview): set sync vars via use-upsun-env.sh, authenticate against Upsun Teamspace, check readiness, or drain local events.

2026-06-26
spec-kitty-mission-system
未分类

Understand how Spec Kitty missions work: the 4 built-in mission types, how they define workflows via step contracts and action indices, how missions and work packages relate, how templates are resolved through the 5-tier chain, and how doctrine artifacts (procedures, tactics, directives) compose mission behavior. Triggers: "what missions are available", "how do missions work", "which mission should I use", "explain the mission system", "what is a mission", "change the mission", "mission templates", "step contracts", "action index", "mission procedures". Does NOT handle: runtime loop advancement (use runtime-next), setup or repair (use setup-doctor), governance (use charter-doctrine), or glossary curation (use glossary-context).

2026-06-26
spk-meta-skill-map
软件开发工程师

Discover the Spec Kitty 3.2.0 spk skill hierarchy, naming convention, legacy aliases, and the correct skill for a user intent.

2026-06-26
adversarial-squad
软件开发工程师

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 independent doctrine lenses converge on findings one reviewer would miss. Triggers: "deploy a squad", "adversarial squad", "post-tasks anti-laziness pass", "pre-spec investigation squad", "brownfield check", "second opinion on this design", "review squad", "run a multi-lens review". Does NOT handle: the implement-review loop (use spec-kitty-implement-review), spec/plan/tasks generation, or direct code editing by the orchestrator. It is an optional, charter/memory-activated enrichment — it never gates a mission.

2026-06-22
spec-kitty-charter-doctrine
其他计算机职业

Run charter interview, generation, context, and sync workflows for project governance in Spec Kitty 3.x. Access doctrine artifacts programmatically via DoctrineService. Resolve agent profiles. Load action-scoped governance context iteratively, not all at once. Triggers: "interview for charter", "generate charter", "sync charter", "use doctrine", "set up governance", "charter status", "extract governance config", "load doctrine", "agent profile", "DoctrineService", "action index". Does NOT handle: generic spec writing not tied to governance, direct runtime loop advancement, setup/repair diagnostics, or editorial glossary maintenance.

2026-06-16
ad-hoc-profile-load
其他计算机职业

Load an agent profile on demand to adopt a specific role for the current session. Applies the profile's identity, governance scope, boundaries, and initialization declaration without requiring a running mission. Triggers: "act as the architect", "load the reviewer profile", "switch to implementer", "use the researcher persona", "start a session as planner", "adopt the curator role", "initialize profile", "assume the designer identity". Does NOT handle: mission advancement (use runtime-next), charter interview/generation (use charter-doctrine), or profile creation (use the charter synthesize workflow / edit the profile YAML directly).

2026-06-15
spec-kitty
其他计算机职业

Standalone Spec Kitty governance invocation: run Spec Kitty when the user indicates they want Spec Kitty involved, load governance context, open an Op, do the work under that context, and close the Op with the real outcome. Documents dispatch, profiles list, invocations list, and profile-invocation complete. Triggers: "use spec kitty to", "hey spec kitty", "spec kitty <anything>", ad-hoc requests that are not part of a running full mission workflow.

2026-06-15
spec-kitty-implement-review
其他计算机职业

Orchestrate the implement-review loop for Spec Kitty work packages using any configured agent. Covers agent dispatch, state transitions, rejection cycles, arbiter escalation, and dependency-aware sequencing across all 13 supported coding agents. Triggers: "implement and review WPs", "run the implement-review loop", "orchestrate WP implementation", "dispatch agents for WPs", "coordinate implement and review", "sprint through WPs". Does NOT handle: specify/plan/tasks phases, setup or repair, glossary maintenance, or direct code editing by the orchestrator.

2026-06-15
spec-kitty-git-workflow
软件开发工程师

Understand how Spec Kitty manages git: what git operations Python handles automatically, what agents must do manually, worktree lifecycle, auto-commit behavior, merge execution, and the safe-commit pattern. Triggers: "how does spec-kitty use git", "worktree management", "auto-commit", "who commits what", "git workflow", "merge workflow", "rebase WPs", "worktree cleanup", "safe commit". Does NOT handle: runtime loop advancement (use runtime-next), setup or repair (use setup-doctor), mission selection (use mission-system).

2026-06-14
spec-kitty-orchestrator-api-operator
其他计算机职业

Teach agents and external systems how to use spec-kitty orchestrator-api to drive workflows from outside the host CLI. Triggers: "use orchestrator-api", "build a custom orchestrator", "automate externally", "integrate CI with spec-kitty", "call spec-kitty from another tool", "orchestrator contract", "external automation". Does NOT handle: host-internal lane mutation (use the host CLI directly), runtime loop advancement (use spec-kitty next), mission sequencing logic (the mission state machine owns that), or setup/repair diagnostics.

2026-06-14
spec-kitty-runtime-review
软件开发工程师

Review runtime-owned outputs using the Spec Kitty review workflow surface, then direct approval or rejection with structured feedback. Triggers: "review this work package", "check runtime output", "approve this step", "review WP", "is this WP ready to approve", "check this implementation". Does NOT handle: setup-only repair requests, direct implementation work, editorial glossary maintenance, or runtime loop advancement.

2026-06-14
spec-kitty-setup-doctor
网络与计算机系统管理员

Install, verify, and recover the modern Spec Kitty 2.0.11+ operating surface. Triggers: "set up Spec Kitty", "skills missing", "next is blocked", "runtime is broken", "doctrine assets are missing", "my agent can't find the skills". Does NOT handle: generic coding questions with no Spec Kitty context, direct runtime loop advancement, or editorial glossary maintenance.

2026-06-14
spk-admin-dashboard
软件开发工程师

Open or report the Spec Kitty dashboard. Use for dashboard URL, localhost daemon metadata in .kittify/.dashboard, --open, --kill, or status views.

2026-06-14
spk-doctrine-bulk-edit
软件开发工程师

Recognize bulk-edit missions and apply occurrence classification guardrails before modifying many matching instances.

2026-06-14
spk-gate-accept
软件开发工程师

Run the Spec Kitty accept gate for a completed mission and verify final readiness before merge.

2026-06-14
spk-meta-skill-authoring
软件开发工程师

Author future Spec Kitty spk skills using the 3.2.0 naming convention, lifecycle families, and doctrine/command boundaries.

2026-06-14
spk-mission-plan
软件开发工程师

Operate the Spec Kitty plan phase: convert a completed spec into architecture, data flow, risks, and implementation strategy.

2026-06-14
spk-mission-research
软件开发工程师

Operate pre-spec or in-mission research workflows while keeping findings tied to mission decisions.

2026-06-14
spk-mission-specify
软件开发工程师

Operate the Spec Kitty specify phase: turn user intent into a mission spec while preserving scope, ambiguity, and acceptance criteria.

2026-06-14
spk-mission-types
其他计算机职业

Explain Spec Kitty mission types, step contracts, action indices, and when to choose each mission workflow.

2026-06-14
spk-run-next
其他计算机职业

Drive the canonical spec-kitty next control loop and route query, step, blocked, decision_required, and terminal results.

2026-06-14
spk-start-agent-surface
其他计算机职业

Choose the correct Spec Kitty workflow for Codex CLI, Claude Code, and supported slash-command or command-skill harnesses.

2026-06-14
spk-start-command-map
其他计算机职业

Map Spec Kitty slash commands and CLI entry points to spk skills. Use when choosing /spec-kitty.* commands or explaining command-skill boundaries.

2026-06-14
spk-doctrine-semantic-compression
软件开发工程师

Invoke Randy Reducer and semantic-compression doctrine for behavior-preserving code reduction.

2026-06-06
spk-admin-agent-config
其他计算机职业

Configure Spec Kitty agent profiles, host-specific paths, command installation, and model/tool routing.

2026-06-03
spk-admin-git-workflow
软件开发工程师

Operate Spec Kitty git workflows, worktrees, safe commits, merge preflights, stale state checks, and recovery.

2026-06-03
spk-admin-setup-doctor
其他计算机职业

Install, verify, and repair Spec Kitty commands, skills, agent paths, runtime prerequisites, and common setup failures.

2026-06-03
spk-admin-upgrade
其他计算机职业

Upgrade Spec Kitty installations and repair generated commands, skills, migrations, and compatibility shims.

2026-06-03
spk-doctrine-charter
其他计算机职业

Run Spec Kitty charter interview, generation, context loading, and synchronization workflows.

2026-06-03
spk-doctrine-glossary
其他计算机职业

Curate and apply Spec Kitty glossary terminology, canonical terms, aliases, conflicts, and semantic drift checks.

2026-06-03
spk-doctrine-profile-load
其他计算机职业

Load a Spec Kitty agent profile on demand for interactive sessions, including identity, governance scope, boundaries, and initialization.

2026-06-03
spk-doctrine-spdd-reasons
其他计算机职业

Drive REASONS Canvas authoring and review for missions using Spec Kitty Structured-Prompt-Driven Development.

2026-06-03
spk-gate-merge
软件开发工程师

Merge an accepted Spec Kitty mission safely, preserving git invariants, mission state, and post-merge follow-through.

2026-06-03
spk-gate-mission-review
软件质量保证分析师与测试员

Run post-merge Spec Kitty mission review for spec-to-code fidelity, FR coverage, drift, risk, and final verdict.

2026-06-03
spk-gate-retrospective
其他计算机职业

Create or verify Spec Kitty mission retrospectives after merge and surface process learnings without blocking completed work.

2026-06-03
spk-integrate-orchestrator-api
软件开发工程师

Use Spec Kitty orchestrator-api from external systems, respecting host boundaries, state contracts, and workflow commands.

2026-06-03
spk-mission-documentation
软件开发工程师

Operate documentation-oriented Spec Kitty missions and ensure docs stay tied to shipped behavior and doctrine.

2026-06-03
当前展示该仓库 Top 40 / 54 个已收集 skills。