spk-doctrine-profile-load
SolidLoad a Spec Kitty agent profile on demand for interactive sessions, including identity, governance scope, boundaries, and initialization.
AI & Automation 1,620 stars
161 forks Updated today MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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.
Details
- Author
- Priivacy-ai
- Repository
- Priivacy-ai/spec-kitty
- Created
- 11 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
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 the architect", "load the reviewer profile", "switch to researcher", "use the planner role", "adopt a profile".
1,620 Updated today
Priivacy-ai AI & Automation Solid
spk-admin-agent-config
Configure Spec Kitty agent profiles, host-specific paths, command installation, and model/tool routing.
1,620 Updated today
Priivacy-ai AI & Automation Solid
spk-doctrine-charter
Run Spec Kitty charter interview, generation, context loading, and synchronization workflows.
1,620 Updated today
Priivacy-ai