Load a Spec Kitty agent profile on demand for interactive sessions, including identity, governance scope, boundaries, and initialization.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add Priivacy-ai/spec-kitty --skill spk-doctrine-profile-load --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Spk Doctrine Profile Load?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/priivacy-ai-spk-doctrine-profile-load)More formats (shields.io, HTML) on the badges page.
---
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:
```bash
spec-kitty agent profile show <profile-id>
```
3. Load action-scoped governance:
```bash
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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!