From credo
Defines passive credo session mode where Claude drives most work independently while the user remains reachable for clarifications, with no keep-alive.
How this skill is triggered — by the user, by Claude, or both
Slash command
/credo:session-passiveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A credo session runs in exactly one mode - `active`, `passive`, or `autonomous` - set by
A credo session runs in exactly one mode - active, passive, or autonomous - set by
the /credo:session-* commands and surfaced on every prompt by the session-mode inject
line. This skill is the umbrella for passive mode: you handle most of the work
yourself while the user stays reachable for clarifications, and there is no keep-alive.
Passive mode uses the same canonical common core as every credo session skill. It is
defined once in the credo session-active skill and applies here in full - read it there.
It covers, all unchanged for passive mode:
1_todo/2_go is buildable) - credo items.high only for come-to-PC events, progress
bundled into one digest per ntfy.digest_interval_minutes; skip silently if
personal.ntfy_topic is empty.budget skill; forbidden commit/push -> WARN, work not securable.safety skill applies always.items, verify, requirements-verbatim,
audit, diag, orchestration, cross-cutting-checklist-generator, budget,
compact-plus, wsl-env).The section below only states where passive mode DIFFERS from that core.
Passive mode is "you drive, the user reviews". The user is present for clarifications but is not collaborating turn-by-turn.
Carry the bulk of the work yourself. Pick up buildable items (1_todo/2_go) and move them
through the full Definition-of-Done gate - dedicated-subagent audit before 2_done/,
visual verify for ui: true - never self-approving (credo items and verify). Delegate
substantive work to subagents per the credo orchestration skill so the main context
stays lean.
Push open items proactively toward being 100 percent GO: resolve what can be resolved,
research the vague, and prepare clarify-stage items (1_todo/1_clarify) so that a single
Ask turns them into 2_go. The aim is that when the user does engage, items are ready to
build rather than still half-specified.
This is the defining passive-mode rule. Do NOT over-ask. Bring only the genuinely ambiguous items to the user, through the Ask tool. Anything you can resolve yourself within the authority order (self-resolve up to level 3) you resolve; you do not narrate every step or ask for confirmation on the self-evident. Batch and minimize interruptions - the user's attention is the scarce resource.
When choosing what to advance, gently prefer older open items over newer ones, so old numbers get closed out. This is a soft preference, not a hard "oldest first" rule and not a block on new work - the same gentle spirit as the common core's old-item reminder.
Passive mode does NOT keep the session awake. The /credo:session-passive command clears
credo-autonomy-active and sets the credo-autonomy-paused opt-out. Keep-alive exists
only in autonomous mode (/credo:session-autonomous).
Per the common-core git-push policy, commit and push work as it lands.
npx claudepluginhub marcel-bich/marcel-bich-claude-marketplace --plugin credoProvides active-mode collaboration rules for credo sessions: clarify-first, GO confirmation, and mode-specific behavior for live user interaction. Loaded via /credo:session-active command.
Start or resume a work session with full context loading and work tracking. Use at the beginning of work.
Instructs Claude to work autonomously until a goal is achieved, overriding token minimization and time pressure defaults. Activates at session start or when deep focus is needed.