Skip to content
Development
Skill

/spk-doctrine-profile-load

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

From plugin
spec-kitty
1.5k53 skills1 command
Install
$ npx -y skills add Priivacy-ai/spec-kitty --skill spk-doctrine-profile-load --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/spk-doctrine-profile-load

Context preview

The summary Claude sees to decide when to auto-load this skill.

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

SKILL.md

spk-doctrine-profile-load.SKILL.md
name: spk-doctrine-profile-load
description: "Load a Spec Kitty agent profile on demand for interactive sessions, including identity, governance scope, boundaries, and initialization."

spk-doctrine-profile-load

Use this skill when the agent needs a profile outside the runtime loop or the user asks to adopt a specific role.

Resolver-Backed Flow

1. Identify the requested profile, action, and active Mission context. 2. Resolve the profile through the CLI:

   spec-kitty agent profile show <profile-id>

3. Load action-scoped governance:

   spec-kitty charter context --action <action> --json

4. Apply the resolved initialization declaration, specialization boundaries, directive and tactic references, collaboration handoffs, and mode defaults. 5. Return to `spk-run-next` for Mission advancement.

Do not substitute a raw `.agent.yaml` read for resolution. A narrowly scoped read-only-harness fallback is documented in the reference below.

Legacy Alias

`ad-hoc-profile-load` is a compatibility alias that points here. This skill and its reference are the canonical authority.

References

  • `references/profile-load-mechanics.md` -- Full resolver flow, application

checklist, standalone dispatch, and the bounded read-only fallback.

Ships withspec-kitty

Spec-Driven Development for serious software developers. Spec Coding with with Claude, Cursor, Gemini, Codex. Kanban dashboard, git worktrees, auto-merge and more.

Get the whole plugin

Other skills on spec-kitty.