Skip to content
Security
Skill

/context-modes

Structured work modes for agent sessions. Set LACP_CONTEXT_MODE to activate: tdd (red-green-refactor), debugging (4-phase root cause), sprint (pre-agreed criteria), verification (evidence-before-claims), brainstorm (design first), think (pause-and-reflect), orchestrate (task

From plugin
lacp
2963 skills1 command14 hooks
Install
$ npx -y skills add 0xNyk/lacp --skill context-modes --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/context-modes

Context preview

The summary Claude sees to decide when to auto-load this skill.

Structured work modes for agent sessions. Set LACP_CONTEXT_MODE to activate: tdd (red-green-refactor), debugging (4-phase root cause), sprint (pre-agreed criteria), verification (evidence-before-claims), brainstorm (design first), think (pause-and-reflect), orchestrate (task

SKILL.md

context-modes.SKILL.md
name: context-modes
description: "Structured work modes for agent sessions. Set LACP_CONTEXT_MODE to activate: tdd (red-green-refactor), debugging (4-phase root cause), sprint (pre-agreed criteria), verification (evidence-before-claims), brainstorm (design first), think (pause-and-reflect), orchestrate (task decomposition). Each mode injects behavioral rules at session start."

Context Modes

Set `LACP_CONTEXT_MODE` environment variable to activate a mode:

| Mode | Purpose | |------|---------| | `tdd` | Strict RED-GREEN-REFACTOR — no code without a failing test | | `debugging` | 4-phase systematic root cause investigation | | `sprint` | Pre-agreed completion criteria evaluated at stop | | `verification` | Evidence-before-claims discipline | | `brainstorm` | Design exploration — no code until design approved | | `think` | Pause-and-reflect before every action chain | | `orchestrate` | Decompose into subtasks before executing | | `implementation` | Focused implementation partner | | `review` | Code review mode | | `thinking-partner` | Challenge assumptions, surface blind spots | | `handoff-resume` | Continue from previous session handoff |

Each mode is a markdown file that gets injected as system context at session start.

Ships withlacp

Local policy, evidence, and recovery controls for coding agents. LACP wraps Claude, Codex, Hermes, and other CLI agents with deterministic routing, approval gates, execution records, memory controls, and rollback paths.

Get the whole plugin
Stats
296
Stars
0
Forks
Active
Maintenance
Shell
Language
MIT
License
7d ago
Last commit
5mo ago
Created

Repo: 0xNyk/lacp