skills/prime/SKILL.md
Load plan artifacts and recall for ad-hoc plan work outside workflow skills. Triggers on "/prime", "load plan context", "prime the plan", or when working on plan artifacts without a workflow skill (design, runbook, orchestrate). Reads existing plan files, then chain-calls /recall.
npx skillsauth add ddaanet/agent-core primeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Load plan artifacts into conversation context for work that bypasses workflow skills. Workflow skills (design, runbook, orchestrate) have built-in discovery gates. This skill covers the gap: fixing a blocker, revising an outline, patching a runbook-outline, debugging plan infrastructure.
/prime plans/<name>/
Argument: path to a plan directory.
Glob the plan directory for markdown files, then Read each existing artifact:
Glob: plans/<name>/*.md
Read files in this priority order (skip any that don't exist):
requirements.mdoutline.mddesign.mdrunbook-outline.md.md files found by Glob (excluding recall-artifact.md — consumed by /recall, not displayed)Skill(skill: "recall")
No explicit topic. Plan content now in conversation gives /recall rich signal for entry selection. /recall's cumulative tracking preserved — later invocations skip already-loaded entries.
/design, /runbook, or /orchestratedevelopment
Verify a Python function against its intended behavior by writing an icontract contract and checking it with `edify check` (CrossHair), repairing in a loop. Triggers on "formalize", "verify this function", "add a contract and check it", or after writing a function whose correctness matters. The in-context agent holds intent and asks the user when behavior is ambiguous; CrossHair owns the deduction.
tools
Manage git worktrees for parallel task execution. Triggers on "create a worktree", "set up parallel work", "merge a worktree", "branch off a task", or uses the `wt`, `wt merge`, or `wt-rm` shortcuts. Worktree lifecycle: creation, focused sessions, merge ceremony, cleanup, parallel task setup.
testing
Recall behavioral knowledge from project decisions. Triggers on "when to do X", situational patterns, or decision content for recognized situations. Invoke with "/when <trigger>".
tools
Sync edify fragments and portable justfile to match the current plugin version. Detects user-edited files and warns instead of overwriting. Use --force to overwrite conflicts.