Prose Mention Fixture
Fixture (c): a non-mandatory prose mention of an undeclared tool must not fail (R4).
Decision Rights Doctrine
Shared doctrine reference for which decisions an agent MUST escalate to the operator vs may decide autonomously. Holds the two-tier escalation model (Tier 1 hard-escalate, Tier 2 self-check-then-escalate-if-material), the six-category taxonomy (A-F) mined from guardian PRs, the alignment-audit self-check procedure, and the escalation mechanics. This skill has no operations — it is reference conte…
Wildcard Scalar Fixture
Fixture (d): allowed-tools: * (scalar, not a list) means unrestricted; never flag.
Scan Document
Capture a scanned document (PDF or image) into text, classify what it is, and route it to the right follow-up workflow. This is the front door for any scan the user drops in — after-visit summaries, lab results, receipts, letters, contracts, statements. OCRs natively on macOS (Vision framework as the core engine; an optional pdftotext fast-path when that binary happens to be present), classifies…
Handoff
Write and rehydrate a durable session-handoff document so a fresh, zero-context session resumes work without inheriting bloated history. Use when approaching the context limit, before /clear, at end of session, or when handing work to another session or agent. Two operations — write (capture current state to a handoff doc) and rehydrate (re-ground a fresh session from it, reconciling against live…
Kb Lessons Bridge
Bridges reading-derived workflow insights into the self-improvement loop. Reads a kb-compile output note (project:knowledge-base, type:reference/zettel) or a Knowledge Intake synthesis note's "## Workflow implications" / "## Candidate actions" sections, filters for process/workflow-relevant insights (discarding general domain knowledge), and emits them as REC-ID blocks in the exact schema self-im…
Lessons Learned
Interactive retrospective discussion about session problems, generating actionable recommendations
Git
Git usage patterns and conventions. Use when the user requests commits or git operations. Enforces compact commit messages (headline + 1-2 sentences), conventional commit format, no Claude annotations, and focuses on WHY not WHAT in summaries.
All Declared Fixture
Fixture (b): every mandatory-step tool reference is declared in allowed-tools.
Operator Interview
Interview an operator to elicit a buildable specification, then write it as a signed-off spec note in the host's Obsidian vault. Runs a hybrid funnel — context-free open questions, AskUserQuestion scoping batches with recommended defaults, gap probes, a bounded clarification gate, playback, and explicit sign-off. Build and dispatch are gated on frontmatter status: signed-off. Use when the operato…
Dispatch Gate
Dispatch-readiness gate for background jobs. Before the operator launches a background agent (worktree job, subagent, or cross-repo dispatch), this skill checks the privacy gate (public destination + sensitive context?), classifies the job's billing pool (subscription vs metered — e.g. claude -p/Agent SDK/GitHub Actions — and requires explicit operator sign-off if metered), verifies the four slic…
Undeclared Tool Fixture
Fixture (a): a mandatory step invokes a tool absent from allowed-tools.
L1 Review
L1-over-L0 work-product review. Applies the shared L{N}-review 3-axis doctrine (Conformance / Process / Objective Advancement) to a single L0 PR. Reads but does NOT re-run L0's `/review`; treats its artifact as evidence for axis 2. Reads L0's `/review` verdict from the posted `<!-- review:metadata -->` PR marker (not the gitignored local file) as axis-2 evidence. Writes a local verdict record at…
L2 Supervisor
Adopt the L2 supervisor role for a goal tree. Use when a session is told "you are L2", when /mbp:l2-supervisor is invoked, or when the operator describes L2 supervision. L2 is a KPI-driven controller that keeps three axes — Progress, Budget, Health — in band by proposing intervention L1s to the operator for approval. L2 does not write code, dispatch L0 work, or take any unilateral world-changing…
Github Projects
Manage GitHub Projects V2 boards — list items by sprint, set status/sprint fields, add issues to boards, query field metadata. Use when working with GitHub project boards, sprint assignments, or board status transitions.
Kb Capture
Capture / ingest bridge for the LLM Knowledge Base. Sweeps work-relevant Readwise HIGHLIGHTED sources (the operator highlights-then-archives, so highlights — not the inbox — are the signal) into the vault's raw/ queue for later /kb-compile; kb-tagged docs are captured unconditionally. A source is captured iff it has ≥1 highlight (notes count) AND is work-relevant, OR carries the kb tag. Capture w…
Ci Feedback Loop
Monitor PR check status after push, auto-fix CI failures, and escalate when unable to fix. Use when an agent has pushed commits to a PR and needs to ensure checks pass before continuing.
Pull Task
Pull the next task from a GitHub project board or Jira. Queries project items, filters by status and sprint, presents ranked candidates, and outputs the selected issue for workspace creation. Use when the user needs to pick their next task from the project board.
Kb Lint
Report-only health check over the LLM Knowledge Base notes (reading the wider vault for connection candidates). Surfaces inconsistent/contradictory data, orphan notes, missing data web search could impute, and candidate new connections. Findings are report-only — any auto-fix is confined to KB-owned notes and reversible (git); off-limits and non-KB notes are proposals only. Operator-invoked via /…
LN Lifecycle Doctrine
Shared doctrine reference for child-session lifecycle management at every supervision layer. Defines the generic child state machine (spawned→working→complete→retired, context-pressure axis, edge states), per-state entry/act/exit rules, complete-check guards, teardown discipline, idle-fleet handling, inter-actor inbox-on-nudge delivery (ac_message_send/ac_inbox_query/ac_ack; send-keys = wake nudg…
L1 Supervisor
Adopt the L1 supervisor role for a goal tree. Use when a session is told "you are L1", when /mbp:l1-supervisor is invoked, or when the operator describes L1 supervision. Installs the standing contract — identity, source-of-truth precedence, tick procedure, permission and escalation rubrics, stop signal, orient triggers, and standing rules. Sits above goal-tree's operations and binds them into a c…
Kb Core
Shared library for the LLM Knowledge Base skills (kb-capture, kb-compile, kb-lint). Holds the SPEC v2 §1 primitives — capture predicate, idempotency key, off-limits write-guard, KB-ownership check, concept-slug dedup, orphan detection — in one place so the three skills share one implementation. Reference/infrastructure content, not user-invocable; the three KB skills load its scripts.
Review
Spawn parallel specialist review agents (security, simplicity, architecture, correctness) against a PR or branch diff. Synthesizes findings by severity. Use when the user requests a code review or invokes /claude-skills:review.
Planning Workflow
Plan implementation tasks by validating the problem, reconciling DESIGN.md, searching past solutions, calibrating research depth, analyzing edge cases via SpecFlow, and generating living plans with checkable criteria. Use when starting implementation planning for a task or issue.
Task Workflow
Manage development task workspaces with standardized structure including workspace creation, git worktree management, tmux session orchestration, GitHub issue integration, and progress tracking. Use when creating tasks, setting up workspaces, resuming work, listing tasks by status, navigating task plans, or finishing a workspace. Supports multi-repository projects with automated environment setup.
Cadence Goals
Manage daily, weekly, monthly, quarterly, and yearly goal-setting loops from Obsidian periodic notes. Use when defining, reviewing, aligning, or updating cadence goals, when distinguishing today's execution from tomorrow or this week/month, or when converting a domain loop into nested annual, quarterly, monthly, weekly, and daily OODA slices.
LN Review Doctrine
Shared doctrine reference for the Acceptance and Objective review skills (l1-review, l2-review). Holds the 3-axis checklist (Conformance, Process, Objective Advancement), the reviewer-independence and reviewer-worktree-discipline invariants, the work-type → required-verification map consumed by axis 2, the finding/verdict schema, and the self-PR posting caveat. This skill has no operations — it i…
Ralph Wiggum
Scaffold a project for the Ralph Wiggum autonomous control loop. Use when setting up a new project for autonomous iteration, creating loop configuration files, or preparing specs for AI-driven development. Supports single-repo and multi-repo workspaces.
Operator Interview Doctrine
Shared doctrine reference for operator-interview skills. Holds the question taxonomy (context-free questions first, then funnel), the ask-vs-default rule gated on reversibility, the adaptive-depth rubric, stop conditions, AskUserQuestion batch rules, the spec-note schema, and the sign-off protocol. This skill has no operations — it is reference content read by `/operator-interview` (and any calle…
Self Verify
Self-verification capability for dispatched jobs. Before reporting "done," a job invokes this skill to check its own change against the 3-axis review doctrine (Conformance / Process / Objective-Advancement) by composing existing review tooling and tests, then emits a structured annotation artifact. The annotation is evidence for the operator's review — not a gate, not a blocker.
Compound
Document a solved problem as a searchable solution note in the host's Obsidian vault. Captures a single fix with YAML frontmatter for QMD-based agent discovery; delegates the file write to the obsidian-notes skill.
Wildcard Star Entry Fixture
Fixture (d): a bare * entry in allowed-tools means unrestricted; never flag.
Kb Compile
Compile staged knowledge-base sources into the vault's native notes: one per-source summary (type: reference) plus fuller concept notes (type: zettel) in Notes/, cross-linked to Keywords/ term pages and surfaced through a KB MOC + Dataview. Incremental and idempotent; concept notes update in place. Bounded writes (never DevOps Documentation//Confluence/ or unrelated notes); edit safety is git + r…
Diataxis
Project documentation using the Diataxis methodology. Scaffold docs structure, write documentation by type, or audit existing docs. Use when the user wants to create, organize, or improve documentation.
Pr Review Fanout
Run the L1/L2 agent-review ladder across multiple open PRs concurrently instead of serially. Triggers when 2+ open PRs each need /l1-review and /l2-review before human review. Dispatches one delegated review agent per PR (each runs /l1-review then /l2-review sequentially, reading the posted L0 /review marker as evidence), collects verdicts, routes clean vs needs-work. Does not itself run /review,…
Testing Without Mocks
Test-Driven Development (TDD) using the Testing Without Mocks pattern language. Create fast, maintainable, refactorable tests using Nullables instead of mocking frameworks. Supports sociable, state-based tests without broad integration tests. Use when implementing features with TDD, testing infrastructure code, or converting mock-based tests. Supports Python, Go, and Elixir.
Skillify
Fast-capture entrypoint for turning a workflow just performed in this conversation into a skill. Reads back over the recent turns, drafts a lite SKILL.md (trigger description + steps + edge cases), and confirms with the user before writing anything. Hands off to skill-creator for the full interview/eval/benchmark loop only when the pattern warrants that investment. Use when the user says "skillif…
Operator Review
>
Self Improvement
Read recommendations from lessons learned documents and incrementally improve skills, commands, and agents. Use when user asks to improve skills from lessons, apply recommendations, or requests "/claude-skills:self-improvement".
Mcp Hyphen Declared Fixture
Regression fixture: a hyphenated mcp__ tool that IS declared and IS mandated must not be flagged (no truncation false positive).
Goal Tree
Orchestrate multi-task projects as hierarchical goal trees. Use when a project spans multiple tasks, repos, or sessions and needs coordinated decomposition, parallel dispatch, and synthesis. Sits above task-workflow — feeds work into workspaces, does not replace them.
Improvement Loop
Adopt the improvement-loop role — the 'meta' track that runs alongside the operator's mission work (the operator's master session, advancing work via background subagents/workflows), either as the meta pane of a two-pane working session pair or as a standalone CoS-owned session. Use when told 'you are the improvement loop', 'you are pane 2', or 'you are meta', or when starting the meta side of a…
Medical Records
File a medical After Visit Summary into the Obsidian vault as a structured, queryable record. Extracts vitals and visit metadata from the document text, writes a dated note with flat Number frontmatter properties (so Obsidian Bases and Dataview can trend vitals across visits), archives and embeds the source scan, and slots the note into the Medical Vitals base. Usually invoked by the scan-documen…
Fix Then Re Review Ladder
Recovery loop driving a PR (or reviewed work product) from a NEEDS-WORK/findings-attached verdict back to CLEAN. Triggers when a /review, /l1-review, or /l2-review verdict is not CLEAN and the operator wants it resolved. Triages findings into fix-now vs operator-waivable, dispatches ONE scoped fix agent (sole-finisher on the branch/worktree, no rescoping), then re-runs the tier-appropriate ladder…